Search found 5 matches

by Playa 01
29 Apr 2024, 11:35
Forum: Gaming Help (v1)
Topic: Two profile script not working well
Replies: 0
Views: 353

Two profile script not working well

I've been using a script occasionally for years. Although I sometimes change it and use it for different tasks, I use it mostly with the PS2 emulator (PCSX2) . There are two different profiles and I switch between them with the Caps Lock key. This is its current state: profile := 1 ;default $CapsLoc...
by Playa 01
29 Apr 2024, 11:21
Forum: Ask for Help (v1)
Topic: Buttons remain pressed when I change profile
Replies: 6
Views: 605

Re: Buttons remain pressed when I change profile

Some games may also require a longer :arrow: press duration . Due to some of the specialized issues and interests surrounding gaming, this forum has a separate board for gaming. https://www.autohotkey.com/boards/viewforum.php?f=18 I've tried a lot of things and actually I'm not good at writing code...
by Playa 01
28 Apr 2024, 15:44
Forum: Ask for Help (v1)
Topic: Buttons remain pressed when I change profile
Replies: 6
Views: 605

Re: Buttons remain pressed when I change profile

I cannot force the script to work in your game. You could try different hotkeys, or run the script as admin. You could add MsgBox to determine whether you are able to trigger your various hotkeys. If MsgBox works, then the next test could be a one-line script that checks to see whether you can use ...
by Playa 01
28 Apr 2024, 15:25
Forum: Ask for Help (v1)
Topic: Buttons remain pressed when I change profile
Replies: 6
Views: 605

Re: Buttons remain pressed when I change profile

Welcome to this AutoHotkey forum! A few ideas are below. #Requires AutoHotkey v1.1.33.11 ~*CapsLock Up::SoundBeep 1000 + 500 * GetKeyState("CapsLock", "T") #If GetKeyState("CapsLock", "T") LShift:: RShift:: SetKeyDelay 25 While GetKeyState("Shift", "P") & GetKeyState("CapsLock", "T") SendEvent {Bli...
by Playa 01
28 Apr 2024, 10:54
Forum: Ask for Help (v1)
Topic: Buttons remain pressed when I change profile
Replies: 6
Views: 605

Buttons remain pressed when I change profile

Firstly, sorry for my language if i mistake. Because im not English. I have been using this code for a long time, sometimes i changing: profile := 1 ;default $CapsLock::Profile := 2 #If Profile = 2 $CapsLock::Profile := 1 w::PgUp s::PgDn Space::RButton Shift::Up LCtrl::Down Tab::C RCtrl::LButton Cap...

Go to advanced search