summaryrefslogtreecommitdiff
path: root/extra/keytouch/keytouch.install
blob: c3b9c9cec9dec86eea754e3d24d034dbe6c502a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
}