mirror of
https://github.com/kepler155c/opus
synced 2025-11-10 20:43:03 +00:00
control-q instead of q for exitting apps + grid column override colors
This commit is contained in:
@@ -31,7 +31,7 @@ local page = UI.Page {
|
||||
sortColumn = 'name',
|
||||
},
|
||||
accelerators = {
|
||||
q = 'quit',
|
||||
[ 'control-q' ] = 'quit',
|
||||
enter = 'grid_select',
|
||||
},
|
||||
}
|
||||
@@ -47,7 +47,7 @@ local topicPage = UI.Page {
|
||||
x = 2, ex = -1, y = 3, ey = -2,
|
||||
},
|
||||
accelerators = {
|
||||
q = 'back',
|
||||
[ 'control-q' ] = 'back',
|
||||
backspace = 'back',
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user