https://github.com/innovativeinventor/dozenal-keyboard-layout
A keyboard layout for people who want to use base-12 (duodecimal/dozenal) system on a Mac
https://github.com/innovativeinventor/dozenal-keyboard-layout
Last synced: 11 months ago
JSON representation
A keyboard layout for people who want to use base-12 (duodecimal/dozenal) system on a Mac
- Host: GitHub
- URL: https://github.com/innovativeinventor/dozenal-keyboard-layout
- Owner: InnovativeInventor
- License: mit
- Created: 2017-05-06T21:02:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-23T18:04:12.000Z (over 8 years ago)
- Last Synced: 2025-01-09T07:21:11.202Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dozenal/Duodecimal
A keyboard layout for people who want to use base-12 (duodecimal or dozenal) on a Mac.
To learn about what the dozenal number system is, visit http://www.dozenal.org/, the Dozenal Society of America's webpage.
# Installation (Terminal) on a Mac
1. Download the .icns file and the .keylayout file from GitHub by typing
```shell
curl -O --location '/Library/Keyboard Layouts/' https://github.com/InnovativeInventor/Dozenal-Keyboard-Layout/raw/master/Files/Duodecimal.icns && curl -O --location '/Library/Keyboard Layouts/' https://github.com/InnovativeInventor/Dozenal-Keyboard-Layout/raw/master/Files/Duodecimal.keylayout
```
2. Go to System Preferences > Keyboard > Input Sources and add Duodecimal as a keyboard layout.
### TODO:
- make something for other OSes
- improve the install script