marta-file-manager / marta-issues

An issue tracker for Marta File Manager.
https://marta.yanex.org/
329 stars 0 forks source link

actionBar not displaying custom keyBindings #994

Open alifeofratios opened 1 year ago

alifeofratios commented 1 year ago

I've begun creating some custom keyBindings, but the default shortcuts are being displayed in the actionBar. I would like the option to display my new bindings if possible.

For example "⇧⌘N New Folder" as I have set in my preferences

Screenshot 2022-12-24 at 5 54 34 PM
eugenesvk commented 1 year ago

You need to rebind the original keybind to something else (or null) for it to disappear and then your new keybind will take precedence

NewF

Though the better design would be for the user customizations to have higher priority and thus be displayed without the need to disable the defaults