mirror of
https://github.com/kepler155c/opus
synced 2025-11-07 02:53:01 +00:00
control-q instead of q for exitting apps + grid column override colors
This commit is contained in:
@@ -23,7 +23,7 @@ local systemPage = UI.Page {
|
||||
},
|
||||
notification = UI.Notification(),
|
||||
accelerators = {
|
||||
q = 'quit',
|
||||
[ 'control-q' ] = 'quit',
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user