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:
James E. Blair 2014-09-03 20:05:03 -07:00
parent 0ca53e1a9c
commit 6a94738ebc
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ DEFAULT_KEYMAP = {
ACTIVATE: 'enter',
PREV_SCREEN: 'esc',
HELP: ['f1', 'h'],
HELP: ['f1', '?'],
QUIT: 'ctrl q',
CHANGE_SEARCH: 'ctrl o',