summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-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'
8-15Rename project to catsitJune McEnroe 2020-08-15Use only LOG_NOTICE and LOG_WARNINGJune McEnroe 2020-08-15Make log messages consistentJune McEnroe 2020-08-15Remove closelog callJune McEnroe 2020-08-15Implement service statusJune McEnroe 2020-08-15Parse control commandsJune McEnroe 2020-08-15Read service pipesJune McEnroe 2020-08-15Implement non-blocking line-buffered readingJune McEnroe 2020-08-15Generate tags fileJune McEnroe 2020-08-15Just use CLOCK_MONOTONIC and clean up includesJune McEnroe 2020-08-15Reap childrenJune McEnroe 2020-08-14Implement serviceSignal, serviceStop, serviceRestartJune McEnroe 2020-08-14Reset restartInterval and restartDeadline on startJune McEnroe 2020-08-14Switch to timespec for timeoutsJune McEnroe 2020-08-14Implement serviceStartJune McEnroe 2020-08-14Flesh out Service structJune McEnroe 2020-08-14Build environment for servicesJune McEnroe 2020-08-14Implement spawntab parsingJune McEnroe 2020-08-14Open syslog, daemonize, write PIDJune McEnroe 2020-08-14Implement user and group lookupJune McEnroe 2020-08-14Add install targetJune McEnroe 2020-08-14Add spawnd skeletonJune McEnroe