mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
cleanup and stype fixes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
1c507a8915
commit
2a56f82eec
@ -69,23 +69,27 @@ module.SPECIAL_KEYS = {
|
||||
// Punctuation...
|
||||
// top row...
|
||||
192: '`', /* Numbers */ 189: '-', 187: '=',
|
||||
// right side of keyboard...
|
||||
219: '[', 221: ']', 220: '\\',
|
||||
186: ';', 222: '\'',
|
||||
188: ',', 190: '.', 191: '/',
|
||||
|
||||
// right side of keyboard...
|
||||
219: '[', 221: ']', 220: '\\',
|
||||
186: ';', 222: '\'',
|
||||
188: ',', 190: '.', 191: '/',
|
||||
}
|
||||
|
||||
|
||||
var SHIFT_KEYS =
|
||||
module.SHIFT_KEYS = {
|
||||
'`': '~', '-': '_', '=':'+',
|
||||
|
||||
// Number row...
|
||||
'#1': '!', '#2': '@', '#3': '#', '#4': '$', '#5': '%',
|
||||
'#6':'^', '#7':'&', '#8': '*', '#9': '(', '#0': ')',
|
||||
'#6': '^', '#7': '&', '#8': '*', '#9': '(', '#0': ')',
|
||||
|
||||
'[': '{', ']': '}', '\\': '|',
|
||||
';': ':', '\'': '"',
|
||||
',': '<', '.': '>', '/': '?'
|
||||
// top row...
|
||||
'`': '~', /* Numbers */ '-': '_', '=': '+',
|
||||
|
||||
// right side of keyboard...
|
||||
'[': '{', ']': '}', '\\': '|',
|
||||
';': ':', '\'': '"',
|
||||
',': '<', '.': '>', '/': '?',
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user