]> code.delx.au - dotfiles/blobdiff - bin/keyboard-apple-off
Remove keyboard stuff, now done with XFCE and modprobe
[dotfiles] / bin / keyboard-apple-off
diff --git a/bin/keyboard-apple-off b/bin/keyboard-apple-off
deleted file mode 100755 (executable)
index 995043c..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-xmodmap /dev/stdin <<EOT
-clear mod1
-clear mod4
-keycode 64 = Alt_L
-keycode 108 = Alt_R
-keycode 133 = Super_L
-keycode 134 = Super_R
-add mod1 = Alt_L Alt_R
-add mod4 = Super_L Super_R
-EOT
-