Skip to content

Commit 7fadb26

Browse files
committed
Change less/more to minus/plus
1 parent 38836bd commit 7fadb26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/keyEvents.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const commonKeys = {
2828
'=': [187, 61],
2929
',': [188, 44],
3030
'-': [189, 45, 173, 109],
31-
'less': [189, 45, 173, 109],
31+
'minus': [189, 45, 173, 109],
3232
'.': [190, 110],
3333
'/': [191, 111],
3434
'`': [192],
@@ -37,7 +37,7 @@ const commonKeys = {
3737
']': [221],
3838
'*': [106],
3939
'+': [107],
40-
'more': [107],
40+
'plus': [107],
4141
};
4242

4343
const commonKeysInUpperCases = Object.keys(commonKeys)

0 commit comments

Comments
 (0)