Page 1 of 1
Is it possible for an AHK script, to override FastKeys?
Posted: Jul 24th, ’23, 20:21
by Oblomov
For example if I have F1 inside of FastKeys, but then also inside of an AHK script, which I use from time to time; and want to override FastKeys with it, without disabling FastKeys (because I want to use its other functions, besides F1)
Re: Is it possible for an AHK script, to override FastKeys?
Posted: Jul 25th, ’23, 08:47
by Marko
Both shortcuts will trigger. The only way is to disable F1 in FastKeys.
Re: Is it possible for an AHK script, to override FastKeys?
Posted: Aug 3rd, ’23, 20:14
by Oblomov
Marko wrote: ↑Jul 25th, ’23, 08:47
Both shortcuts will trigger. The only way is to disable F1 in FastKeys.
Gotcha.