I've changed some shortcuts for menu items, but left some of the old variants in place just in case. But I'd like my new variants to show in the Menu item help column.
How can I set a preference towards one of the shortcuts without deleting the old one?
Set one of many shortcuts as the default in the interface
-
eugenesv
- Posts: 58
- Joined: Fri Mar 04, 2016 7:03 pm
-
void
- Developer
- Posts: 19901
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Set one of many shortcuts as the default in the interface
Everything will show the key with the lowest virtual key code.
I have put on my TODO list to show the user-customized key first.
Both keys will work.
Only one key is shown for the menu item key.
I have put on my TODO list to show the user-customized key first.
Both keys will work.
Only one key is shown for the menu item key.
-
eugenesv
- Posts: 58
- Joined: Fri Mar 04, 2016 7:03 pm
Re: Set one of many shortcuts as the default in the interface
What if you have two user customized keys? Or maybe the user customized key is set as a secondary alternative.
I think the best way is to allow marking one as the main keybind explicitly.
I think the best way is to allow marking one as the main keybind explicitly.
-
void
- Developer
- Posts: 19901
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Set one of many shortcuts as the default in the interface
Everything would fallback to the lowest virtual key code.What if you have two user customized keys?
Hardly anyone is going to set the primary key, that will just add bloat to the UI.Or maybe the user customized key is set as a secondary alternative.
I will consider support for setting the primary key as a hidden ini setting.
Thank you for the suggestions.
-
eugenesv
- Posts: 58
- Joined: Fri Mar 04, 2016 7:03 pm
Re: Set one of many shortcuts as the default in the interface
A great idea without any bloat - why not make the shortcuts list "sortable" and use the natural "top key in the list" the primary one? No invisible and unintuitive VK magic, no hidden settings making trivial operations more convoluted. "What you see is what you get" GUI goodness.Hardly anyone is going to set the primary key, that will just add bloat to the UI.
That's what I've also tried: deleting/adding keys to see if their order in the list changes, so it's partially intuitively discoverable
-
void
- Developer
- Posts: 19901
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Set one of many shortcuts as the default in the interface
Sorting by order added is a good idea.
I have put this on my TODO list.
Thank you for the suggestion.
I have put this on my TODO list.
Thank you for the suggestion.