Holding CTRL on Currencies opens Character UI?
Haembina opened this issue ยท 5 comments
I don't have a keybind for it and I just use double C, but it opens when I try to CTRL + Click a currency to transfer it in my Warband.
I use Baganator, and this doesn't happen on the currency tab in my character pane. only the one in Baganator.
Behaviour:
https://youtu.be/QqX6B2PgIsE
Interesting.
I'm guessing when you try to transfer the currency Baganator opens and hides the character panel instantly, which essentially triggers our "Double Tap".
Since WoW doesn't support real Double Tap binding, what we do is detecting how long the character panel stays open before being closed.
There isn't a good workaround at this moment besides disabling Double Tap.
it seems like you are right! I disabled double click and it's not happening anymore. thank you for explaining how it works.
I didn't close this issue because the actual problem isn't solved. but if you think there isn't a way to solve it, feel free to close it.
Hi! It should be fixed now.
I added a minimum time requirement. If the CharacterFrame turns hidden before showing for 1/30 second (way shorter than humanly possible), it will not register as a "double click".