noVNC/core/input
Juanjo Diaz 651c23ece3 Use fat arrow functions `const foo = () => { ... };` for callbacks
and any other function that is passed around and it's not a top level function
2018-07-12 19:06:57 +02:00
..
domkeytable.js Merge branch 'fix/ie11-numpad5-compatibility' of https://github.com/vlastoun/noVNC 2018-07-04 15:53:30 +02:00
fixedkeys.js Use KeyboardEvent.key too look up keysyms 2017-05-04 12:13:48 +02:00
keyboard.js Use fat arrow functions `const foo = () => { ... };` for callbacks 2018-07-12 19:06:57 +02:00
keysym.js Use KeyboardEvent.key too look up keysyms 2017-05-04 12:13:48 +02:00
keysymdef.js Use ES6 classes 2018-07-12 19:06:57 +02:00
mouse.js Use ES6 classes 2018-07-12 19:06:57 +02:00
util.js Prefer const/let over var 2018-05-24 00:27:09 +03:00
vkeys.js Sort vkeys table 2018-07-04 15:53:41 +02:00
xtscancodes.js Get XT scan code mappings from the keycodemapdb project 2017-05-31 16:20:24 +02:00