fix: Add second touchpad hotkey config for Pangolin keyboards

This commit is contained in:
Jacob Kauffmann 2025-12-02 17:22:48 -07:00 committed by Victoria Brekenfeld
parent 714e80366d
commit 25904ca189

View file

@ -122,4 +122,5 @@
(modifiers: [], key: "XF86AudioNext"): System(PlayNext),
(modifiers: [], key: "XF86PowerOff"): System(PowerOff),
(modifiers: [], key: "XF86TouchpadToggle"): System(TouchpadToggle),
(modifiers: [Super, Ctrl], key: "XF86TouchpadToggle"): System(TouchpadToggle),
}