Search found 7523 matches

by phil
Sun Mar 17, 2024 7:00 pm
Forum: XMouse Button Control
Topic: [BUG] Mouse clicks unfocusing window
Replies: 7
Views: 64

Re: [BUG] Mouse clicks unfocusing window

Does it make any difference if you CTRL+ALT+DEL (then cancel from the security options screen) sometimes this fixes some windows issues? I cant say that I have noticed this particular bug before on Windows 10 or 11... You say its a bug in Windows than XMBC seems to trigger more - does it ever happen...
by phil
Sun Mar 17, 2024 6:54 pm
Forum: XMouse Button Control
Topic: [BUG] Mouse clicks unfocusing window
Replies: 7
Views: 64

Re: [BUG] Mouse clicks unfocusing window

OK, but you haven't actually given a description of the problem....
Other than the title, which is rather vague, what exactly is the problem?
by phil
Sun Mar 17, 2024 6:53 pm
Forum: XMouse Button Control
Topic: 4 CLICKS + 1 HOLD
Replies: 2
Views: 27

Re: 4 CLICKS + 1 HOLD

Does the following work?

Simulated keystrokes, method 6 (repeat) or method 7 depending on if you want to hold the button down or not...
{LMB}{WAITMS:100}{LMB}{WAITMS:100}{LMB}{WAITMS:100}{LMB}{WAITMS:100}{HOLDM:500}{LMB}
by phil
Sun Mar 17, 2024 12:56 pm
Forum: XMouse Button Control
Topic: [BUG] Mouse clicks unfocusing window
Replies: 7
Views: 64

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: 11
Views: 199

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: 2
Views: 93

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: 30

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: 2
Views: 24

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: 30

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: 114

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: 248

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: 6174

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: 11
Views: 199

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: 5777

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: 248

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...