mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-01 00:54:24 +03:00
Ticket #4107: bind ctrl-i to the ChangePanel action.
After ef5f1fa3eb
ctrl-i stopped working
on some terminals including native Linux console.
To fix this, add default binging ctrl-i shortcut to ChangePanel action.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
794f94cb23
commit
e1c892a49f
@ -1,5 +1,5 @@
|
||||
[main]
|
||||
ChangePanel = tab
|
||||
ChangePanel = tab; ctrl-i
|
||||
Help = f1
|
||||
UserMenu = f2
|
||||
View = f3
|
||||
|
@ -1,5 +1,5 @@
|
||||
[main]
|
||||
ChangePanel = tab
|
||||
ChangePanel = tab; ctrl-i
|
||||
Help = f1
|
||||
UserMenu = f2
|
||||
View = f3
|
||||
|
@ -90,7 +90,7 @@ typedef struct global_keymap_ini_t
|
||||
|
||||
/* midnight */
|
||||
static const global_keymap_ini_t default_main_keymap[] = {
|
||||
{"ChangePanel", "tab"},
|
||||
{"ChangePanel", "tab; ctrl-i"},
|
||||
{"Help", "f1"},
|
||||
{"UserMenu", "f2"},
|
||||
{"View", "f3"},
|
||||
|
Loading…
Reference in New Issue
Block a user