summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Library/Keyboard Layouts/Programming.keylayout (renamed from Library/Keyboard Layouts/Programmer.keylayout)4
-rwxr-xr-xinstall.sh2
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'