annotate Bindings.xml @ 88:fc83b3f5b322

Added keybindings using LibKeyBound-1.0, with modifications for Override bindings instead of standard bindings.
author Flick <flickerstreak@gmail.com>
date Sun, 31 Aug 2008 06:02:18 +0000
parents 0d95ce7a9ec2
children
rev   line source
flickerstreak@23 1 <Bindings>
flickerstreak@23 2 <!-- general keybindings -->
flickerstreak@23 3 <Binding name="REACTION_TOGGLELOCK" header="REACTION">
flickerstreak@88 4 ReAction:SetConfigMode(not ReAction:GetConfigMode())
flickerstreak@23 5 </Binding>
flickerstreak@23 6 <Binding name="REACTION_TOGGLEKEYBIND">
flickerstreak@88 7 ReAction:SetKeybindMode(not ReAction:GetKeybindMode())
flickerstreak@23 8 </Binding>
flickerstreak@23 9 </Bindings>