mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Change shortcut for Exit in internal editor to Alt+X. Ctrl+X is already assigned to Edit/Cut. Issue [0000458].
This commit is contained in:
parent
19575d03d3
commit
534f35ec7c
1 changed files with 1 additions and 1 deletions
|
|
@ -1541,7 +1541,7 @@ object frmEditor: TfrmEditor
|
|||
Hint = 'Exit'
|
||||
ImageIndex = 12
|
||||
OnExecute = actFileExitExecute
|
||||
ShortCut = 16472
|
||||
ShortCut = 32856
|
||||
end
|
||||
object actSaveAll: TAction
|
||||
Category = 'File'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue