Search found 38 matches

by Acecool
02 Nov 2021, 04:21
Forum: Ask for Help (v1)
Topic: Detect modifier at time of hotkey? and failure to press / release keys...
Replies: 2
Views: 443

Detect modifier at time of hotkey? and failure to press / release keys...

I am using Stream-deck to trigger certain hotkeys so that the function keys ( F13-F24 ) with all combinations ( CTRL, CTRL ALT, CTRL ALT SHIFT, ALT, ALT SHIFT, SHIFT, NONE ) are used... However, GetKeyState can not find out which modifiers have been pressed because it triggers the hotkey and that's ...
by Acecool
26 Dec 2017, 11:33
Forum: Gaming Scripts (v1)
Topic: Universal Control Remapper (UCR) - v0.1.22 28th Oct 2018
Replies: 1014
Views: 827273

Re: Universal Control Remapper (UCR) - v0.1.17 21st Aug 2017

Edit: I see there actually have been a LOT of updates. I'll check it out and see if I see the same issues and way back when.. Orig: Is there any way to increase performance? I haven't used this in a long time because of performance issues... For example, running Mafia 3 or any game really - the inpu...
by Acecool
03 Dec 2017, 02:05
Forum: Gaming Scripts (v1)
Topic: Logitech Gaming Software F13-F24 enabler (Unused keys to trigger AHK actions)
Replies: 12
Views: 39599

Re: Logitech Gaming Software F13-F24 enabler (Unused keys to trigger AHK actions)

Cheers, but you don't need to add it to more than one profile... After you add it to one, you can simply ctrl / shift click the F keys in the box on the left-hand side and drag / drop them on the profile at the top-right. They'll be copied to each profile you drag them to. I wrote a simple script to...
by Acecool
05 Apr 2017, 08:24
Forum: Gaming Scripts (v1)
Topic: Universal Control Remapper (UCR) - v0.1.22 28th Oct 2018
Replies: 1014
Views: 827273

Re: Universal Control Remapper (UCR) - v0.1.14 12th Mar 2017

Just for the thread we've been on Skype.. Issue is with the included EXE file... Replace it with v1 of _H zipped exe and it works as intended although still issues with detecting buttons ( which appears to be AutoHotkey _L issue not seeing all buttons all the time; problem is intermittent because so...
by Acecool
02 Apr 2017, 20:01
Forum: Gaming Scripts (v1)
Topic: Universal Control Remapper (UCR) - v0.1.22 28th Oct 2018
Replies: 1014
Views: 827273

Re: Universal Control Remapper (UCR) - v0.1.14 12th Mar 2017

Honestly I just installed AHK off the site; no clue other than 64bit... But I'll download H ( guessing it has additional dlls ? ) and see what happens. I want to switch to AHK because having to run the FreePIE each time is annoying, not to mention I can set up classes in ahk which can simplify the l...
by Acecool
27 Mar 2017, 10:03
Forum: Gaming Scripts (v1)
Topic: Universal Control Remapper (UCR) - v0.1.22 28th Oct 2018
Replies: 1014
Views: 827273

Re: Universal Control Remapper (UCR) - v0.1.14 12th Mar 2017

I downloaded the repo off github but it errors out because of no ucr.exe; I tried compiling ucr.ahk but got errors from that UCR\*iUCRDebug.ahk cannot be opened. I'll submit a pull request - there is a missing space... Other issues too such as calls to non-existent functions... AhkThread ... Additio...
by Acecool
04 Jan 2017, 11:54
Forum: Scripts and Functions (v1)
Topic: Cleanly formatted INI File without rewriting the wheel...
Replies: 0
Views: 988

Cleanly formatted INI File without rewriting the wheel...

I've seen a few people asking how to add spaces between =s and indent the keys to make the ini / config file easier to read... I was having some issues because if you add a tab to the key then Read will think it doesn't exist because, for some reason even with AutoTrim set to off, it automatically t...
by Acecool
28 Dec 2016, 11:59
Forum: Scripts and Functions (v1)
Topic: GDI+ standard library 1.45 by tic
Replies: 438
Views: 246668

Re: GDI+ standard library 1.45 by tic

As I mentioned I forgot that I switched over but I'll do some digging.. It is difficult to keep track of things when you can only process a 40 hour "work week" load / tasks every 160 to 240 + days.
by Acecool
28 Dec 2016, 11:18
Forum: Scripts and Functions (v1)
Topic: GDI+ standard library 1.45 by tic
Replies: 438
Views: 246668

Re: GDI+ standard library 1.45 by tic

That is one of the functions for it.. It is here: https://bitbucket.org/Acecool/acecoolahk_framework/src/master/processes/process_screenshot_win_and_notification.ahk?fileviewer=file-view-default And what it uses: HotKey: https://bitbucket.org/Acecool/acecoolahk_framework/src/master/hotkeys/hotkey_sc...
by Acecool
28 Dec 2016, 08:54
Forum: Scripts and Functions (v1)
Topic: GDI+ standard library 1.45 by tic
Replies: 438
Views: 246668

Re: GDI+ standard library 1.45 by tic

Hi, Im trying to use GDIP library to capture Nox App Player's window but the result are not expected, it have a blank window instead of the content like image below: https://i.imgsafe.org/b82e873a0a.png the code: SetBatchLines -1 #include Gdip.ahk token := Gdip_Startup() scrshot:=A_Desktop . "\ScrS...
by Acecool
28 Dec 2016, 08:09
Forum: Scripts and Functions (v1)
Topic: Memory Hogs - Process, RAM and CPU monitor
Replies: 16
Views: 8504

Re: Memory Hogs - Process, RAM and CPU monitor

I tried it out and it seems decent but the lack of cpu percent is a downside; hopefully you can figure it out. Another issue is the flickering when the update occurs; I'd recommend ( and I tell this to all of my students ) when you go to update a list of entries that currently exists.. instead of re...
by Acecool
25 Dec 2016, 19:10
Forum: Scripts and Functions (v1)
Topic: Easy Access to Currently Opened Folders
Replies: 8
Views: 5445

Re: Easy Access to Currently Opened Folders

Going to try it out and see if it works with Directory Opus or see about getting it to work for DOpus... If so I'll be adding this to my personal framework addons_run folder to have it run every time I launch my framework ( which holds all of my scripts / hotkeys / classes / etc.. and dynamically cr...
by Acecool
25 Dec 2016, 18:41
Forum: Scripts and Functions (v1)
Topic: check which button on keyboard is stuck
Replies: 9
Views: 3710

Re: check which button on keyboard is stuck

I'd suggest rewriting it to return true or false depending on whether it is stuck or not... I'd also recommend including the Win keys.. Create a second function which runs the function and if stuck it releases the key.. Create a 3rd function which calls check and release for all of them.
by Acecool
25 Dec 2016, 13:17
Forum: Scripts and Functions (v1)
Topic: AcecoolAHK_Framework - Drag&Drop files or exes& my framework loads them for you without need to #include / run manually!
Replies: 3
Views: 2033

Re: AcecoolAHK_Framework - Drag&Drop files or exes& my framework loads them for you without need to #include / run manua

Once "installed" all of the folders are dynamically added and utilized - so if you have a hotkey you want to add, you can make a file in hotkeys\ and it will be included the next time you run AutoHotkey.exe or framework_launcher.ahk ( the first time the framework runs, or anytime it runs where the i...
by Acecool
19 Dec 2016, 11:26
Forum: Ask for Help (v1)
Topic: Default multimedia keyboard keys changed - yes, is possible to use without AHK running script
Replies: 6
Views: 2849

Re: Default multimedia keyboard keys changed - yes, is possible to use without AHK running script

I know you're not using AHK to rebind the keys ( this is old ) - but not all keys are accessible from what I've seen... If you figure out how to access all of the other keys, let me know!
by Acecool
19 Dec 2016, 11:23
Forum: Scripts and Functions (v1)
Topic: AcecoolAHK_Framework - Drag&Drop files or exes& my framework loads them for you without need to #include / run manually!
Replies: 3
Views: 2033

Re: AcecoolAHK_Framework - Drag&Drop files or exes& my framework loads them for you without need to #include / run manua

Second post reserved for in the works / planned inclusions.... Planned: Monitor / Window Class to help get Windows unintuitive positions easier ( and so if monitor positions change, etc.. then nothing needs to change in configuation ).. ---Original First Post--- Moved here for archive as I am rewrit...
by Acecool
19 Dec 2016, 10:26
Forum: Ask for Help (v1)
Topic: Default multimedia keyboard keys changed - yes, is possible to use without AHK running script
Replies: 6
Views: 2849

Re: Default multimedia keyboard keys changed - yes, is possible to use without AHK running script

On the Logitech K350 it is SC121 The issue is not all of the keys / combinations are readable without SetPoint.. The issue with SetPoint is that it breaks mouse clicking ( and holding ) in all games.. Ie click and hold mouse 4 in GTA 5 to "hide in car" won't work with SetPoint open because it change...
by Acecool
15 Dec 2016, 07:07
Forum: Scripts and Functions (v1)
Topic: AcecoolAHK_Framework - Drag&Drop files or exes& my framework loads them for you without need to #include / run manually!
Replies: 3
Views: 2033

AcecoolAHK_Framework - Drag&Drop files or exes& my framework loads them for you without need to #include / run manually!

https://bitbucket.org/Acecool/acecoolahk_framework/overview This framework is for those of us that want a single environment for multiple scripts, or a way to launch all of our favorite scripts at the click of 1 button... In short you can drag and drop files into the designated folders in the Acecoo...
by Acecool
15 Dec 2016, 06:57
Forum: Ask for Help (v1)
Topic: Dynamically loading files... Working, but not working..
Replies: 7
Views: 2008

Re: Dynamically loading files... Working, but not working..

As a note, the reason the Run commands only work before included files is likely because the included files have hotkeys which use Return in the code and instead of return only tying into the hotkey it blocks certain calls to the rest of the file and anything else... Include seems to work, as do hot...
by Acecool
15 Dec 2016, 05:16
Forum: Scripts and Functions (v1)
Topic: FULLY WORKING ALT TAB WIN 8
Replies: 13
Views: 9435

Re: FULLY WORKING ALT TAB WIN 8

Honestly this is a hack to use a timer to check on a key... Here's how I do the Windows 10 Task View / Virtual-Desktop Page - I prefer this over alt tab... I also use CapsLock instead.. Oh, if you want a framework which will automatically include / load new hotkeys ( just drag and drop files into th...

Go to advanced search