Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
- ; #Warn ; Enable warnings to assist with detecting common errors.
- ; ATENTIE ! DACA NU FUNCTIONEAZA, SCHIMBA FORMATUL IN CARE ESTE SALVAT FISIERUL - SE PARE CA UTF16 E OK (NICI MACAR UTF-8 NU E BUN)
- ; SOFTUL ESTE AICI: https://www.autohotkey.com/
- SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
- SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
- ^a::
- Send, â
- return
- !a::
- Send, ă
- return
- !1::
- Send, î
- return
- !s::
- Send, ș
- return
- !t::
- Send, ț
- return
Add Comment
Please, Sign In to add comment