Author Topic: Multiple Keybinds  (Read 277 times)

I want to bind Crouch to both the Shift and the control key, but you can only have 1 keybind set for each thing. I want to be able to use multiple keybinds on 1 thing.

Code: [Select]
if(!$KeybindDuplicateHasBound)
{
$KeybindDuplicateHasBound = 1;
$remapDivision[$remapCount] = "Duplicate Binds";
$remapName[$remapCount] = "Crouch Duplicate";
$remapCmd[$remapCount] = "crouch";
$remapCount++;
}