comparison 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
comparison
equal deleted inserted replaced
87:3499ac7c3a9b 88:fc83b3f5b322
1 <Bindings> 1 <Bindings>
2 <!-- general keybindings --> 2 <!-- general keybindings -->
3 <Binding name="REACTION_TOGGLELOCK" header="REACTION"> 3 <Binding name="REACTION_TOGGLELOCK" header="REACTION">
4 4 ReAction:SetConfigMode(not ReAction:GetConfigMode())
5 </Binding> 5 </Binding>
6 <Binding name="REACTION_TOGGLEKEYBIND"> 6 <Binding name="REACTION_TOGGLEKEYBIND">
7 7 ReAction:SetKeybindMode(not ReAction:GetKeybindMode())
8 </Binding> 8 </Binding>
9
10 <!-- dummy keybinds -->
11 </Bindings> 9 </Bindings>