Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-11-06 04:24:22 +03:00
parent e9ba660fe6
commit 6d7570713b

View File

@ -31,6 +31,7 @@ module.KEY_SEPARATORS = ['+', '-', '_']
// String.fromCharCode(<code>) or <letter>.charCodeAt(0)
// NOTE: the lower case letters are accessible by adding 32 to the
// capital key code.
// NOTE: this is *mostly* language agnostic.
// NOTE: don't understand why am I the one who has to write this...
var SPECIAL_KEYS =
module.SPECIAL_KEYS = {