We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a18002 commit 6660bb2Copy full SHA for 6660bb2
1 file changed
MTMR/ItemsParsing.swift
@@ -79,7 +79,7 @@ class SupportedTypesHolder {
79
return (
80
item: .staticButton(title: ""),
81
actions: [
82
- Action(trigger: .singleTap, value: .keyPress(keycode: 144))
+ Action(trigger: .singleTap, value: .hidKey(keycode: NX_KEYTYPE_BRIGHTNESS_UP))
83
],
84
legacyAction: .none,
85
legacyLongAction: .none,
@@ -92,7 +92,7 @@ class SupportedTypesHolder {
92
93
94
95
- Action(trigger: .singleTap, value: .keyPress(keycode: 145))
+ Action(trigger: .singleTap, value: .hidKey(keycode: NX_KEYTYPE_BRIGHTNESS_DOWN))
96
97
98
0 commit comments