Alt key blocks Button 1/Button 2 movement
Fraktyl opened this issue ยท 3 comments
Describe the bug
Holding down the alt key stops the ability to use the button 1/button 2 move combo.
In WoW if you hold down left and right mouse buttons at the same time you will move forward. With Clicked installed if you are holding down the alt key when you use this key combination you will not begin to move. If you are already pressing the two of those buttons and then hit alt it will not interrupt.
Without Clicked installed you can hold alt then click both buttons in any order to begin movement.
General information
- Clicked Version: 0.14.0
- WoW Version: Retail
- Did it work before? Unsure
- Does it occur with all other addons disabled? It works with Clicked disabled
Expected behavior
Expect the alt button to not block the button 1/button 2 movement combo
Reproduction
-
Hold Alt
-
Press Button 1/Button 2
-
No Movemement
-
Press Button 1/Button 2
-
Hold Alt
-
Movement is not interrupted
Screenshots
If applicable, add screenshots to help explain your problem.
๐ yeah that makes sense then, the Binding Targets option are "global" in the sense that they will always capture the input, so if you bind it to alt-button1
it will try to cast it when it detects that key combination, overriding the default behavior of the game (in this case camera/movement)