Tagged Questions
13
votes
3answers
418 views
Web app keyboard shorcuts
Is it a good practice to give keyboard shortcuts to web apps that allows a user to do tasks that are repeated often. In my personal experience, I've rarely used keyboard shortcuts offered by GMail to ...
3
votes
2answers
102 views
What is the best way to disclose hotkeys to my users?
I am developing an intranet web application and have added in a couple of hotkeys such as "expand all". I have made sure to not use any of the same hotkeys as the browsers are already using. I found ...
1
vote
3answers
101 views
Keyboard shortcut for validating a field
I'm designing a web application where the user have to go through a lots of already fillec text fields (~50 a page, could be lots of pages) and must correct some of them and mark the other as "OK".
...
2
votes
2answers
382 views
What function keys can be safely used for a web app?
I'm creating a small web app and I want to be able to toggle it on and off via a keyboard shortcut.
I would like to use one of the function keys (F1–F12). I'm planning on overriding F4, F8 or ...
2
votes
1answer
70 views
Accesskeys for enterprise web apps / SaaS - worth it?
(Not sure what accesskeys are? Here is an ALA post about them)
If you've ever implemented accesskeys on a web app, do you know if they got used (outside of accessibility concerns)? There seem to be ...
