summaryrefslogtreecommitdiff
path: root/core/input
Commit message (Expand)AuthorAgeFilesLines
* auto release keys while meta is held down.Miroslav Šedivý2022-10-151-0/+10
* chore: sync with W3C documentationQuentin Dreyer2020-12-221-19/+23
* Fake key releases for some Japanese IM keysPierre Ossman2020-12-101-0/+14
* Send combination keysyms for some Japanese keysPierre Ossman2020-12-101-0/+15
* Fix typo for ZenkakuHankaku keyPierre Ossman2020-12-101-1/+1
* Use toggle keysym for Eisu keyPierre Ossman2020-12-101-1/+1
* Merge branch 'noie' of https://github.com/CendioOssman/noVNCPierre Ossman2020-12-073-120/+4
|\
| * Remove many small, obsolete, old browser hacksPierre Ossman2020-12-072-21/+0
| * Remove keypress handlingPierre Ossman2020-10-152-85/+3
| * Drop support for legacy EdgePierre Ossman2020-10-152-15/+2
| * Drop support for Internet ExplorerPierre Ossman2020-10-152-7/+7
* | Update keycode mappings to latest versionPierre Ossman2020-11-161-3/+5
|/
* Remove Firefox Alt workaroundPierre Ossman2020-09-281-46/+0
* Move mouse event handling to RFB classPierre Ossman2020-06-121-127/+0
* Move wheel event handling to RFB classPierre Ossman2020-06-121-70/+0
* Remove very legacy mouse event handlingPierre Ossman2020-06-121-10/+1
* Remove delayed wheel timerPierre Ossman2020-06-121-22/+0
* Add touch gestures for mouse emulationPierre Ossman2020-06-122-56/+569
* Properly limit mouse moves to once every 17 mslimitmouseSamuel Mannehed2020-05-311-15/+1
* Shorten rows to max 80 chars in mouse.jsSamuel Mannehed2020-05-011-23/+29
* Fix wording in commentSamuel Mannehed2020-05-011-1/+1
* Limit mouse move events to one every 17 msUwe Klatt2020-05-011-1/+15
* 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
* Send NumLock on macOS, even though the key is ClearPierre Ossman2019-11-011-0/+17
* Fix typo for MailSend keyPierre Ossman2019-11-011-1/+1
* Update to latest UI Events key specificationPierre Ossman2019-11-012-6/+5
* Fix AltGr for a few more keys in IE and EdgePierre Ossman2019-11-011-3/+10
* Revert iOS keyup workaroundPierre Ossman2019-10-311-3/+1
* Handle broken numpad delete key in ChromePierre Ossman2019-10-311-0/+5
* Explain why Clear maps to KP_BeginPierre Ossman2019-10-311-0/+3
* Try to handle Meta key properlyPierre Ossman2019-10-311-0/+13
* Update copyright to 2019 for modified filesSamuel Mannehed2019-09-302-2/+2
* 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
* Remove intermediate variable from mouseJuanjo Diaz2019-02-161-20/+16
* Throw Error instead of StringJuanjo Diaz2018-11-241-8/+8
* Change copyright header (#1138)Solly Ross2018-10-095-7/+5
* Enforce space before code blockPierre Ossman2018-09-061-2/+2
* Enforce curly braces for control statementsPierre Ossman2018-09-061-2/+3
* Enforce object key spacingPierre Ossman2018-09-063-1/+5
* Enforce indentationPierre Ossman2018-09-061-14/+14
* Enforce brace stylePierre Ossman2018-09-061-6/+3
* Use fat arrow functions `const foo = () => { ... };` for callbacksJuanjo Diaz2018-07-121-7/+4
* Use ES6 classesJuanjo Diaz2018-07-123-97/+98
* Sort vkeys tablePierre Ossman2018-07-041-1/+1
* Merge branch 'fix/ie11-numpad5-compatibility' of https://github.com/vlastoun/...Pierre Ossman2018-07-042-1/+2
|\
| * Fix: IE11 Numpad5 compatibility when numlock offVlastimil Sadilek2018-05-162-1/+2
* | Prefer const/let over varJuanjo Diaz2018-05-245-52/+47