I want to create a shortcut key command by using the windows plugin.
because I hide all the menu’s I dont have CTRL-F (windows) & Apple-F (apple) anymore
So I have this now: plugins.window.createShortcut(‘control F’, ‘globals.core_onFind’);
which works fine, but how do I create the shortcut: Apple-F for Apple?
I think the command key on the mac is called meta in java keystroke terms.
When you use ‘menu’ in the window plugin, on the mac it will translate to ‘meta’ and on the rest to ‘control’.