Added default hotkey for quit (ctrl+q)
Was there a special reason not to include it (anymore)?
This commit is contained in:
parent
f5e4232a1c
commit
304d044a21
1 changed files with 10 additions and 0 deletions
|
@ -209,6 +209,11 @@ default=yes
|
|||
cmd=yes
|
||||
[/hotkey]
|
||||
[hotkey]
|
||||
command=quit
|
||||
key=q
|
||||
cmd=yes
|
||||
[/hotkey]
|
||||
[hotkey]
|
||||
command=save
|
||||
key=s
|
||||
cmd=yes
|
||||
|
@ -388,6 +393,11 @@ default=yes
|
|||
ctrl=yes
|
||||
[/hotkey]
|
||||
[hotkey]
|
||||
command=quit
|
||||
key=q
|
||||
ctrl=yes
|
||||
[/hotkey]
|
||||
[hotkey]
|
||||
command=save
|
||||
key=s
|
||||
ctrl=yes
|
||||
|
|
Loading…
Add table
Reference in a new issue