Search found 7576 matches

by phil
Mon Mar 25, 2024 1:29 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: 378

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

Yes it was really bad for snow - we managed to find some north of Mont Laurier, and while we had to cancel/change plans while we were there, we managed to do what we went to do :). All good - but next time we will need to be more careful, and perhaps not book too far in advance lol. Anyway, I will n...
by phil
Mon Mar 25, 2024 1:26 am
Forum: XMouse Button Control
Topic: bind 2 keys in press sequence
Replies: 3
Views: 102

Re: bind 2 keys in press sequence

You can maybe use layers for this. If you setup layer one for the first key in simkeys, followed by {LAYER2} and layer two for the second key followed by {LAYER1} then when you are on layer one and press the button, it will perform key 1 and move to layer 2, so when you press the button again, it wi...
by phil
Sat Mar 23, 2024 12:01 am
Forum: XMouse Button Control
Topic: can i use portable version on w11/10 and 7?
Replies: 15
Views: 324

Re: can i use portable version on w11/10 and 7?

1. Yes, with the portable version, you can run from a USB key or any folder on your machine, shared with other computers. The settings are held in an xml/xmbcs (still XML) file and nothing needs to be stored on the machine itself - in portable mode the settings are saved along side the executable, w...
by phil
Thu Mar 21, 2024 8:43 pm
Forum: XMouse Button Control
Topic: Cannot select window in task bar
Replies: 3
Views: 117

Re: Cannot select window in task bar

Can you send me a copy of your profile so I can test with it here? Use the save profile button to save it and send me the file (either via PM or email it to me). It may shed some light on whats different with your settings compared to mine.
by phil
Wed Mar 20, 2024 7:51 pm
Forum: XMouse Button Control
Topic: Cannot select window in task bar
Replies: 3
Views: 117

Re: Cannot select window in task bar

Hi,

Not really sure what in XMBC could cause that, unless you have changed the button behavior from default (particularly left click)?
What is you let button set to?

Its certainly not an issue here.
Does it happen only when XMBC is running?
by phil
Tue Mar 19, 2024 10:19 pm
Forum: XMouse Button Control
Topic: [BUG] Mouse clicks unfocusing window
Replies: 8
Views: 185

Re: [BUG] Mouse clicks unfocusing window

That's handy to know.... It does sound like a problem XMBC is making worse... if you can ever figure out a reliable way to reproduce this, or get it captured in the debug log (as soon as it happens turn on debug logging and it should capture the last 100-220 events to the log file, I have a global h...
by phil
Tue Mar 19, 2024 10:12 pm
Forum: XMouse Button Control
Topic: How to button chord locking win11 screen.
Replies: 3
Views: 89

Re: How to button chord locking win11 screen.

I know what you mean, I tend to default to simkeys too... I mean, I could add a tag to do it from there but it's probably not worth it in this case! Incidentally, I just tried on my other laptop with {LWIN}L and first time, it worked, and from then on, it hasn't worked. {LWIN}x works fine (and that'...
by phil
Tue Mar 19, 2024 9:56 pm
Forum: XMouse Button Control
Topic: 4 CLICKS + 1 HOLD
Replies: 3
Views: 92

Re: 4 CLICKS + 1 HOLD

Have you tried anything else? Maybe instead of {holdms:500}{lmb} you could try {LMBD}{WAITMS:500}{LMBU} Or maybe {PRESS}{LMB}{WAITMS:500}{RELEASE}{LMB} (not sure about that one) The holdms option appeared to work here but its quite difficult to tell with {LMB} - I'll have to investigate further when...
by phil
Sun Mar 17, 2024 7:00 pm
Forum: XMouse Button Control
Topic: [BUG] Mouse clicks unfocusing window
Replies: 8
Views: 185

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: 8
Views: 185

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: 3
Views: 92

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: 8
Views: 185

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

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

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

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