shortcuts: touchpad toggle keybind

This commit is contained in:
Ashley Wulber 2025-09-19 09:33:10 -04:00 committed by GitHub
parent b75be5b305
commit b19f66702f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 21 additions and 18 deletions

View file

@ -120,4 +120,5 @@
(modifiers: [], key: "XF86AudioPrev"): System(PlayPrev),
(modifiers: [], key: "XF86AudioNext"): System(PlayNext),
(modifiers: [], key: "XF86PowerOff"): System(PowerOff),
(modifiers: [], key: "XF86TouchpadToggle"): System(TouchpadToggle),
}