Search found 23 matches

by dinu
Wed Mar 06, 2019 2:52 am
Forum: XMouse Button Control
Topic: Switching tabs in Chrome requires mouse to slightly move for scroll to work
Replies: 31
Views: 23038

Re: Switching tabs in Chrome requires mouse to slightly move for scroll to work

Just... is there some place I can download the previous version? :D
by dinu
Wed Mar 06, 2019 2:35 am
Forum: XMouse Button Control
Topic: Switching tabs in Chrome requires mouse to slightly move for scroll to work
Replies: 31
Views: 23038

Re: Switching tabs in Chrome requires mouse to slightly move for scroll to work

Hahah. No worries, I've been using it like this for a while now, I got used to it... makes life more interesting.
Enjoy your before-hangover time!
by dinu
Wed Mar 06, 2019 2:33 am
Forum: XMouse Button Control
Topic: Debounce tilt wheel function maybe not working
Replies: 3
Views: 3721

Re: Debounce tilt wheel function maybe not working

Excellent! Setting that to just 100ms seems to fix the mouse bug which is an avalanche of initial tilts and it still allows me to click as fast as I can without skipping.
by dinu
Wed Mar 06, 2019 2:25 am
Forum: XMouse Button Control
Topic: Switching tabs in Chrome requires mouse to slightly move for scroll to work
Replies: 31
Views: 23038

Re: Switching tabs in Chrome requires mouse to slightly move for scroll to work

Umm... sorry, it seems no "phew" yet: Now tabs change but it seems because of a new bug: {ACTIVATE} doesn't work anymore with Chrome: it always sends the {CTRL}{TAB} to the active window, even when my mouse is on top of another. Doesn't involve repeated commands. Steps: 1) Activate a Chrom...
by dinu
Wed Mar 06, 2019 2:19 am
Forum: XMouse Button Control
Topic: Debounce tilt wheel function maybe not working
Replies: 3
Views: 3721

Debounce tilt wheel function maybe not working

XMBC Version : 2.18.5 Windows Version : 10 x64 Mouse Information (brand/model) : SteelSeries Rival 500 Clear description of the problem : Following https://forums.highrez.co.uk/viewtopic.php?f=6&t=4040 : My mouse has a factory behavior - completely buggy, in my opinion, but who am I to judge - ...
by dinu
Wed Mar 06, 2019 2:03 am
Forum: XMouse Button Control
Topic: Switching tabs in Chrome requires mouse to slightly move for scroll to work
Replies: 31
Views: 23038

Re: Switching tabs in Chrome requires mouse to slightly move for scroll to work

Of course the window detection runs before activate (it runs when the mouse cursor moves) - else it wouldn't find the correct profile and run that macro! No, no - in the above scenario, the mouse does NOT move between steps 2 and 3. If the mouse moves, everything works. So, the activation crashes o...
by dinu
Fri Mar 01, 2019 5:26 pm
Forum: XMouse Button Control
Topic: Switching tabs in Chrome requires mouse to slightly move for scroll to work
Replies: 31
Views: 23038

Re: Switching tabs in Chrome requires mouse to slightly move for scroll to work

Umm, I think the window identification should run before the {ACTIVATE}, not after. With 400ms delay I can't test, because like I said, it seems to work naturally after ~1s, which can be also ~0.5s, and my finger timing isn't that accurate. BUT I don't see how it can work if it runs after {ACTIVATE}...
by dinu
Fri Mar 01, 2019 1:00 pm
Forum: XMouse Button Control
Topic: Switching tabs in Chrome requires mouse to slightly move for scroll to work
Replies: 31
Views: 23038

Re: Switching tabs in Chrome requires mouse to slightly move for scroll to work

Download from site, full installer.
Updating from the context menu worked, so it's probably the installer.
{ACTIVATE} still broken in 2.18.4 for me, same symptoms: {ACTIVATE}{CTRL}{TAB} followed by scroll doesn't work, followed by same doesn't work, loses focus.
by dinu
Fri Mar 01, 2019 12:42 pm
Forum: XMouse Button Control
Topic: Switching tabs in Chrome requires mouse to slightly move for scroll to work
Replies: 31
Views: 23038

Re: Switching tabs in Chrome requires mouse to slightly move for scroll to work

Well, in my mind they were related in the sense that in both cases the messages are sent to another window than the one under cursor and it seems in both cases re-detecting the top window under cursor would fix the problem, but I don't know the inner workings... Yes, it also involves scroll. To repr...
by dinu
Mon Feb 25, 2019 3:10 pm
Forum: XMouse Button Control
Topic: Switching tabs in Chrome requires mouse to slightly move for scroll to work
Replies: 31
Views: 23038

Re: Switching tabs in Chrome requires mouse to slightly move for scroll to work

Related to this, maybe it can have the same fix: I'm also using the mose tilt buttons for tab navigations. However, I use {ACTIVATE} first because I have a multi-monitor setup and I want to switch tabs on the window under cursor. This fails in a different but seemingly related way: if quickly repeat...
by dinu
Sat Oct 28, 2017 12:47 pm
Forum: XMouse Button Control
Topic: Access to buttons 6+
Replies: 11
Views: 10257

Re: Access to buttons 6+

Indeed, there don't seem to be any WM_ messages in the XMBC log for buttons 6-8
by dinu
Fri Oct 27, 2017 7:34 pm
Forum: XMouse Button Control
Topic: Access to buttons 6+
Replies: 11
Views: 10257

Re: Mouse speed bug

PS. I made a mistake and posted here the replies that should go to 6+ buttons. Sorry, hope you can make clean :)
by dinu
Fri Oct 27, 2017 5:51 pm
Forum: XMouse Button Control
Topic: Access to buttons 6+
Replies: 11
Views: 10257

Re: Mouse speed bug

They definitely have 8 buttons listed for mapping target... I checked and Button 1 is LMB, 2 is RMB, 3 is scroll button, 4 and 5 are 4 and 5 also in XMBC; 6,7 and 8 are not aliases for tilt, so I assume they do have a more-or-less standard way of transmitting them. The mouse has 13 buttons + tilt, s...
by dinu
Fri Oct 27, 2017 5:26 pm
Forum: XMouse Button Control
Topic: Access to buttons 6+
Replies: 11
Views: 10257

Re: Mouse speed bug

https://stackoverflow.com/questions/27655619/capturing-more-then-5-mouse-buttons-windows "The RAWMOUSE structure supports 5 buttons in addition to the 3 regular buttons (left/middle/right). In other words: It will report information for 8 different mouse buttons, not just 5 (as I assume you imp...