View Single Post
02/09/18, 01:04 AM   #6
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 577
From what you have posted I don't see a mistake either.
Try this:
Code:
<Bindings>
  <Layer name="SI_KEYBINDINGS_CATEGORY_GENERAL">
    <Category name="Fast Ride">
      <Action name="FASTRIDE_SWITCH">
        <Down>SLASH_COMMANDS["/fastride.key"]()</Down>
      </Action>
    </Category>
  </Layer>
</Bindings>
  Reply With Quote