| Crates.io | macos_keyboard_remapper |
| lib.rs | macos_keyboard_remapper |
| version | 1.0.0 |
| created_at | 2025-05-04 16:37:24.418182+00 |
| updated_at | 2025-06-01 15:17:28.472477+00 |
| description | remap keys from the Dvorak to QWERTY on macOS |
| homepage | |
| repository | https://github.com/misha-antonenko/macos_keyboard_remapper |
| max_upload_size | |
| id | 1659770 |
| size | 30,241 |
macos_keyboard_remapper: remap Dvorak to QWERTY on macOSthis simple macOS daemon will remap keys from the "Dvorak — QWERTY Cmd" layout to US QWERTY layout iff the "control" or "function" keys are pressed ("command" is already covered by "Dvorak — QWERTY Cmd"). this is done in order to preserve compatibility with apps that define their keybindings relative to QWERTY. so, you are free to use any QWERTY keybindings that employ "control", "function", or "command", and if a keybinding uses "alt", you can typically just press "function", because it most often is a no-op in keybindings
save for Karabiner-Elements, i have not found any other tools that have similar functionality. but the latter forces me to learn a complicated JSON-based DSL to perform the same simple task. i could not figure out how to make it respect "caps lock" with Dvorak, or how to still remap to QWERTY while an "alt" is pressed
~/.cargo/bin with cargo install macos_keyboard_remapper~/.cargo/bin is in $PATHmacos_keyboard_remapper install to install the service. you will be asked for permission to
control your computer; grant itmacos_keyboard_remapper uninstallmost of the work was done by o4-mini and OpenAI Codex, huge thanks to the team that made them