mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
changed mc.keymap
This commit is contained in:
parent
5c252726f1
commit
48460f6ca1
@ -210,6 +210,7 @@ static name_keymap_t command_names[] = {
|
||||
{"DeleteSingle", CK_DeleteSingle},
|
||||
{"CdParent", CK_CdParent},
|
||||
{"CdChild", CK_CdChild},
|
||||
{"Panelize", CK_Panelize},
|
||||
{"PanelOtherSync", CK_PanelOtherSync},
|
||||
{"SortNext", CK_SortNext},
|
||||
{"SortPrev", CK_SortPrev},
|
||||
|
@ -99,6 +99,7 @@ SelectInvert = alt-asterisk
|
||||
CdChild = ctrl-pgdn
|
||||
CdParent = ctrl-pgup
|
||||
CdParentSmart =
|
||||
Panelize =
|
||||
History = alt-shift-h
|
||||
HistoryNext = alt-u
|
||||
HistoryPrev = alt-y
|
||||
|
@ -99,6 +99,7 @@ Unselect = alt-minus
|
||||
SelectInvert = alt-asterisk
|
||||
CdChild = ctrl-pgdn
|
||||
CdParent = ctrl-pgup
|
||||
Panelize =
|
||||
CdParentSmart =
|
||||
History = alt-shift-h
|
||||
HistoryNext = alt-u
|
||||
|
Loading…
Reference in New Issue
Block a user