view Bindings.xml @ 136:b8a14165b807

Small fix for stances not updating after options changed
author Flick <flickerstreak@gmail.com>
date Wed, 18 Mar 2009 02:00:51 +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>