EABI Does this through useing xbindkeys, perhaps this is the same on Tichy. Take a look and see if it helps.
.xbindkeyrc (in root)
###########################
# xbindkeys configuration #
###########################
#
# Version: 0.1.3
#
# If you edit this, do not forget to uncomment any lines that you change.
# The pound(#) symbol may be used anywhere for comments.
#
# A list of keys is in /usr/include/X11/keysym.h and in
# /usr/include/X11/keysymdef.h
# The XK_ is not needed.
#
# List of modifier (on my keyboard):
# Control, Shift, Mod1 (Alt), Mod2 (NumLock),
# Mod3 (CapsLock), Mod4, Mod5 (Scroll).
#
# Another way to specifie a key is to use 'xev' and set the
# keycode with c:nnn or the modifier with m:nnn where nnn is
# the keycode or the state returned by xev
#
# This file is created by xbindkey_config
# The structure is :
# # Remark
# "command"
# m:xxx + c:xxx
# Shift+...
#keystate_numlock = enable
#keystate_scrolllock = enable
#keystate_capslock = enable
#BrDown
"/usr/bin/display-brightness.sh down"
m:0x10 + c:12
Mod4 + 3
#BrUp
"/usr/bin/display-brightness.sh up"
m:0x10 + c:13
Mod4 + 4
#Left Click
"xmodmap -e "pointer = 1 2 3""
m:0x0 + c:67
XF86LaunchA
#Middle Click
"xmodmap -e "pointer = 2 3 1""
m:0x0 + c:68
XF86LaunchB
#Right click
"xmodmap -e "pointer = 3 1 2""
m:0x0 + c:76
XF86LaunchC
#Backlight On
"bl on"
m:0x10 + c:14
Mod4 + 5
#Backlight Off
"bl off"
m:0x10 + c:15
Mod4 + 6
#
# End of xbindkeys configuration
You press the calendar button and it puts the tap into left mode, pressing address puts it in middle click mode and mail puts it in right click mode. Once a mode is selected, remember to press one of the other modes to change the way the tap works. When you press the button it puts the tap done by the stylus in that mode till a new mode is selected, which you do by pressing an alternative button. Calendar - left click, Address - middle click and Mail - right click. Its not too bad once you get used too it.