An open API service indexing awesome lists of open source software.

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

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