Shortcut and keys remap for "ten key less" keyboards on Windows systems. This scripts are intended to ease:
- The use of TKL and 60% keyboards (but the shortcuts are also useful for full-sized keyboards).
- Avoid the mouse and provide a fast-change between common development apps (at least faster than Alt+Tab method).
For now run the scripts with Autohotkey. Maybe a build tool would be provided to get a .exe file with all the hacks.
-
Remapings:
Left Super
to Alt+Space (common shortcut for app launchers)- Right control to application key
-
Media control shortcuts:
Right alt + (arrow left/right)
: Previous/next songRight alt + (arrow up/down)
: Increase/decrease volumeRight alt + Del
: muteRight alt + End
: Play/pause
-
Useful operations:
Right alt + V
: Pastes clipboard content without format
-
Add useful shortcuts to active some app windows:
Ctrl + Super + T
: Activates/Minimize Microsoft Teams windowCtrl + Super + I
: Activates/Minimize Intellij Idea windowCtrl + Super + V
: Activates/Minimize Visual Studio Code windowCtrl + Super + B
: Activates/Minimize Vivaldi (Browser) window
Note: The emulation of US international layout with AltGr keys has been removed because the right alt sometimes get stuck and cause weird behaviour when typing. If you need that layout on Windows, there is a better solution here: https://github.com/thomasfaingnaert/win-us-intl-altgr
Follow this simple rules:
- Use conventional commits standard for commit messages.
- Open an issue if none is provided for new funcionalities/fixes, then code and finally send a pull request.
TODO list:
- Automate a build to get an .exe (and add a Makefile).
- Automate the installation.
- Customize the build result. The user should select which features are needed.
Created by @bahamondev - feel free to contact me!
This project is licensed under the GPLv3 License - see the LICENSE.md file for details.