1
0
mirror of https://github.com/Toxblh/MTMR.git synced 2026-01-10 00:58:37 +00:00

Fix brightness keys

This commit is contained in:
Matteo Piccina 2020-11-14 15:52:08 +01:00
parent 7a1800252c
commit ecbaf3cbeb

View File

@ -79,7 +79,7 @@ class SupportedTypesHolder {
return (
item: .staticButton(title: ""),
actions: [
Action(trigger: .singleTap, value: .keyPress(keycode: 144))
Action(trigger: .singleTap, value: .hidKey(keycode: NX_KEYTYPE_BRIGHTNESS_UP))
],
legacyAction: .none,
legacyLongAction: .none,
@ -92,7 +92,7 @@ class SupportedTypesHolder {
return (
item: .staticButton(title: ""),
actions: [
Action(trigger: .singleTap, value: .keyPress(keycode: 145))
Action(trigger: .singleTap, value: .hidKey(keycode: NX_KEYTYPE_BRIGHTNESS_DOWN))
],
legacyAction: .none,
legacyLongAction: .none,