Search found 4 matches

by noxcovenant
Mon Mar 08, 2021 2:53 pm
Forum: XMouse Button Control
Topic: Prevent sending repeated keystokes?
Replies: 4
Views: 2732

Re: Prevent sending repeated keystokes?

Actually ignore my crude solution. After doing additional testing, phil's suggestion was more elegant. Thanks again.
by noxcovenant
Mon Mar 08, 2021 2:41 pm
Forum: XMouse Button Control
Topic: Prevent sending repeated keystokes?
Replies: 4
Views: 2732

Re: Prevent sending repeated keystokes?

My solution was switching to Layer 2 after the button press.

Code: Select all

Simulated Keys: (pressed)[{UP}{LAYER:2}]
And then on the Layer 2 settings, I checked Switch to Layer 1 after 1 seconds.

But maybe I should try phil's suggestion. Thanks for the idea.
by noxcovenant
Mon Mar 08, 2021 1:01 am
Forum: XMouse Button Control
Topic: I can't switch layers via global hotkeys
Replies: 1
Views: 2343

I can't switch layers via global hotkeys

XMBC Version : v2.19.2 Windows Version : Windows 10 Version 2004 Mouse Information (brand/model) : Logitech G PRO Wireless Gaming Mouse Relevant Computer Information (CPU, RAM etc) : Beefy Did the problem occur after an upgrade of XMBC? (If so, from what version?) : Nope. Did the problem occur afte...
by noxcovenant
Mon Mar 08, 2021 12:43 am
Forum: XMouse Button Control
Topic: Can i hold "w" and repeat shift at same time?
Replies: 4
Views: 2811

Re: Can i hold "w" and repeat shift at same time?

I hope I don't sound like an asshole with this suggestion, but for the time being, you can perform that function easily with AutoHotkey. After installing Autohotkey, right click, make a new script, and paste this. Then right-click on new file and hit "Run Script". #IfWinActive STAR WARS Ba...