This commit is contained in:
2026-03-12 20:10:53 +01:00
parent f52ef032c1
commit cec8cedc19
7 changed files with 99 additions and 69 deletions

View File

@@ -1,12 +1,11 @@
ActionManager {
Actions {
Action SCR_VoiceRangeUp {
Type Digital
Action GTG_RangeUp {
InputSource InputSourceSum "{68D6FBBD3B92F0A9}" {
Sources {
InputSourceValue "{68D6FBBD04A41546}" {
FilterPreset "pressed"
Input "keyboard:KC_ADD"
Input "keyboard:KC_O"
Filter InputFilterDown "{68D6FBBD15448370}" {
}
}
@@ -27,12 +26,11 @@ ActionManager {
}
}
}
Action SCR_VoiceRangeDown {
Type Digital
Action GTG_RangeDown {
InputSource InputSourceSum "{68D6FBBD58BA9137}" {
Sources {
InputSourceValue "{68D6FBBDA234B42A}" {
Input "keyboard:KC_SUBTRACT"
Input "keyboard:KC_P"
Filter InputFilterDown "{68D6FBBD9D2AB21E}" {
}
}
@@ -57,12 +55,11 @@ ActionManager {
Contexts {
ActionContext CharacterGeneralContext {
Actions {
Action SCR_VoiceRangeUp {
Type Digital
Action GTG_RangeUp {
InputSource InputSourceSum "{68D910D1566B1F69}" {
Sources {
InputSourceValue "{68D910D19D8247E3}" {
Input "keyboard:KC_ADD"
Input "keyboard:KC_O"
Filter InputFilterDown "{68D910D1E211D9EE}" {
}
}
@@ -83,12 +80,11 @@ ActionManager {
}
}
}
Action SCR_VoiceRangeDown {
Type Digital
Action GTG_RangeDown {
InputSource InputSourceSum "{68D910D018C9121B}" {
Sources {
InputSourceValue "{68D910D06648D071}" {
Input "keyboard:KC_SUBTRACT"
Input "keyboard:KC_P"
Filter InputFilterDown "{68D910D06BF572E0}" {
}
}
@@ -110,6 +106,10 @@ ActionManager {
}
}
}
ActionRefs +{
"SCR_VoiceRangeUp"
"SCR_VoiceRangeDown"
}
}
}
}