fix: Add second touchpad hotkey config for Pangolin keyboards
This commit is contained in:
parent
714e80366d
commit
25904ca189
1 changed files with 1 additions and 0 deletions
|
|
@ -122,4 +122,5 @@
|
||||||
(modifiers: [], key: "XF86AudioNext"): System(PlayNext),
|
(modifiers: [], key: "XF86AudioNext"): System(PlayNext),
|
||||||
(modifiers: [], key: "XF86PowerOff"): System(PowerOff),
|
(modifiers: [], key: "XF86PowerOff"): System(PowerOff),
|
||||||
(modifiers: [], key: "XF86TouchpadToggle"): System(TouchpadToggle),
|
(modifiers: [], key: "XF86TouchpadToggle"): System(TouchpadToggle),
|
||||||
|
(modifiers: [Super, Ctrl], key: "XF86TouchpadToggle"): System(TouchpadToggle),
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue