Is there a JavaScript library that, when the user holds down ctrl/alt, will display tooltips over elements on the page that have associated keyboard shortcuts that use that key?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
migrated from webapps.stackexchange.com Jul 13 '12 at 14:58
|
This is what I was looking for: KeyCandy. Although I'll have to fix the flicker when Ctrl is held down. I knew I'd seen something like this before. Not sure if it's the same one. Anyone got a better one? |
||||
|
|
I think KeyTips is the one I'd seen before. It's certainly looks better than KeyCandy, although I like how KeyCandy makes Ctrl the modifier for accesskeys. There are some issues with browser reserved shortcuts but as this is an internal intranet site if I make it a hosted app for chrome it would be able to handle any shortcut |
||||
|
|