mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-08 04:22:05 +03:00
10fd8660c1
created structs: struct name_key_map_t struct key_config_t global_key_map_t add lookup_action replace editor key map struct to global_key_map_t add main_map screen_map replace command CK_* to src/cmddef.h add mc.keymap fix misc/Makefile.am add x_keymap add more commands Signed-off-by: Ilia Maslakov <il.smind@google.com>
45 lines
883 B
Plaintext
45 lines
883 B
Plaintext
[editor]
|
|
XStore = ctrl g
|
|
XPaste = ctrl v
|
|
XCut = ctrl x
|
|
Delete-Line = ctrl y
|
|
|
|
[main]
|
|
FindCmd = alt f7
|
|
ViewOtherCmd = ctrl o
|
|
|
|
[panel:xmap]
|
|
|
|
|
|
[panel]
|
|
PanelStartSearch = ctrl s
|
|
PanelMarkFile = ins
|
|
PanelMoveDown = down
|
|
PanelMoveUp = up
|
|
PanelMoveLeft = left
|
|
PanelMoveRight = right
|
|
PanelPrevPage = pgup
|
|
PanelNextPage = pgdn
|
|
PanelDoEnter = enter
|
|
PanelChdirOtherPanel = alt o
|
|
PanelChdirToReadlink = alt l
|
|
PanelViewSimple = shift F3
|
|
PanelEditNew = F14
|
|
PanelCopyLocal = F15
|
|
PanelRenameLocal = F16
|
|
PanelDeleteLocal = F18
|
|
PanelReverseSelection = alt *
|
|
PanelSelect = plus
|
|
PanelUnselect = minus
|
|
PanelCtrlNextPage = ctrl pgdn
|
|
PanelCtrlPrevPage = ctrl pgup
|
|
PanelDirectoryHistoryList = alt h
|
|
PanelDirectoryHistoryNext = alt u
|
|
PanelDirectoryHistoryPrev = alt y
|
|
PanelGotoBottomFile = alt j
|
|
PanelGotoMiddleFile = alt r
|
|
PanelSyncOtherPanel = alt i
|
|
PanelGotoTopFile = alt g
|
|
PanelSetPanelEncoding = ctrl t
|
|
|