Do not bind "c" to "generic-config-menu" by default
The "c" key will be used for the generic-copy command in the future. The configuration menu isn't needed a lot, so binding it to "C" only seems legit. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
parent
352887887f
commit
a9efce76f3
@ -63,7 +63,7 @@ static struct keydef_s keydef[NBKEYS] = {
|
||||
{"generic-export", "x X"},
|
||||
{"generic-goto", "g G"},
|
||||
{"generic-other-cmd", "o O"},
|
||||
{"generic-config-menu", "c C"},
|
||||
{"generic-config-menu", "C"},
|
||||
{"generic-redraw", "C-r"},
|
||||
{"generic-add-appt", "C-a"},
|
||||
{"generic-add-todo", "C-t"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user