view Bindings.xml @ 118:5c189f44e776

Fixed rule-select so that you can select rules for classes you're not currently playing. Added "in a vehicle" rule
author Flick <flickerstreak@gmail.com>
date Fri, 06 Feb 2009 21:32:32 +0000
parents fc83b3f5b322
children
line wrap: on
line source
<Bindings>
  <!-- general keybindings -->
  <Binding name="REACTION_TOGGLELOCK" header="REACTION">
    ReAction:SetConfigMode(not ReAction:GetConfigMode())
  </Binding>
  <Binding name="REACTION_TOGGLEKEYBIND">
    ReAction:SetKeybindMode(not ReAction:GetKeybindMode())
  </Binding>
</Bindings>