mirror of
https://github.com/Toxblh/MTMR.git
synced 2026-01-10 00:58:37 +00:00
Fix brightness keys (#367)
This commit is contained in:
parent
7a1800252c
commit
6660bb2d8f
@ -79,7 +79,7 @@ class SupportedTypesHolder {
|
|||||||
return (
|
return (
|
||||||
item: .staticButton(title: ""),
|
item: .staticButton(title: ""),
|
||||||
actions: [
|
actions: [
|
||||||
Action(trigger: .singleTap, value: .keyPress(keycode: 144))
|
Action(trigger: .singleTap, value: .hidKey(keycode: NX_KEYTYPE_BRIGHTNESS_UP))
|
||||||
],
|
],
|
||||||
legacyAction: .none,
|
legacyAction: .none,
|
||||||
legacyLongAction: .none,
|
legacyLongAction: .none,
|
||||||
@ -92,7 +92,7 @@ class SupportedTypesHolder {
|
|||||||
return (
|
return (
|
||||||
item: .staticButton(title: ""),
|
item: .staticButton(title: ""),
|
||||||
actions: [
|
actions: [
|
||||||
Action(trigger: .singleTap, value: .keyPress(keycode: 145))
|
Action(trigger: .singleTap, value: .hidKey(keycode: NX_KEYTYPE_BRIGHTNESS_DOWN))
|
||||||
],
|
],
|
||||||
legacyAction: .none,
|
legacyAction: .none,
|
||||||
legacyLongAction: .none,
|
legacyLongAction: .none,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user