summaryrefslogtreecommitdiff
path: root/core/input/keyboard.js
Commit message (Expand)AuthorAgeFilesLines
* auto release keys while meta is held down.Miroslav Šedivý2022-10-151-0/+10
* Fake key releases for some Japanese IM keysPierre Ossman2020-12-101-0/+14
* Remove keypress handlingPierre Ossman2020-10-151-82/+1
* Drop support for legacy EdgePierre Ossman2020-10-151-3/+1
* Drop support for Internet ExplorerPierre Ossman2020-10-151-2/+2
* Remove Firefox Alt workaroundPierre Ossman2020-09-281-46/+0
* Fix missing caps lock events on iOSAlex Tanskanen2019-11-071-2/+2
* Add "macOS shuffle" to iOS as wellAlex Tanskanen2019-11-041-1/+1
* Handle missing Shift events on WindowsPierre Ossman2019-11-041-0/+15
* Revert iOS keyup workaroundPierre Ossman2019-10-311-3/+1
* Update copyright to 2019 for modified filesSamuel Mannehed2019-09-301-1/+1
* Clarify comments for broken alt in FF on WindowsSamuel Mannehed2019-09-241-4/+5
* Avoid recursion in Alt check on FirefoxJesper Alf Dam2019-08-161-0/+4
* Change copyright header (#1138)Solly Ross2018-10-091-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