Search found 7580 matches

by phil
Sun Mar 17, 2024 12:56 pm
Forum: XMouse Button Control
Topic: [BUG] Mouse clicks unfocusing window
Replies: 8
Views: 195

Re: [BUG] Mouse clicks unfocusing window

Did you intentionally leave the post template blank? Give me very little to go on!
by phil
Sun Mar 17, 2024 12:54 pm
Forum: XMouse Button Control
Topic: How can I perform a simulated key, only when pressing two buttons at the same time ?
Replies: 13
Views: 408

Re: How can I perform a simulated key, only when pressing two buttons at the same time ?

I wonder if you could try the latest beta , its had a years worth of development since 2.20.5 and several things have been fixed and added. I would hate to spend a long time investigating this to find out I have fixed it already :)). However, I'm not sure I have fixed it already (if indeed it it is ...
by phil
Sat Mar 16, 2024 11:50 am
Forum: XMouse Button Control
Topic: Bug report/Feature Request related to "Change mouse cursor ..."
Replies: 3
Views: 172

Re: Bug report/Feature Request related to "Change mouse cursor ..."

Ive added this to the bug list, but can you explain a little more, what do you meant by "layer 2 only". There must still be a layer one?
Can you send me the example profile that does not work and explain how to reproduce it a little more?
by phil
Sat Mar 16, 2024 2:24 am
Forum: XMouse Button Control
Topic: Feature request: assign click to a specific key
Replies: 3
Views: 84

Re: Feature request: assign click to a specific key

Oh OK I didn't realize powertoys couldn't map to mouse actions... XMBC is designed to hook into the mouse message queue and then send stuff - it does not hook into the keyboard message queue (well other than for layer modifier keys). To add full keyboard support into XMBC is just far too much effort...
by phil
Sat Mar 16, 2024 2:18 am
Forum: XMouse Button Control
Topic: How to button chord locking win11 screen.
Replies: 3
Views: 96

Re: How to button chord locking win11 screen.

I guess it must be a protected key sequence... Why don't you just choose "Lock Workstation" instead of simulated keystrokes?
by phil
Fri Mar 15, 2024 6:56 pm
Forum: XMouse Button Control
Topic: Feature request: assign click to a specific key
Replies: 3
Views: 84

Re: Feature request: assign click to a specific key

Sorry, XMBC is for configuring the mouse buttons, it can not re-map keyboard keys.
That would be a completely different program!

Maybe have a look at Microsoft Powertoys which has a keyboard key remapper
by phil
Fri Mar 01, 2024 6:33 pm
Forum: XMouse Button Control
Topic: Activate the specific pane beneath the mouse (in Thunderbird)
Replies: 2
Views: 204

Re: Activate the specific pane beneath the mouse (in Thunderbird)

The activate tag activates the "window" as in the application, not a sub panel in that application. Scroll is different as the messages are posted to the sub-window handle. In this case, cant you just use {LMB}{PGDN} which will click to select/activate then press page down? If that does no...
by phil
Fri Feb 23, 2024 1:22 pm
Forum: XMouse Button Control
Topic: Please add Logi Lift Ergo Mouse Support
Replies: 3
Views: 293

Re: Please add Logi Lift Ergo Mouse Support

It is possible, but in the Logitech software you need to set the buttons (4&5) to back/forward (the windows default) then XMBC should see them.

I’m away on vacation right now but when I get back I will see if I can find more detailed instructions if you haven’t managed to get it working by then!
by phil
Tue Feb 20, 2024 2:39 pm
Forum: XMouse Button Control
Topic: Errors mentioned in log file
Replies: 8
Views: 6242

Re: Errors mentioned in log file

Well that is certainly odd, on my (windows 10) system with 20 profiles set up, it sat at 4MB with the setup window closed, and it goes up to 6MB when the setup screen is opened (dropping slightly after closing it, but now all the way back down to 4MB because I guess the MS MFC system libraries XMBC ...
by phil
Mon Feb 19, 2024 11:42 pm
Forum: XMouse Button Control
Topic: How can I perform a simulated key, only when pressing two buttons at the same time ?
Replies: 13
Views: 408

Re: How can I perform a simulated key, only when pressing two buttons at the same time ?

That sounds good - its quite a complex configuration you have there, I not sure even I fully understand it, but glad you have got it working for your needs!

PS. I will be away on vacation (in Quebec) for a while, so further replies may be quite delayed (or maybe quicker if I'm in your timezone!)
by phil
Mon Feb 19, 2024 11:41 pm
Forum: XMouse Button Control
Topic: pdgup and pgdown not working correctly
Replies: 3
Views: 5822

Re: pdgup and pgdown not working correctly

Glad to hear that XMBC works for you Rick!
by phil
Mon Feb 19, 2024 12:18 am
Forum: XMouse Button Control
Topic: Please add Logi Lift Ergo Mouse Support
Replies: 3
Views: 293

Re: Please add Logi Lift Ergo Mouse Support

XMBC does not and can not support specific devices. XMBC hooks into Windows mouse message system which provides native Windows support for five buttons, scroll and tilt (this is why XMBC can not support more than 5 buttons, as described in the F.A.Q). If your mouse/mouse driver does not send/trigger...
by phil
Thu Feb 15, 2024 9:43 am
Forum: XMouse Button Control
Topic: How can I perform a simulated key, only when pressing two buttons at the same time ?
Replies: 13
Views: 408

Re: How can I perform a simulated key, only when pressing two buttons at the same time ?

I think so, don't see why not... you wont be able to use "sticky left button [click drag]" because it wont send the alt. On the left button try sim keys, and method 3 (during): {alt}{LMB} That should do it... You will have to try it and see if it works (I am at work right now so cant test ...
by phil
Tue Feb 13, 2024 9:14 am
Forum: XMouse Button Control
Topic: How can I perform a simulated key, only when pressing two buttons at the same time ?
Replies: 13
Views: 408

Re: How can I perform a simulated key, only when pressing two buttons at the same time ?

ChatGPT may be using out of date information there. You might want to look at button chording instead (even if the GhatGPT method works). Button chording allows you to chord two buttons to perform different actions. XMBC has supported that for quite some time now (at least 5 years), despite what Cha...
by phil
Tue Feb 13, 2024 9:12 am
Forum: XMouse Button Control
Topic: Performing action on BUTTONUP rather than BUTTONDOWN ?
Replies: 1
Views: 86

Re: Performing action on BUTTONUP rather than BUTTONDOWN ?

Yep, you already found it, but select Method 2, "As mouse button is released" in the How to send the simulated key press dropdown.
Thanks for leaving your detailed message for others!