I’d like to request support for access key shortcuts (ampersands) in context menu labels in Everything.
When a context-menu label contains an ampersand (for example "@="&Search Everything"), Windows underlines the letter after the ampersand and — while the context menu is open — pressing that letter key activates the menu item immediately. This makes keyboard navigation faster and is consistent with Windows behavior.
For example:
Before:
----------------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\Search Everything 1.5a...]
@="Search Everything 1.5a..."
"Icon"="C:\\Program Files\\Everything 1.5a\\Everything.exe,0"
[HKEY_CLASSES_ROOT\Directory\Background\shell\Search Everything 1.5a...\command]
@="\"C:\\Program Files\\Everything 1.5a\\Everything.exe\" -path \"%V\""
----------------------------------------------------
After (with access key enabled):
----------------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\Search Everything 1.5a...]
@="&Search Everything 1.5a..."
"Icon"="C:\\Program Files\\Everything 1.5a\\Everything.exe,0"
[HKEY_CLASSES_ROOT\Directory\Background\shell\Search Everything 1.5a...\command]
@="\"C:\\Program Files\\Everything 1.5a\\Everything.exe\" -path \"%V\""
----------------------------------------------------
Small change, big usability win for keyboard users. Thanks for considering it.