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?