chore: add keybinding for power off button handling

This commit is contained in:
Ashley Wulber 2025-06-13 12:54:31 -04:00 committed by Victoria Brekenfeld
parent 8a3436edb2
commit 156742985d
2 changed files with 6 additions and 5 deletions

View file

@ -118,4 +118,5 @@
(modifiers: [], key: "XF86AudioPlay"): System(PlayPause),
(modifiers: [], key: "XF86AudioPrev"): System(PlayPrev),
(modifiers: [], key: "XF86AudioNext"): System(PlayNext),
(modifiers: [], key: "XF86PowerOff"): System(PowerOff),
}