summaryrefslogtreecommitdiff
path: root/src/client/app/common/keycode.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-09-18 09:11:52 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-09-18 09:11:52 +0900
commit55e2ae1408e056295d37681814b62f24a50a617e (patch)
tree2708f853e7ae58c2812674e6b1c6ee0cf4b169fe /src/client/app/common/keycode.ts
parentImprove keyboard shortcut (diff)
downloadsharkey-55e2ae1408e056295d37681814b62f24a50a617e.tar.gz
sharkey-55e2ae1408e056295d37681814b62f24a50a617e.tar.bz2
sharkey-55e2ae1408e056295d37681814b62f24a50a617e.zip
Improve usability
Diffstat (limited to 'src/client/app/common/keycode.ts')
-rw-r--r--src/client/app/common/keycode.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/app/common/keycode.ts b/src/client/app/common/keycode.ts
index c5ea6cb484..0324a5389a 100644
--- a/src/client/app/common/keycode.ts
+++ b/src/client/app/common/keycode.ts
@@ -67,8 +67,7 @@ export const codes = {
'left command': 91,
'right command': 93,
'numpad *': 106,
- // 'numpad +': 107,
- 'numpad +': 43,
+ 'numpad plus': [43, 107],
'numpad add': 43, // as a trick
'numpad -': 109,
'numpad .': 110,