fman-users / fman

Issue tracker for fman, a cross-platform file manager
https://fman.io
242 stars 3 forks source link

Key Bindings not working #861

Closed mohitWrangler closed 1 year ago

mohitWrangler commented 1 year ago

I followed the guide at https://fman.io/docs/custom-shortcuts

Created a new file: ​Key Bindings.json and added new shortcut as

[
    { "keys": ["F8"], "command": "create_and_edit_file" },
]

reloaded the plugins.
still, the key F8 bind to move to trash.

mohitWrangler commented 1 year ago

I found the problem. I had another global keybinding F11. You can close the issue.