control-q instead of q for exitting apps

This commit is contained in:
kepler155c@gmail.com
2019-07-02 14:12:41 -04:00
parent 6fa7779d7d
commit ed99703fda
15 changed files with 18 additions and 52 deletions

View File

@@ -597,7 +597,7 @@ local startPage = UI.Page {
throttle = UI.Throttle { },
accelerators = {
x = 'test',
q = 'quit'
[ 'control-q' ] = 'quit'
}
}