This repository provides scripts and tools to enhance the usability and productivity of 60% keyboards (or any keyboard).
- AutoHotkey v2: A powerful scripting language required to run the provided scripts.
- FancyWM: A lightweight and customizable window manager for efficient desktop navigation. This is essential for maximizing the utility of the scripts.
- Dual Key Remap: A tool to remap the Caps Lock key into a dual-function key for better usability.
- Example: Single press acts as
Escape
; hold and combine with other keys to act as theWin
key.
- Example: Single press acts as
- SharpKeys: A simple registry-based tool for remapping keys if additional custom remaps are needed beyond what the scripts provide.
- [TODO: Add specific details about any custom key mappings implemented.]
- Install AutoHotkey v2.
- Install FancyWM by following its documentation.
- (Optional) Use Dual Key Remap or SharpKeys to configure additional remaps if desired.
- Clone this repository and navigate to its directory:
git clone https://github.com/yourusername/60percent-keyboard-enhancements.git
- Create a shortcut of
main.exe
in%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup
to run the script at system startup. - Run the script to activate the custom hotkeys and test their functionality.
Feel free to open issues or submit pull requests to improve the scripts or add more features. Contributions to expand functionality are always welcome!
Using these tools and scripts might require administrator privileges to modify certain system behaviors. Always test changes in a safe environment before applying them permanently.
For more details, refer to the individual documentation of the prerequisites.