Thread Tools Display Modes
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
 
04/18/15, 02:56 PM   #2
Sasky
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 231
Next up: emacs-style keybindings.

Help menu: C-x C-h
Leave group: M-g
/dancebreton: C-D C-b
/dancebosmer: C-d C-w
/danceredguard: C-d C-r

(Sorry, couldn't resist.
Sad part is it'd still be easier than the quickslot...)
 
04/20/15, 02:41 PM   #3
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
I'd also like to have the keybinds to always accept CTRl, ALT, or SHIFT keys for ANY of the bindable actions.
I got so many free combinations on my keyboard but am not allowed to use them
So I need to write small addons that register a short chat command to do some actions...
 
04/20/15, 11:35 PM   #4
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
www.esoui.com/downloads/info1046-Emacs.html
 
04/21/15, 04:43 AM   #5
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by Ayantir View Post
BTW why do you want to redefine function when you can just call
KEYBINDING_MANAGER:SetChordingAlwaysEnabled(true)?
 

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