view Bindings.xml @ 96:aa9074c92f11

Fixed brand new bars hiding if you click 'hide bar' on a valid state without first cycling config mode.
author Flick <flickerstreak@gmail.com>
date Wed, 22 Oct 2008 22:15:25 +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>