FileManager icon indicating copy to clipboard operation
FileManager copied to clipboard

conflict of hotkey "alt+n"

Open Raynchowkw opened this issue 3 years ago • 2 comments

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: image Is there a solution of this? Thanks.

Raynchowkw avatar Apr 08 '21 04:04 Raynchowkw

@math2001 In your key bindings use something like this to change the default shortcut : { "keys": ["ctrl+alt+n"], "command": "fm_create" },

matcls avatar May 27 '21 18:05 matcls

Thanks.

Raynchowkw avatar May 27 '21 20:05 Raynchowkw