Skip to content

coocos/control-to-option

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Remap control via macOS menu bar

Topics

Resources

License

Stars

Watchers

Forks

Languages