fix scroll settings typos
This commit is contained in:
parent
a133ee3d6a
commit
2e67d9a667
1 changed files with 2 additions and 2 deletions
|
@ -13,9 +13,9 @@ const KeyMapFields = [
|
|||
['scroll.top', 'Scroll to top'],
|
||||
['scroll.bottom', 'Scroll to bottom'],
|
||||
['scroll.pages?{"count":-0.5}', 'Scroll up by half of screen'],
|
||||
['scroll.pages?{"count":0.5}', 'Scroll up by half of screen'],
|
||||
['scroll.pages?{"count":0.5}', 'Scroll down by half of screen'],
|
||||
['scroll.pages?{"count":-1}', 'Scroll up by a screen'],
|
||||
['scroll.pages?{"count":1}', 'Scroll up by a screen'],
|
||||
['scroll.pages?{"count":1}', 'Scroll down by a screen'],
|
||||
], [
|
||||
['tabs.close', 'Close a tab'],
|
||||
['tabs.reopen', 'Reopen closed tab'],
|
||||
|
|
Reference in a new issue