chore: add log-out shortcut

This commit is contained in:
Ashley Wulber 2025-01-17 22:39:51 -05:00 committed by Michael Murphy
parent 38366700de
commit b87049bb7c
2 changed files with 13 additions and 12 deletions

View file

@ -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,