ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   Wish List (https://www.esoui.com/forums/forumdisplay.php?f=177)
-   -   [outdated] Enable Chordings in keybindings (https://www.esoui.com/forums/showthread.php?t=4602)

Ayantir 04/18/15 02:03 PM

[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

Sasky 04/18/15 02:56 PM

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...)

Baertram 04/20/15 02:41 PM

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...

Ayantir 04/20/15 11:35 PM

www.esoui.com/downloads/info1046-Emacs.html ;)

Garkin 04/21/15 04:43 AM

Quote:

Originally Posted by Ayantir (Post 20718)

BTW why do you want to redefine function when you can just call
KEYBINDING_MANAGER:SetChordingAlwaysEnabled(true)?


All times are GMT -6. The time now is 10:42 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI