Can I override a specific key on my keyboard permanently to always enter the @ symbol?
-
To get familiar with AutoHotkey read the Beginner Tutorial.
-
Create a script and add this code to it:
<^>!2::Send @
<^>! is the symbol for AltGr
To get familiar with AutoHotkey read the Beginner Tutorial.
Create a script and add this code to it:
<^>!2::Send @
<^>! is the symbol for AltGr