AutoHotkey.py
AutoHotkey.py copied to clipboard
Write AutoHotkey scripts in Python.
When installing v1 and v2 both in pc, it will use v2 automatically. Any idea to force it to use v1?
AHK version 2 was officially released a few weeks ago.
When I start the following script with `py -m ahkpy hello-world.py` the hotkey `[Ctrl+Shift+H]` works as expected but both hotstrings don't. When typing `hw` followed by a space the space...
I use this module on three Windows machines and it worked flawlessly. It's an awesome tool, thank you for developing it. A couple of days ago I decided to migrate...
Phone numbers usually look like this: - `+49-1234-56 78 90` - `+491234567890` **Problem:** When you copy the second number to the clipboard (manually or programmatically) and afterwards try to receive...
I remapped the side buttons of my mouse to the mouse wheel but it sometimes locks. ```python @ahk.hotkey("XButton2") def scroll_up(): while ahk.is_key_pressed("XButton2"): # remains true forever sometimes ahk.send("{WheelUp}") ahk.sleep(0.010) @ahk.hotkey("XButton1")...
The script errors out with `Cannot load Python DLL: 5`. The user running the script is not an admin.