Search found 7721 matches

by phil
Tue Dec 10, 2024 11:21 pm
Forum: XMouse Button Control
Topic: MouseButton4 + MouseLeftButton simultaneous click detection
Replies: 1
Views: 13

Re: MouseButton4 + MouseLeftButton simultaneous click detection

Check out "button chording". The user manual covers it hopefully enough, you just need to know what to look for :)
by phil
Tue Dec 10, 2024 11:20 pm
Forum: XMouse Button Control
Topic: XMBC 2.21 Beta
Replies: 124
Views: 214792

Re: XMBC 2.21 Beta

The user guide/manual has a little section near the bottom about changing the icons, gives the filenames etc and where to drop them.
Good luck :)
by phil
Tue Dec 10, 2024 9:20 am
Forum: XMouse Button Control
Topic: XMBC 2.21 Beta
Replies: 124
Views: 214792

Re: XMBC 2.21 Beta

Thanks Phil, for continuing to support this software. Regarding the tray icon, I struggle to tell the difference between the disabled and enabled icons. "Pop quiz, hotshot: Is it the slightly more grey version of the icon, or the slightly less grey version of the icon? What's the most you ever...
by phil
Thu Dec 05, 2024 8:07 pm
Forum: XMouse Button Control
Topic: Forward movement in middle mouse button
Replies: 2
Views: 119

Re: Forward movement in middle mouse button

But at no avail. What I am doing wrong? Im afraid to say, probably nothing. I suspect the game uses RAW/DIRECT Input, which operates below the level XMBC operates, and thus simply can not be manipulated by XMBC. Many games work this way - and therefore XMBC is pretty useless in those games, but it ...
by phil
Wed Dec 04, 2024 11:24 pm
Forum: XMouse Button Control
Topic: Would like to restrict axis movement without affecting button operation
Replies: 3
Views: 123

Re: Would like to restrict axis movement without affecting button operation

Great, glad that worked. I fixed the typo above (thanks for pointing that out :))
by phil
Wed Dec 04, 2024 10:19 pm
Forum: XMouse Button Control
Topic: Would like to restrict axis movement without affecting button operation
Replies: 3
Views: 123

Re: Would like to restrict axis movement without affecting button operation

You could try...
Middle button -> Simulated Keystrokes
In the main input, enter: {LOCKY}
Set Method to 3 (During)
Un-tick the box: Block original message
Untitled.png
Give the a go, let me know if it works or not!

EDIT: Fixed the typo mentioned below!
by phil
Wed Dec 04, 2024 6:51 pm
Forum: XMouse Button Control
Topic: Issues with OneNote and mouse button swap
Replies: 7
Views: 460

Re: Issues with OneNote and mouse button swap

No, as I said above, the default profile uses the Windows setting... Subsequent profiles can alter this, but its not sensible for the default profile to alter the default windows setting (if that makes sense). It is still a really bad idea to use XMBC to swap the buttons as you have done, not least ...
by phil
Wed Dec 04, 2024 6:45 pm
Forum: XMouse Button Control
Topic: CAPSLOCK
Replies: 14
Views: 2418

Re: CAPSLOCK

Yes generally (at least in C++) HEX numbers are prefixed by 0x to indicate it is HEX. IF XMBC works with hex in these tags (I cant remember for sure) then it will be using the same convention (if it does not it probably should!!).
by phil
Wed Dec 04, 2024 2:20 am
Forum: XMouse Button Control
Topic: CAPSLOCK
Replies: 14
Views: 2418

Re: CAPSLOCK

Glad to hear it - good research!
I *think* XMBC will accept it in HEX so long as it is prefixed with 0x so 0xF0 (but I'm not 100% sure).
by phil
Mon Dec 02, 2024 8:21 pm
Forum: XMouse Button Control
Topic: Issues with OneNote and mouse button swap
Replies: 7
Views: 460

Re: Issues with OneNote and mouse button swap

Indeed if I do the same button swap, I do see the problem (it should work, even if its inefficient, so I will have a look at it, but I highly suggest your use the windows mouse control panel setting if you can!!!)
by phil
Mon Dec 02, 2024 8:17 pm
Forum: XMouse Button Control
Topic: Issues with OneNote and mouse button swap
Replies: 7
Views: 460

Re: Issues with OneNote and mouse button swap

I've just noticed the button swap thing - thats a primary difference with my setup I guess.... But why are you doing it that way - there is a way to swap buttons natively in Windows using the mouse control panel (which does not require XMBC at all)... Untitled.png XMBC can control that setting also ...
by phil
Mon Dec 02, 2024 8:11 pm
Forum: XMouse Button Control
Topic: Issues with OneNote and mouse button swap
Replies: 7
Views: 460

Re: Issues with OneNote and mouse button swap

Debug logging might help, but in this case, I doubt it, because all that will show me is the button presses etc. which your words above have pretty accurately described. I will have to see if I can reproduce it here (although i would have thought I would have noticed this myself if it was a generic ...
by phil
Mon Dec 02, 2024 9:40 am
Forum: XMouse Button Control
Topic: XMBC 2.21 Beta
Replies: 124
Views: 214792

Re: XMBC 2.21 Beta

probably, but that's no excuse for me really is it :)
by phil
Thu Nov 28, 2024 1:01 pm
Forum: XMouse Button Control
Topic: Issues with OneNote and mouse button swap
Replies: 7
Views: 460

Re: Issues with OneNote and mouse button swap

Can you possibly try the latest beta? there were some fixes for OneNote in there (although I don't think related to this problem) but I have (and use) onenote, both the Win10 one and the full Office 2021 Professional install (on both Win10 and 11) and haven't seen such issues. If it still happens on...
by phil
Tue Nov 26, 2024 10:02 pm
Forum: XMouse Button Control
Topic: XMBC Error: CSimToken::Parse: Invalid/unknown special key tag {M}
Replies: 1
Views: 293

Re: XMBC Error: CSimToken::Parse: Invalid/unknown special key tag {M}

The log is correct. {M} is not a valid tag.
All tags are listed in the simkey setup screen window/help text (with examples too!)
Normal keys do NOT need { } around them!

You should be using {CTRL}M
Does that work?