noVNC/core/input
Kevin Kelley 6499a8c8f7 Add ATEN iKVM support
I (@kelleyk) have rebased the original patch by @jimdigriz (Alexander Clouter)
on the current upstream version of noVNC.  This required the following changes:

  - Rename keysym symbols.
  - Convert use of _rfb_state to _rfb_init_state.
  - Update state transition logic; fixes "old-style" ATEN auth detection.
  - Fix conditional ordering so that we do not skip new-type ATEN iKVM detection.
  - Fix assertion broken in test case broken by upstream changes.
  - Convert arr.push(x) function calls to push(arr, x).
  - Restore keyEvent and pointerEvent handlers before relevant test cases.
2017-01-16 15:55:59 -08:00
..
devices.js Support standard mouse wheel event 2016-10-21 16:04:23 +02:00
keysym.js Add ATEN iKVM support 2017-01-16 15:55:59 -08:00
keysymdef.js Use Unicode keysym range as fallback 2016-10-15 14:58:55 +02:00
util.js Use Unicode keysym range as fallback 2016-10-15 14:58:55 +02:00
xtscancodes.js Add Meta Key mapping to xtscancodes.js 2016-10-20 01:13:32 +02:00