Commit Graph

3 Commits

Author SHA1 Message Date
mmead 72a5eec1cf Convert key code 219 to XK_bracketleft for passthrough of ctrl-[
Added a single conversion from key code 219 to XK_bracketleft so that ctrl-[
passes through noVNC into the server session.  This is useful for editing with
vi/vim as ctrl-[ acts as the ESC key but allows one to leave their fingers on
the home row.
2017-01-24 17:45:34 -05:00
Pierre Ossman 115eedf69c Use Unicode keysym range as fallback
Not all Unicode codepoints have an equivalent named Keysym. But
there is a range in the Keysym namespace that can be used to map
any codepoint to.
2016-10-15 14:58:55 +02: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