Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JavaScript keyboard shortcuts for web application [closed]

I want to develop a web application, which should (ideally) be fully usable via the keyboard. I know how to handle keyboard events in JavaScript, but managing them for a larger application is quite boring.

Is there a library which makes that process easier?

Please note that I'm not interested in a full-blown Web GUI framework. I want to keep control over my webpage/application.

like image 754
Achim Avatar asked Apr 29 '11 19:04

Achim


People also ask

What keyboard shortcut closes an application?

Alt + F4: The Windows keyboard shortcut for closing applications, explained. Alt + F4 is a Windows keyboard shortcut that completely closes the application you're using. It differs slightly from Ctrl + F4, which closes the current window of the application you're viewing.

What is the shortcut key of close and exit?

Press Ctrl+Spacebar. Use the arrow keys to select Close, and then press Enter.

Which shortcut key can be used to switch between open applications?

On a Windows PCHold down the Alt key and tap the Tab key. This will open a gallery of all your open applications. Whilst continuing to hold down the Alt key, you can tab to the application you want to go to or use the mouse to select the application.


1 Answers

Check out my project:

https://github.com/oscargodson/jkey

And demos:

http://oscargodson.github.com/jKey/

Feel free to use it and if you want, contribute :)

like image 54
Oscar Godson Avatar answered Sep 18 '22 00:09

Oscar Godson