summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #58 from swcheon/masterHEADorigin/masterorigin/HEADmasterRobert Pocklington2016-09-202-2/+2
|\
| * Fixed version number from 0.1.0 to 0.2.0Cheon Sangwon2015-12-062-2/+2
|/
* Merge pull request #57 from RandomlyKnighted/masterRobert Pocklington2015-11-091-1/+1
|\
| * Fixed version numberTyler Hughes2015-11-081-1/+1
|/
* Merge pull request #56 from revolter/patch-1Tim Branyen2015-05-211-1/+1
|\
| * Update README.mdIulian Onofrei2015-05-211-1/+1
|/
* Merge pull request #41 from paladox/patch-1Robert Pocklington2015-03-271-1/+1
|\
| * Update jquery.hotkeys.jspaladox20152014-07-181-1/+1
* | Updated README.md in line with new input configuration options.Robert Pocklington2015-01-131-0/+9
* | Added flag to control enable / disable of direct element binding #51.Robert Pocklington2015-01-131-1/+4
* | Excluded `contenteditable` fields by default and added to specs.Robert Pocklington2015-01-132-3/+6
* | Enable default input types only to be bound directly to be configurable.Robert Pocklington2015-01-131-1/+4
* | Added test for not binding to input[search] unless done explicitly.Robert Pocklington2015-01-131-2/+31
* | Merge pull request #54 from abolishme/patch-1Robert Pocklington2015-01-131-1/+1
|\ \
| * | Update jquery.hotkeys.jsTyler Reinhard2015-01-071-1/+1
|/ /
* | Added bower_components to .gitignorelist0.2.0Robert Pocklington2014-10-171-1/+2
* | Beautifying jquery.hotkeys.jsRobert Pocklington2014-10-171-2/+2
* | Tweaking ignore on bower.jsonRobert Pocklington2014-09-301-2/+4
* | Updated bower.json (mainly from hotkeys.jquery.json)Robert Pocklington2014-09-301-5/+12
* | Merge pull request #50 from lipis/patch-1Robert Pocklington2014-09-301-0/+12
|\ \
| * | Added more into ignore listLipis2014-09-301-0/+2
| * | Added bower.json fileLipis2014-09-181-0/+10
|/ /
* | Merge pull request #49 from morgante/browserifyRobert Pocklington2014-09-122-1/+19
|\ \
| * | include brief remarks on browserify in READMEMorgante Pell2014-08-261-0/+15
| * | Merge remote-tracking branch 'upstream/master' into browserifyMorgante Pell2014-08-262-7/+10
| |\ \ | |/ / |/| |
* | | Merge pull request #46 from lazd/gruntfixRobert Pocklington2014-08-212-7/+10
|\ \ \
| * | | Update dependencies, add missing grunt-contrib-watch dependencyLarry Davis2014-08-202-7/+10
|/ / /
| * | first check for global reference to jQuery, for Browserified jQuery compatibi...Morgante Pell2014-08-261-1/+2
| * | hint to jshint that this module is for the browserMorgante Pell2014-08-261-0/+2
| * | make this module check for jQuery on window if it's not in thisMorgante Pell2014-08-201-1/+1
|/ /
* | Merge pull request #44 from rpocklin/masterRobert Pocklington2014-08-195-172/+156
|\ \
| * | Added test case for ctrl key binding.Robert Pocklington2014-08-191-0/+3
| * | Fixing case where metaKey is triggered when ctrlKey pressed.Robert Pocklington2014-08-191-3/+10
| * | Updated README.md example link to use rawgit.com (previous link not loading l...Robert Pocklington2014-08-191-1/+1
| * | Updated key binding specs and added namespaced unbind specs.Robert Pocklington2014-08-193-165/+139
| * | Fixing keypress binding issue introduced in 8b73fdc and 3cae520.Robert Pocklington2014-08-191-4/+4
* | | Merge pull request #43 from rpocklin/beautify-jsRobert Pocklington2014-08-154-85/+209
|\ \ \ | |/ / | | / | |/ |/|
| * Re-formatting files using js-beautify.Robert Pocklington2014-08-123-82/+177
| * Adding grunt-jsbeautify.Robert Pocklington2014-08-122-4/+33
* | Merge pull request #39 from markijbema/patch-1Robert Pocklington2014-06-301-19/+23
|\ \
| * | Added syntax highlightingMark IJbema2014-06-051-19/+23
* | | Merge pull request #38 from rpocklin/masterRobert Pocklington2014-06-304-78/+91
|\ \ \ | |/ / |/| / | |/
| * Added ability to override hotkey ignoring on text input field types.Robert Pocklington2014-04-014-76/+80
| * Reviewed 'meta' key functionality for Mac and added 'hyper' keyboard shortcut.Robert Pocklington2014-04-011-13/+22
* | Merge pull request #37 from rpocklin/masterRobert Pocklington2014-03-254-57/+109
|\ \ | |/
| * Reviewed 'meta' key functionality for Mac and added 'hyper' keyboard shortcut...Robert Pocklington2014-02-244-57/+109
|/
* Updated link in README.Robert Pocklington2014-02-121-1/+1
* Added more jasmine tests, grunt watch task and updated README.Robert Pocklington2014-02-115-53/+143
* Getting grunt to run in Travis-CI Environment.Robert Pocklington2014-02-051-1/+3
* Updated travis dependencies and build task.Robert Pocklington2014-02-052-6/+5
* Touched Gruntfile.js to trigger initial travis build.Robert Pocklington2014-02-051-1/+0
* Renamed travis.yml to correct name for travis-CI.Robert Pocklington2014-02-041-0/+0
* Merge pull request #36 from rpocklin/masterRobert Pocklington2014-02-0315-2/+7586
|\
| * Adding Grunt with jasmine + jshint tasks and some basic tests, updated packag...Robert Pocklington2014-02-0315-2/+7586
|/
* Merge pull request #35 from nicoder/patch-1Tim Branyen2014-02-021-1/+1
|\
| * minor editnicoder2013-10-111-1/+1
* | Merge pull request #31 from YuppY/fix-special-keypressTim Branyen2014-02-021-2/+1
|\ \ | |/ |/|
| * restore keyup/keydown for character keysYury Petrov2013-06-091-2/+1
* | Merge pull request #28 from YuppY/fix-special-keypressTim Branyen2013-06-011-5/+6
|\ \ | |/
| * fix keypress on special keys and other events on charactersYury Petrov2013-05-271-5/+6
|/
* Removed unused variable key per @YuppY, updated the jQuery reference to be on...Tim Branyen2013-05-252-2/+7
* Merge pull request #30 from YuppY/add-return-special-codeTim Branyen2013-05-251-1/+1
|\
| * add keyCode 10 for returnYury Petrov2013-05-131-1/+1
* | added tel input typeTim Branyen2013-05-251-1/+1
* | added in grunt for linting, eventually testingTim Branyen2013-05-252-0/+31
* | Merge pull request #5 from skoczen/patch-1Tim Branyen2013-05-251-1/+1
|\ \
| * | Updated the link to Tzury's hotkeys instead of a 404.Steven Skoczen2011-06-211-1/+1
* | | small syntax fixMarko2013-05-251-1/+1
* | | Merge pull request #23 from CalvinChen/masterTim Branyen2013-05-251-2/+2
|\ \ \ | |_|/ |/| |
| * | fix bugs.CalvinChen2013-05-011-2/+2
|/ /
* | Merge pull request #15 from tutkun/patch-1John Resig2013-04-231-239/+38
|\ \
| * | Update - foreach for bind!Tutkun2012-09-211-239/+38
| |/
* | Merge pull request #19 from deMoneIrk/masterJohn Resig2013-04-231-3/+12
|\ \
| * | Backward compatibilityEvgeny E. Neverov2013-03-171-0/+4
| * | One small change is: now keys are passed by object { keys: '...' }Evgeny E. Neverov2013-03-171-3/+8
* | | Merge pull request #18 from vasilionjea/masterJohn Resig2013-04-231-1/+13
|\ \ \
| * | | Updated hotKey README with an example using jQuery's on & off methodsBilly Onjea2013-03-181-1/+13
| |/ /
* | | Merge pull request #20 from gabrielflorit/masterJohn Resig2013-04-231-1/+2
|\ \ \ | |/ / |/| |
| * | added three special keys: ; ' \Gabriel Florit2013-03-311-1/+2
|/ /
* | Merge pull request #2 from kevingorski/masterJohn Resig2013-02-111-2/+3
|\ \
| * | Included password and HTML5 input types in default ignore listKevin Gorski2010-11-261-2/+3
| |/
* | Add in jQuery plugin manifest.0.1.0John Resig2013-01-171-0/+36
|/
* jQuery Hotkeys rewritten to work with jQuery 1.4.2. A bunch of old code strip...John Resig2010-02-234-323/+120
* Update jQuery to version 1.4.2.John Resig2010-02-2210-3576/+6247
* added shortcut:combi when storing data so to make it available at the callbacktzury2009-07-091-1/+1
* fixed that double dinfing bugtzury2009-07-091-14/+6
* issue#57 solvedtzury2009-07-082-180/+20
* switched to jquery-1.3.2tzury bar yochay2009-05-035-5/+5
* added more teststzury bar yochay2009-05-031-0/+29
* added few more teststzury bar yochay2009-05-033-0/+410
* num-pad are not firefox onlytzury bar yochay2009-05-031-6/+7
* added test#4 ctrl+ptzury bar yochay2009-05-031-0/+4
* removed console calltzury bar yochay2009-05-031-1/+0
* return the keydowntzury bar yochay2009-05-031-238/+238
* fixed aome numpad issuestzury bar yochay2009-05-032-247/+250
* slash demo addedtzury bar yochay2009-01-111-0/+36
* added slash supporttzury bar yochay2009-01-111-1/+1
* READMEtzury2008-09-161-3/+1
* README.md - tableless versiontzury2008-09-161-2/+0
* no tabletzury2008-09-161-18/+6