About | Technologies | Requirements | Starting | Download | Author
This project allows you to have the Spanish keys on your English keyboard in shortcuts.
The following tools were used in this project:
- AutoHotkeys V1
- AutoHotkeys Compiler (Select V2)
Before starting 🏁, you need to have AutoHotkeys Compiler (Select V2) installed.
In Visual Studio Code: AutoHotkey Plus.
# Clone this project
$ git clone https://github.com/LautyDev/Spanish-shortcuts
- Ctrl + Alt + h
Detects if the caps lock is active. With the caps lock enabled it does the opposite (instead of capital letters it is lowercase and vice versa)
- Uppercase: Ctrl + Shift + Alt + n
- Lowercase: Ctrl + Alt + n
- Ctrl + Alt + /
- Ctrl + Alt + 1
Detects if the caps lock is active. With the caps lock enabled it does the opposite (instead of capital letters it is lowercase and vice versa)
Letter "Á" and "á":
- Uppercase: Ctrl + Shift + Alt + a
- Lowercase: Ctrl + Alt + a
Letter "É" and "é":
- Uppercase: Ctrl + Shift + Alt + e
- Lowercase: Ctrl + Alt + e
Letter "Í" and "í":
- Uppercase: Ctrl + Shift + Alt + i
- Lowercase: Ctrl + Alt + i
Letter "Ó" and "ó":
- Uppercase: Ctrl + Shift + Alt + o
- Lowercase: Ctrl + Alt + o
Letter "Ú" and "ú":
- Uppercase: Ctrl + Shift + Alt + u
- Lowercase: Ctrl + Alt + u
Back to top
Made with ❤️ by LautyDev