FileManager
FileManager copied to clipboard
conflict of hotkey "alt+n"
Hi math2001,
I am so excited about this plugin. I am crazy about file management a lot.
I want to use the short cut "alt+n" to create a file anywhere in my project folder, but I find "alt+n" will trigger "Preferences" in the menu bar ("alt" will trigger the menu bar, and "preferences" is triggered by n"), resulting this:
Is there a solution of this?
Thanks.
@math2001 In your key bindings use something like this to change the default shortcut : { "keys": ["ctrl+alt+n"], "command": "fm_create" },
Thanks.