mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e9ba660fe6
commit
6d7570713b
@ -31,6 +31,7 @@ module.KEY_SEPARATORS = ['+', '-', '_']
|
|||||||
// String.fromCharCode(<code>) or <letter>.charCodeAt(0)
|
// String.fromCharCode(<code>) or <letter>.charCodeAt(0)
|
||||||
// NOTE: the lower case letters are accessible by adding 32 to the
|
// NOTE: the lower case letters are accessible by adding 32 to the
|
||||||
// capital key code.
|
// capital key code.
|
||||||
|
// NOTE: this is *mostly* language agnostic.
|
||||||
// NOTE: don't understand why am I the one who has to write this...
|
// NOTE: don't understand why am I the one who has to write this...
|
||||||
var SPECIAL_KEYS =
|
var SPECIAL_KEYS =
|
||||||
module.SPECIAL_KEYS = {
|
module.SPECIAL_KEYS = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user