Tagged Questions
6
votes
3answers
103 views
Industry standard for button captions that use a Function Key as the keyboard shortcut
If I have a button that has the caption _Save then when it shows up on the screen it will show the S as underlined.
This tells the user that Alt+S will make that button "press".
But what is the ...
4
votes
1answer
308 views
Emerging conventions for keyboard shortcuts within web applications
Scott Hanselman recently wrote an article titled "The Web is the new Terminal: Are you using the Web's Keyboard Shortcuts and Hotkeys" in which he notes emerging conventions on major sites (Gmail, ...
1
vote
3answers
201 views
Conventional keyboard modifier for expanding/collapsing hierarchical tree view
I have a large tree view where users will often want to fully expand or collapse a particular tree. I'm providing a context menu with both of these choices, but I'd also like to allow the user to hold ...