mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
Ticket #2839: Fix keybindings for Quit command of mcedit.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
fec326f641
commit
9cf11516fc
@ -301,7 +301,7 @@ Replace = f4
|
|||||||
ReplaceContinue = f14
|
ReplaceContinue = f14
|
||||||
Complete = alt-tab
|
Complete = alt-tab
|
||||||
InsertFile = f15
|
InsertFile = f15
|
||||||
Quit = f10, esc
|
Quit = f10; esc
|
||||||
InsertOverwrite = insert
|
InsertOverwrite = insert
|
||||||
Help = f1
|
Help = f1
|
||||||
Date =
|
Date =
|
||||||
|
@ -301,7 +301,7 @@ Replace = f4
|
|||||||
ReplaceContinue = f14
|
ReplaceContinue = f14
|
||||||
Complete = alt-tab
|
Complete = alt-tab
|
||||||
InsertFile = f15
|
InsertFile = f15
|
||||||
Quit = f10, esc
|
Quit = f10; esc
|
||||||
InsertOverwrite = insert
|
InsertOverwrite = insert
|
||||||
Help = f1
|
Help = f1
|
||||||
Date =
|
Date =
|
||||||
|
Loading…
Reference in New Issue
Block a user