q to close
This commit is contained in:
parent
c4fe1aa187
commit
2c73fe0be9
|
@ -452,6 +452,7 @@ pref_menu.keybindings = {
|
||||||
{ key = 's', fn = function() pref_menu:save() end },
|
{ key = 's', fn = function() pref_menu:save() end },
|
||||||
{ key = 'c', fn = function() end },
|
{ key = 'c', fn = function() end },
|
||||||
{ key = 'ESC', fn = function() pref_menu:close() end },
|
{ key = 'ESC', fn = function() pref_menu:close() end },
|
||||||
|
{ key = 'q', fn = function() pref_menu:close() end },
|
||||||
}
|
}
|
||||||
|
|
||||||
pref_menu.resolutions = {
|
pref_menu.resolutions = {
|
||||||
|
|
Loading…
Reference in a new issue