control-q instead of q for exitting apps
This commit is contained in:
@@ -597,7 +597,7 @@ local startPage = UI.Page {
|
||||
throttle = UI.Throttle { },
|
||||
accelerators = {
|
||||
x = 'test',
|
||||
q = 'quit'
|
||||
[ 'control-q' ] = 'quit'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user