https://github.com/rtlong/osx-remap-keyboard-modifiers
https://github.com/rtlong/osx-remap-keyboard-modifiers
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rtlong/osx-remap-keyboard-modifiers
- Owner: rtlong
- Created: 2014-11-25T00:41:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-25T01:03:57.000Z (over 10 years ago)
- Last Synced: 2025-01-12T12:37:31.951Z (5 months ago)
- Language: Go
- Size: 133 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# osx-remap-keyboard-modifiers
This is a tool to set keyboard modifiers on OSX. Intended for use in "sane
defaults" scripts and what-not to disable the horrific caps lock key and
repurpose it as `INSERT YOUR FAVORITE MOD KEY HERE`WARNING: This is not well tested. Use at your own risk.
## Install
Assuming you have a Go development environment set up,
```shell
go get github.com/rtlong/osx-remap-keyboard-modifiers
```If I get this cleaned up and tested properly, I'll try to get it in the main Homebrew repo for easier install.
## Usage
For example, to remap the Caps Lock key to act as though it were the left Control key, do this:
```shell
osx-remap-keyboard-modifiers caps:control_l
```## Contributions
PRs and Issues are welcome!