Search found 4 matches

by SamuelMiller
12 Apr 2018, 10:43
Forum: Ask for Help (v1)
Topic: How can I detect 2 or more inputs within a small time frame?
Replies: 0
Views: 463

How can I detect 2 or more inputs within a small time frame?

I want to detect when 3 keys are pressed "at the same time", except it's not at the same time, only the UP states of the keys are being registered, about 2ms apart from eachother. Here is the log from Switch Hitter: 16:22.0457 1 (0x31, BIOS 0x02) UP -> 46828ms 16:22.0457 2 (0x32, BIOS 0x03) UP -> 46...
by SamuelMiller
11 Apr 2018, 13:47
Forum: Ask for Help (v1)
Topic: How can I use Keywait with multiple modifier keys?
Replies: 2
Views: 1324

Re: How can I use Keywait with multiple modifier keys?

The above problem was because I simply need to do the KeyWait for each individual key. I re-wrote that part and it works fine. However, there is another issue. The mouse button I want to use with that script does not seem to output ctrl shift alt in a way that AHK is picking up, even if it works via...
by SamuelMiller
11 Apr 2018, 11:15
Forum: About This Community
Topic: Issues with registering, Post your username here...
Replies: 865
Views: 2082746

Re: Issues with registering, Post your username here...

I registered, and verified my email.

When I post a question, it doesn't show up. I have made 2 posts, and even in my profile it says I made 0. Why?
by SamuelMiller
11 Apr 2018, 10:00
Forum: Ask for Help (v1)
Topic: How can I use Keywait with multiple modifier keys?
Replies: 2
Views: 1324

How can I use Keywait with multiple modifier keys?

Hello guys, I have an Elecom Huge trackball with 8 mouse buttons. I wanted to make one button chance the mouse speed only when held so I put together this with my limited knowledge of AHK: SPI_GetMouseSpeed := 0x70 SPI_SetMouseSpeed := 0x71 DesiredMouseSpeed := 1 ;(1-20) F1:: { DllCall("SystemParame...

Go to advanced search