Skip to content

Commit

Permalink
Merge 55c5284 into 7eea8d3
Browse files Browse the repository at this point in the history
  • Loading branch information
mmamedel committed Mar 9, 2021
2 parents 7eea8d3 + 55c5284 commit 798652b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/var.js
Expand Up @@ -23,6 +23,22 @@ const _keyMap = {
pageup: 33,
pagedown: 34,
capslock: 20,
num_0: 96,
num_1: 97,
num_2: 98,
num_3: 99,
num_4: 100,
num_5: 101,
num_6: 102,
num_7: 103,
num_8: 104,
num_9: 105,
num_multiply: 106,
num_add: 107,
num_enter: 108,
num_subtract: 109,
num_decimal: 110,
num_divide: 111,
'⇪': 20,
',': 188,
'.': 190,
Expand Down

0 comments on commit 798652b

Please sign in to comment.