View Single Post
04/18/15, 02:03 PM   #1
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
[outdated] Enable Chordings in keybindings

For those who don't know, Chording is the term used by ZOS to decide :

"a keybind can get 2 buttons to use this action", try to change your "Move forward keybind" to Alt+W, it will work. because for this action , chording is enabled.

But try to set "Help" to Alt+something , it won't work, because it's disabled.

So why disabling this feature ?

Please activate.


Lua Code:
  1. function KeybindingsManager:SetChordingAlwaysEnabled(alwaysEnabled)
  2.     --self.chordingAlwaysEnabled = alwaysEnabled
  3.     self.chordingAlwaysEnabled = true
  4. end


Thank you