mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Add some forgotten hotkeys.
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
77f8e57e76
commit
d1856a2268
@ -208,6 +208,8 @@ PanelGotoMiddleFile = alt-r
|
|||||||
PanelSyncOtherPanel = alt-i
|
PanelSyncOtherPanel = alt-i
|
||||||
PanelGotoTopFile = alt-g
|
PanelGotoTopFile = alt-g
|
||||||
PanelSetPanelEncoding = ctrl-t
|
PanelSetPanelEncoding = ctrl-t
|
||||||
|
PanelMoveHome = home
|
||||||
|
PanelMoveEnd = end
|
||||||
|
|
||||||
[panel:xmap]
|
[panel:xmap]
|
||||||
|
|
||||||
|
@ -603,7 +603,7 @@ const global_key_map_t default_main_x_map[] = {
|
|||||||
{'p', CK_CopyCurrentPathname},
|
{'p', CK_CopyCurrentPathname},
|
||||||
{XCTRL ('p'), CK_CopyOtherPathname},
|
{XCTRL ('p'), CK_CopyOtherPathname},
|
||||||
{'t', CK_CopyCurrentTagged},
|
{'t', CK_CopyCurrentTagged},
|
||||||
{XCTRL ('t'), CK_CopyCurrentReadlink},
|
{XCTRL ('t'), CK_CopyOtherTarget},
|
||||||
{'c', CK_ChmodCmd},
|
{'c', CK_ChmodCmd},
|
||||||
{'o', CK_ChownCmd},
|
{'o', CK_ChownCmd},
|
||||||
{'r', CK_CopyCurrentReadlink},
|
{'r', CK_CopyCurrentReadlink},
|
||||||
|
Loading…
Reference in New Issue
Block a user