control-q instead of q for exitting apps
This commit is contained in:
@@ -107,7 +107,7 @@ local page = UI.Page {
|
||||
|
||||
[ 'control-m' ] = 'network',
|
||||
|
||||
q = 'quit',
|
||||
[ 'control-q' ] = 'quit',
|
||||
},
|
||||
allItems = { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user