Menu item shortcut keys should so be noted.
Like from within the 'File' menu item...
'E' is a shortcut for Export...
'S' is a shortcut for Create Shortcut ...
Likewise Alt+F+E brings up the Export... dialog.
If such shortcuts exist, they should be (visually) marked, Create Shortcut, kind of thing.
Note that these keys may or may not be different from a shortcut key definition defined in Options | General | Keyboard.
No big deal, but...
Menu item shortcut keys should so be noted
Re: Menu item shortcut keys should so be noted
It can be made visible if you don't use Alt+F+E, but instead <Alt-F> + <E>
The only other way I know of, is using <F10> instead of <Alt>: <F10> + F + E
Don't know how to bypass these Windows default methods.
BTW: I checked the language file (template.txt). Here are the keys to be used defined, visible by the "&" in front of them.
The only other way I know of, is using <F10> instead of <Alt>: <F10> + F + E
Don't know how to bypass these Windows default methods.
BTW: I checked the language file (template.txt). Here are the keys to be used defined, visible by the "&" in front of them.
Re: Menu item shortcut keys should so be noted
Windows Vista or later disables highlighting (underlining) the menu shortcut key by default.If such shortcuts exist, they should be (visually) marked, Create Shortcut, kind of thing.
To always highlight the menu shortcut key:
- From the Start menu, click Control Panel.
- Click Ease of Access Center.
- Click Make the keyboard easier to use.
- Check Underline keyboard shortcuts and access keys.
- Download the Everything translation template.
- Download makelng.zip.
- Extract Template.zip and makelng.zip to an empty folder.
- Open Template.txt
- Change the menu strings to your desired string, using a & prefix for the menu shortcut key.
- For example, to change the Export menu shortcut key to S and remove the "Create Shortcut" menu shortcut key:
- Change the following lines:
MENU_EXPORT = "&Export..."
FILE_CREATE_SHORTCUT_MENU = "Create &Shortcut"
to:
MENU_EXPORT = "Export (&S)..."
FILE_CREATE_SHORTCUT_MENU = "Create Shortcut"
- Change the following lines:
- Save changes and run makelng.exe
- Copy the Generated Everything.lng to your Everything installation folder.
- Restart Everything.
- In Everything, from the Tools menu, click Options.
- Click the General tab.
- Select your template from the Language box.
- Click OK.
导出(E)...
Re: Menu item shortcut keys should so be noted
Seems what I wrote (above) & what I was doing were different.
And using different methods yields different results.
Alt+F (or F10)... does show the shortcut keys.
But (oddly, IMO) if you use the mouse & click File, the shortcuts do not display.
(In Everything, that is. In my browser, using the mouse does show the shortcuts.)
And using different methods yields different results.
Alt+F (or F10)... does show the shortcut keys.
But (oddly, IMO) if you use the mouse & click File, the shortcuts do not display.
(In Everything, that is. In my browser, using the mouse does show the shortcuts.)
Re: Menu item shortcut keys should so be noted
That doesn't sound very efficient: showing keyboard shortcuts when using the mouse ...therube wrote: But (oddly, IMO) if you use the mouse & click File, the shortcuts do not display.
(In Everything, that is. In my browser, using the mouse does show the shortcuts.)
Re: Menu item shortcut keys should so be noted
Enable "Underline keyboard shortcuts and access keys" as mentioned above to fix the issue.
It is possible to enable this just for Everything with WM_UPDATEUISTATE, I've added it to my TODO list.
It is possible to enable this just for Everything with WM_UPDATEUISTATE, I've added it to my TODO list.
Re: Menu item shortcut keys should so be noted
On XP:
Right-click Destop
Properties
[Display Properties] Appearance {tab}
Effects... {button}
Uncheck, Hide underlined letters for keyboard navigation until I press the Alt key
Thanks.
Right-click Destop
Properties
[Display Properties] Appearance {tab}
Effects... {button}
Uncheck, Hide underlined letters for keyboard navigation until I press the Alt key
Thanks.