From ba72f89c0354810ff576ea9892db55dfa9844dca Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 25 Jan 2017 10:53:55 -0500 Subject: Remove macOS keyboard layout Does not work in all apps. --- install.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 63790ef0..4012daec 100755 --- a/install.sh +++ b/install.sh @@ -23,7 +23,6 @@ link() { if [ -d '~/Library' ]; then link 'Library/Application Support/Karabiner/private.xml' - link 'Library/Keyboard Layouts/Programmer.keylayout' fi link '.bin/clock.c' -- cgit 1.4.1 m.submit();'> IRC bouncer
summary refs log tree commit diff
path: root/ring.c (unfollow)
Commit message (Expand)Author
2019-10-26Implement graceful shutdownJune McEnroe
2019-10-26Require PASS before USERJune McEnroe
2019-10-26Track channel topicsJune McEnroe
2019-10-26Set AWAY when no clients are connectedJune McEnroe
2019-10-26Add flags to request TOPIC and NAMES on client connectJune McEnroe
2019-10-26OopsJune McEnroe
2019-10-26Disconnect client on unknown commandJune McEnroe
2019-10-26Allow reading sensitive information from filesJune McEnroe
2019-10-26Add rc scriptJune McEnroe
2019-10-25Add install and uninstall targetsJune McEnroe
2019-10-25Expand documentationJune McEnroe
2019-10-25Add AGPLv3 notice on client registrationJune McEnroe
2019-10-25Rename project pounceJune McEnroe