chore: add log-out shortcut
This commit is contained in:
parent
38366700de
commit
b87049bb7c
2 changed files with 13 additions and 12 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
(modifiers: [Super, Shift], key: "Escape"): Terminate,
|
||||
(modifiers: [Super, Alt], key: "Escape"): Terminate,
|
||||
(modifiers: [Super, Shift], key: "Escape"): System(LogOut),
|
||||
(modifiers: [Super, Ctrl], key: "Escape"): Debug,
|
||||
(modifiers: [Super], key: "Escape"): System(LockScreen),
|
||||
(modifiers: [Super], key: "q"): Close,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue