summaryrefslogtreecommitdiff
path: root/core/input/keyboard.js
Commit message (Expand)AuthorAgeFilesLines
* Change copyright headerdocs/fix-copyrightSolly Ross2018-09-271-2/+1
* Enforce curly braces for control statementsPierre Ossman2018-09-061-2/+3
* Enforce indentationPierre Ossman2018-09-061-14/+14
* Use fat arrow functions `const foo = () => { ... };` for callbacksJuanjo Diaz2018-07-121-7/+4
* Use ES6 classesJuanjo Diaz2018-07-121-44/+45
* Prefer const/let over varJuanjo Diaz2018-05-241-27/+23
* Add eslint and fix reported issuesJuanjo Diaz2018-05-241-2/+2
* Merge branches 'ffalt' and 'altgr' of https://github.com/CendioOssman/noVNCPierre Ossman2018-03-131-37/+55
|\
| * Better detection of AltGr on WindowsPierre Ossman2018-03-091-26/+48
| * Handle _keyDownList in _sendKeyEvent()Pierre Ossman2018-03-091-14/+10
* | Work around broken Alt keyup in FirefoxPierre Ossman2018-03-131-1/+45
|/
* Merge pull request #1009 from juanjoDiaz/move_browser_checksSolly Ross2018-02-011-25/+7
|\
| * Move browser checks to browser.jsJuanjo Diaz2018-01-301-25/+7
* | Remove jshint commentsJuanjo Diaz2018-01-311-3/+0
* | Remove console statementsJuanjo Diaz2018-01-301-1/+1
|/
* Use standard JavaScript propertiesPierre Ossman2017-11-091-20/+13
* Change some attributes to argumentsPierre Ossman2017-11-091-6/+4
* Only grab key events on canvasPierre Ossman2017-10-181-11/+1
* Split devices.js into keyboard.js and mouse.jsSamuel Mannehed2017-09-171-0/+354