keycuts
Categories
Component ID
1964412
Component name
keycuts
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
627
Component created
Component changed
Component body
Current Maintainer: kriboogh
Keynav features the ability to have keyboard shortcuts in your Drupal pages
just like in your regular desktop apps. You can for example use Ctrl+S on a
form page to save the form. This module requires the Mousetrap library
available through: http://craig.is/killing/mice
See library restrictions for browser specific limitations. Not every browser supports overriding certain shortcuts (for example Ctrl+N)
Similar module:
keyboard_shortcut keycuts however does a bit more:
- allows you to define keyboard shortcuts as a string (see library http://craig.is/killing/mice)
- multiple shortcuts for one action
- besides js callbacks and gotos, also trigger elements (simulate click on button)
