diff options
author | June McEnroe <curtis@hopper.com> | 2017-05-26 11:14:56 -0400 |
---|---|---|
committer | June McEnroe <curtis@hopper.com> | 2017-05-26 11:14:56 -0400 |
commit | 5682aa4384d8122a5283624e5b0b359e8ec44fcb (patch) | |
tree | 788f23a1b09c2b44831971e41b5360f50a7f3116 | |
parent | Fix Library install condition (diff) | |
download | src-5682aa4384d8122a5283624e5b0b359e8ec44fcb.tar.gz src-5682aa4384d8122a5283624e5b0b359e8ec44fcb.zip |
Rename keyboard layout Programming
Diffstat (limited to '')
-rw-r--r-- | Library/Keyboard Layouts/Programming.keylayout (renamed from Library/Keyboard Layouts/Programmer.keylayout) | 4 | ||||
-rwxr-xr-x | install.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Library/Keyboard Layouts/Programmer.keylayout b/Library/Keyboard Layouts/Programming.keylayout index 1b9c57f6..ee8fec02 100644 --- a/Library/Keyboard Layouts/Programmer.keylayout +++ b/Library/Keyboard Layouts/Programming.keylayout @@ -2,7 +2,7 @@ <!DOCTYPE keyboard SYSTEM "file://localhost/System/Library/DTDs/KeyboardLayout.dtd"> <!-- -Custom programmer layout based on Canadian. +Custom programming layout based on Canadian. - Swapped numbers and symbols. - Swapped minus and underscore. @@ -10,7 +10,7 @@ Custom programmer layout based on Canadian. - Swapped backslash and pipe. --> -<keyboard group="126" id="-4574" maxout="1" name="Programmer"> +<keyboard group="126" id="-4574" maxout="1" name="Programming"> <layouts> <layout first="0" last="17" mapSet="16c" modifiers="f4"/> <layout first="18" last="18" mapSet="994" modifiers="f4"/> diff --git a/install.sh b/install.sh index 9117874f..7c295e35 100755 --- a/install.sh +++ b/install.sh @@ -23,7 +23,7 @@ link() { if [ -d ~/Library ]; then link 'Library/Application Support/Karabiner/private.xml' - link 'Library/Keyboard Layouts/Programmer.keylayout' + link 'Library/Keyboard Layouts/Programming.keylayout' fi link '.bin/bri.c' |