-
Windows' implementation of virtual desktops has always bugged me, on laptops especially it could be so useful if it was not for the fact that I always have to create and delete every virtual desktop m…
-
Thanks for the great solution.
I will share the AHK code that.
In the future, we plan to combine it with DEEPL's API to display it.
```
^F12:: ;Ctrl + F12 key
Critical, On
Clipboard := ""
Sen…
-
大神!帅哥!猛男!:
不知道是否有AutoHotKey v2的版本, 我很想把它升级到v2, 奈何完全够不着大神的膝盖.
我尝试过把它修改以适用于v2版本, 但是我失败了. 期间找到了似乎能应用的[AHKv2-Gdip](https://github.com/buliasz/AHKv2-Gdip), 但是对于BTT.ahk, 这升级实在是太难了.希望作者能把它升级到v2的版本. 很多人在期望着…
-
When installing on Windows 11 Pro, this error appears:
```
Error: Function calls require a space or "(". Use comma only between parameters.
```
![Screenshot 2024-11-05 155234](https://github.c…
-
### Describe the Bug
When I configure any key as a mod-tap or layer-tap, if the keyboard is in wireless mode (both wireless dongle or bluetooth), I get double/duplicated key presses after pressing th…
-
Can you write an AutoHotKey script that takes the file path of a video as a parameter and displays the value of its Title tag if it exists or its parent folder and file name if it doesn't? Use MediaI…
-
Autohotkey support would be fantastic, a reference implementation exists in [pygments](https://bitbucket.org/birkenfeld/pygments-main/src/default/pygments/lexers/automation.py)
-
### Please confirm these before moving forward
- [X] I have searched for my issue and not found a work-in-progress/duplicate/resolved issue.
- [X] I have not been informed if the issue is resolved in…
-
At first it says "Error at line 15. The following variable name contains an illegal character: "File.Length" The program will exit." I the only way i could get it to go away was to delete the period (…
-
When I try to auto indent my .ahk files, I get "There is no formatter for 'ahk'-files installed." IF it does not exist, is there a plan to implement one? How would I go about creating it?