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

@@ -23,7 +23,7 @@ local peripheralsPage = UI.Page {
values = 'Select peripheral',
},
accelerators = {
q = 'quit',
[ 'control-q' ] = 'quit',
},
}
@@ -78,7 +78,7 @@ local methodsPage = UI.Page {
status = 'q to return',
},
accelerators = {
q = 'back',
[ 'control-q' ] = 'back',
backspace = 'back',
},
}