Pierre Ossman
6bc9cadaef
Use RequireJS module system
...
Use a standard module system rather than a home grown one, and
RequireJS fits better with browsers than CommonJS.
2017-01-23 17:08:46 +01: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
jalf
ae52883b93
Keyboard Handling [1/8]: Parse keysymdef.h to produce Unicode -> keysym mappings table
...
Add a node.js-based tool (utils/parse.js) to read keysymdef.h and produce a JavaScript file
mapping Unicode code points to keysyms.
Also add the generated table (include/keysymdef.js).
2013-12-05 12:24:20 -05:00