Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 
 

ESOUI » Developer Discussions » Wish List » [outdated] Enable Chordings in keybindings


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off