control-q instead of q for exitting apps
This commit is contained in:
@@ -106,8 +106,7 @@ local page = UI.Page {
|
||||
[ 'control-e' ] = 'eject',
|
||||
[ 'control-s' ] = 'eject_stack',
|
||||
[ 'control-a' ] = 'eject_all',
|
||||
|
||||
q = 'quit',
|
||||
[ 'control-q' ] = 'quit',
|
||||
},
|
||||
items = { },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user