Commit Graph

2 Commits

Author SHA1 Message Date
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
Solly Ross bd5340c7ee Move input-related files into core/input
This commit moves all the input-related files from `core/`
to `core/input/`, and renames a couple as relevant
(input.js --> input/devices.js, keyboard.js --> input/util.js).
2016-09-16 15:49:52 -04:00