| 1 | #Requires AutoHotkey v2.0+ |
| 2 | ; AutoHotkey v2 script to press Alt+Space when the script runs, prompting Espanso popup window |
| 3 | Send("! ") |
| 4 | ExitApp() |
| 1 | #Requires AutoHotkey v2.0+ |
| 2 | ; AutoHotkey v2 script to press Alt+Space when the script runs, prompting Espanso popup window |
| 3 | Send("! ") |
| 4 | ExitApp() |