Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/therebelrobot/jquery.keybinder
WIP - Bind functions to keyboard events (hotkeys, sequences)
https://github.com/therebelrobot/jquery.keybinder
Last synced: 9 days ago
JSON representation
WIP - Bind functions to keyboard events (hotkeys, sequences)
- Host: GitHub
- URL: https://github.com/therebelrobot/jquery.keybinder
- Owner: therebelrobot
- Created: 2013-01-04T21:32:13.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-10-06T15:41:17.000Z (over 9 years ago)
- Last Synced: 2024-12-08T23:15:40.714Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fatfinger
Work in progress. This is an old jQuery plugin of mine that I'm converting to native and browserify standards.
Following is the original readme:
jquery.keyBinder - version 1.3
==============================a jQuery plugin - binds keyboard events to functions (hotkeys, sequences)
[homepage][]
[developer][]
[homepage]: http://therebelrobot.com/keyBinder/ "Visit Homepage"
[developer]: http://therebelrobot.com/ "Developer Site"Features:
---------
- Integrated jQuery functionality
- Single key mapping
- Dual/Triple key mapping
- Sequence Mapping
- Callback functions### Valid key definitions:
backspace
tab
enter
esc
space
shift
ctrl
alt
leftSuper
rightSuper
pause
capsLock
numLock
scrLock
delete
pgup
pgdown
end
home
insert
pgup
pgdown
end
home
insert
left
up
right
down
0-9 -- top of keyboard
a-z
select
num0-num9 -- right of keyboard
add -- right of keyboard
sub -- right of keyboard
mult -- right of keyboard
div -- right of keyboard
decPoint -- right of keyboard
f1-f12
backTick -- "`"
fSlash
bSlash
openBracket -- "["
closeBracket -- "]"
equal
dash
comma
period
semiColon
quote