/control-to-option

Remap control via macOS menu bar

Primary LanguagePythonMIT LicenseMIT

control-to-option

A simple macOS menu bar app for switching right control to right option. Works by using hidutil behind the scenes because I couldn't be bothered to dig into PyObjC.

Screenshot

But why?

A few reasons:

However, instead of using this, you should probably just use hidutil and follow the instructions here to persist the changes after reboot.

Building

# Install dependencies
python -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt

# Create the app bundle
python setup.py py2app

# App bundle can be found in dist/