python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Toggle holding 2 keys at the same time - slow speed
I am using Autohotkey to hold down 2 keys at the same time, when doing it by hand it is much faster then my code. Did I make a mistake?
If it was unclear what I ment, I recorded it in a short clip, fi...
Schulz
Votes: 0
Answers: 2
AHK: convert ClipboardAll to string (without calling Clipboard instead)
In an AHK script, I want to convert data I read from the clipboard earlier via ClipboardAll into a string I can manipulate, but StrGet() very oddly cannot do that.
!2:: clipget()
clipget()
{
c...
Steve
Votes: 0
Answers: 2
AutoHotKey If Key pressed while win11 TaskView is open syntax
I've recently been using Gnome 41.5 and fell in love with the way the Activities menu works
So I am trying to use AHK to create a script that when I press the windows key it opens Task View - then if ...
sustantivo
Votes: 0
Answers: 1
Space+Tab triggers AltTab and outputs Space
This Autohotkey script works great as a remap for Alt+Tab. However, I've noticed that it also still outputs a Space the moment Tab is pressed down (with Space still held down). This typically is not a...
Timothy Roes
Votes: 0
Answers: 1