diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
commit | 415856bdd4f48ab4f2732996f0bae58595092bbe (patch) | |
tree | ede2018b591f6dfb477fe9341ba17b9bc000fab9 /extra/keytouch/keytouch.install |
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'extra/keytouch/keytouch.install')
-rw-r--r-- | extra/keytouch/keytouch.install | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/extra/keytouch/keytouch.install b/extra/keytouch/keytouch.install new file mode 100644 index 000000000..c3b9c9cec --- /dev/null +++ b/extra/keytouch/keytouch.install @@ -0,0 +1,14 @@ +post_install() { + cat << EOF +==> To use keytouch: +o Add keytouch to your DAEMONS line in /etc/rc.conf +o Add: + /etc/X11/Xsession +to your ~/.xinitrc +o You'll need to have either gksu (pacman -S gksu) or kdesu (pacman -S kdebase) installed. + +==> If your keyboard is not supported "out of the box": +o Go to http://keytouch.sourceforge.net/dl-keyboards.html to see if your keyboard has been added + or install keytouch-editor to make your custom keyboard file. +EOF +} |