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'
href='/src/commit/bin/title.c?id=30b7f5480913ac5d051889eb878148bb1807941d&follow=1'>Only GET the final redirect locationJune McEnroe 2019-09-12Consume entire bodyJune McEnroe 2019-09-10Add title -v flagJune McEnroe 2019-09-10Use curl error bufferJune McEnroe 2019-09-10Set Accept-Encoding in titleJune McEnroe 2019-09-08Set title User-AgentJune McEnroe 2019-09-07Add -x flag to titleJune McEnroe 2019-09-07Ignore SIGPIPE in relayJune McEnroe 2019-09-07Add A Memory Called EmpireJune McEnroe 2019-09-05Handle lack of Content-TypeJune McEnroe 2019-09-05Use CURLINFO_CONTENT_TYPEJune McEnroe 2019-09-05Decode entities in titlesJune McEnroe 2019-09-05Print title as soon as it's availableJune McEnroe 2019-09-05Use CURL_PREFIX to set flagsJune McEnroe 2019-09-05Add titleJune McEnroe 2019-09-04Add Avorter n'est pas tuerJune McEnroe 2019-08-29Unset executable on shell scriptsJune McEnroe 2019-08-29Add long-missing setopt to bin.7June McEnroe 2019-08-29Add editJune McEnroe