Files
GTG-Autorun/Configs/System/chimeraInputCommon.conf
2026-03-09 21:05:14 +01:00

64 lines
1.5 KiB
Plaintext

ActionManager {
Actions {
Action SCR_Autorun {
InputSource InputSourceSum "{68CF05B2CDF32CE3}" {
Sources {
InputSourceValue "{68CF05B2D647AF8F}" {
FilterPreset "pressed"
Input "keyboard:KC_RCONTROL"
Filter InputFilterPressed "{68CF05B2DB8E153F}" {
}
}
InputSourceCombo "{68CF05B386B56BF6}" {
Sources {
InputSourceValue "{68CF05B028ABF55C}" {
Input "gamepad0:shoulder_right"
Filter InputFilterHold "{68CF05B008688BFF}" {
}
}
InputSourceValue "{68CF05B03B9367DA}" {
Input "gamepad0:x"
Filter InputFilterClick "{68CF05B01E6FB93B}" {
}
}
}
}
}
}
}
Action SCR_Autowalk {
InputSource InputSourceSum "{68D33944758E4533}" {
Sources {
InputSourceValue "{68D3394450C2DD76}" {
FilterPreset "pressed"
Input "keyboard:KC_RSHIFT"
Filter InputFilterPressed "{68D3394496498197}" {
}
}
InputSourceCombo "{68D33944FB2A7C07}" {
Sources {
InputSourceValue "{68D33944C4848E00}" {
Input "gamepad0:shoulder_right"
Filter InputFilterHold "{68D33944CB869962}" {
}
}
InputSourceValue "{68D33944C973854F}" {
Input "gamepad0:x"
Filter InputFilterClick "{68D33944DFD897D3}" {
}
}
}
}
}
}
}
}
Contexts {
ActionContext CharacterMovementContext {
ActionRefs +{
"SCR_Autorun"
"SCR_Autowalk"
}
}
}
}