Search found 8 matches
- 14 Apr 2018, 12:37
- Forum: Tips and Tricks
- Topic: Switching between images without Flicker (GDIP)
- Replies: 2
- Views: 1311
Switching between images without Flicker (GDIP)
I've had such a hard time figuring this out, so this might come in handy to someone out there; Switching between images displayed on screen, without the annoying white flicker: You can play around with the margin, pic size and BitBlt sizes to fit your needs. #include gdip.ahk pToken := Gdip_Startup(...
- 10 Apr 2018, 13:48
- Forum: Gaming
- Topic: Universal Control Remapper (UCR) - v0.1.22 28th Oct 2018
- Replies: 1010
- Views: 552633
Re: Universal Control Remapper (UCR) - v0.1.19 26th Dec 2017
BTW found a bug: On "release" key to change profiles does not work, only on press, tested it in multiple ways I just tested it and it works fine. Be aware that for the hotkeys of a profile switcher to work, the profile that contains the profile switcher must either be active or inherited. Are you m...
- 09 Apr 2018, 03:04
- Forum: Tutorials
- Topic: Using keyboard to send Joystick inputs
- Replies: 1
- Views: 2404
Using keyboard to send Joystick inputs
Hey there, just wanted to share this.. might be helpful to someone I searched google, and the only way to bind keyboard to joystick is to use vJoy Problem with vjoy is that it doesn't work when you shell into hyperspin, you have to run explorer.exe and also its full of bugs (random up/left etc) I wa...
- 08 Apr 2018, 12:57
- Forum: Gaming
- Topic: Universal Control Remapper (UCR) - v0.1.22 28th Oct 2018
- Replies: 1010
- Views: 552633
Re: Universal Control Remapper (UCR) - v0.1.19 26th Dec 2017
BTW found a bug: On "release" key to change profiles does not work, only on press, tested it in multiple ways
- 08 Apr 2018, 02:36
- Forum: Gaming
- Topic: Universal Control Remapper (UCR) - v0.1.22 28th Oct 2018
- Replies: 1010
- Views: 552633
Re: Universal Control Remapper (UCR) - v0.1.19 26th Dec 2017
can you please add an option to not display loading splash screen? i need it off since im using this on an arcade cabinet
thanks for this great tool!
thanks for this great tool!
- 26 Mar 2018, 11:59
- Forum: Ask For Help
- Topic: Converting a timer to a command
- Replies: 0
- Views: 316
Converting a timer to a command
I have a timer that checks if a joystick button is pressed while moving the up joystick key, which works great But it works with a timer and I want it to check as soon as i press the button I press button 2Joy11 and I want it to start checking if i'm tilting my joystick upwards, and then do a comman...
- 26 Mar 2018, 11:58
- Forum: Ask For Help
- Topic: Need help with Reg
- Replies: 2
- Views: 497
Re: Need help with Reg
Yea that doesn't really help adding all the custom functions..
- 26 Mar 2018, 00:30
- Forum: Ask For Help
- Topic: Need help with Reg
- Replies: 2
- Views: 497
Need help with Reg
New to autohotkey , not new to scripting in general reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Shell /t REG_SZ /d "explorer.exe" /f can anyone tell me how to add this to a autohotkey script? I know about using REG_SZ but i'm not quite sure how to implement ...