This commit is contained in:
2026-03-11 19:14:40 +01:00
commit a2a5f04dd4
24 changed files with 482 additions and 0 deletions

View File

@@ -0,0 +1,57 @@
ActionManager {
Actions {
Action SCR_VoiceRangeUp {
Type Digital
InputSource InputSourceSum "{68D6FBBD3B92F0A9}" {
Sources {
InputSourceValue "{68D6FBBD04A41546}" {
FilterPreset "pressed"
Input "keyboard:KC_ADD"
Filter InputFilterDown "{68D6FBBD15448370}" {
}
}
InputSourceCombo "{68D6FBBD1E1DCEA4}" {
Sources {
InputSourceValue "{68D6FBBD65FB75E6}" {
Input "gamepad0:shoulder_right"
Filter InputFilterHold "{68D6FBBD74D4254F}" {
}
}
InputSourceValue "{68D6FBBD72AB82E9}" {
Input "gamepad0:x"
Filter InputFilterClick "{68D6FBBD7DB89B1E}" {
}
}
}
}
}
}
}
Action SCR_VoiceRangeDown {
Type Digital
InputSource InputSourceSum "{68D6FBBD58BA9137}" {
Sources {
InputSourceValue "{68D6FBBDA234B42A}" {
Input "keyboard:KC_SUBTRACT"
Filter InputFilterDown "{68D6FBBD9D2AB21E}" {
}
}
InputSourceCombo "{68D6FBBDE7ADF840}" {
Sources {
InputSourceValue "{68D6FBBDE00A1085}" {
Input "gamepad0:shoulder_right"
Filter InputFilterHold "{68D6FBBDF7959817}" {
}
}
InputSourceValue "{68D6FBBDF20DB59B}" {
Input "gamepad0:x"
Filter InputFilterClick "{68D6FBBDCC27AE10}" {
}
}
}
}
}
}
}
}
}