diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-28 00:50:15 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-28 00:50:15 (GMT) |
commit | 97f61b07e64444ee7b4163cd289c09dbc2ffd2ea (patch) | |
tree | 27de67a65146af70cc6503ae9a898f64a889adb9 /src/MainWindow.ui | |
parent | 01f1a2f9cfeab276e5e0b51f47a72c9019478f7f (diff) |
Make Ctrl-Q quit - I can't believe this has gone unnoticed until now
Diffstat (limited to 'src/MainWindow.ui')
-rw-r--r-- | src/MainWindow.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/MainWindow.ui b/src/MainWindow.ui index 4d5ff22..dc73c05 100644 --- a/src/MainWindow.ui +++ b/src/MainWindow.ui @@ -270,6 +270,9 @@ <property name="text"> <string>&Quit</string> </property> + <property name="shortcut"> + <string>Ctrl+Q</string> + </property> </action> <action name="editActionUndo"> <property name="text"> |