]> git.proxmox.com Git - mirror_novnc.git/commit - vnc_auto.html
Move input-related files into core/input
authorSolly Ross <sross@redhat.com>
Wed, 14 Sep 2016 17:45:08 +0000 (13:45 -0400)
committerSolly Ross <sross@redhat.com>
Fri, 16 Sep 2016 19:49:52 +0000 (15:49 -0400)
commitbd5340c7ee92c28ef01519c1ef9eb456f93a892d
tree1d6261f71f3bdc34ef2c223e7873db1afdb303de
parentb4ef49ea36883b0b90bb8c8d9ef97c836f731fd1
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).
22 files changed:
LICENSE.txt
app/ui.js
core/input.js [deleted file]
core/input/devices.js [new file with mode: 0644]
core/input/keysym.js [new file with mode: 0644]
core/input/keysymdef.js [new file with mode: 0644]
core/input/util.js [new file with mode: 0644]
core/input/xtscancodes.js [new file with mode: 0644]
core/keyboard.js [deleted file]
core/keysym.js [deleted file]
core/keysymdef.js [deleted file]
core/rfb.js
core/xtscancodes.js [deleted file]
karma.conf.js
tests/input.html
tests/test.helper.js
tests/test.keyboard.js
tests/test.rfb.js
tests/vnc_perf.html
tests/vnc_playback.html
utils/use_require.js
vnc_auto.html