Change help key
Gertty previously supported F1 and '?' as help keys, but '?' was accidentally switched to 'h' when customizable keymaps were added. Switch back to the old value. Change-Id: Iaab801e4d53c59e6f45021ddfaa85bb740898ce8
This commit is contained in:
parent
0ca53e1a9c
commit
6a94738ebc
@ -74,7 +74,7 @@ DEFAULT_KEYMAP = {
|
||||
ACTIVATE: 'enter',
|
||||
|
||||
PREV_SCREEN: 'esc',
|
||||
HELP: ['f1', 'h'],
|
||||
HELP: ['f1', '?'],
|
||||
QUIT: 'ctrl q',
|
||||
CHANGE_SEARCH: 'ctrl o',
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user