Skip to content

Commit

Permalink
chore: add log-out shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 committed Jan 18, 2025
1 parent 3836670 commit a9586e1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion data/keybindings.ron
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit a9586e1

Please sign in to comment.