Installation:
Put "Gamepad" folder into ".../World of Warcraft/Interface/AddOns/". Create AddOns folder if necessary
After Installation directory tree should look like the following
World of Warcraft
`- Interface
`- AddOns
`- Gamepad
|-- Bindings.xml
|-- Gamepad.toc
|-- Global.lua
|-- Main.lua
|-- README.md
|-- UI.lua
`-- locale
|-- Locale.lua
|-- LocaleTable.lua
`-- enUS.lua
Features:
- Simplifies using abilities when using gamepad
- Adds 3 hotkeys (Previous, Use, Next)
To-Do:
- make configuration easier than editing
Main.luafile
Requirements:
- You must map your controller first to keyboard keys (you can use JoyToKey for this).