(REQUEST) Cast action keybinds on key down
Comettii opened this issue · 1 comments
Hi,
As the Leatrix is considered the Swiss Army Knife of World of Warcraft, is there a possibility to insert the function to change the behavior of the key action to activate when pressed, instead of when and when it is released?
Searching a little on Google, I found that the cvar used was actionButtonUseKeyDown 1
, but this doesn't work for a long time and many addons that used this to change the behavior, stopped working (advance interface options for example).
Thank you very much for your excellent work!
When I tried to set the console variable briefly for a test, it appeared to work fine for me. What is not working for you?
You can set console variables and see their current values easily using the /ltp cv command.
This will display the current value of the console variable.
/ltp cv <console variable>
This will set the value of the console variable.
/ltp cv <console variable> <value>
So you can see the current gamma value with this:
/ltp cv gamma
If you want to set the gamma value to 1.5, you can use this:
/ltp cv gamma 1.5