view Bindings.xml @ 98:a44173c7a82c

- added (Hidden) to label when bar is being shown temporarily for config - added snap-indicator (lock) icon. Displays when not dragging, if anchored, as well. - changed bar color when anchored
author Flick <flickerstreak@gmail.com>
date Fri, 24 Oct 2008 18:14:07 +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>