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.
A few reasons:
- my Keychron K2 lacks a right option key
- I wanted an excuse to try out rumps
However, instead of using this, you should probably just use hidutil and follow the instructions here to persist the changes after reboot.
# 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/