PDA

View Full Version : [SOLVED] txz Touch.. turn it off off off



R3fr4cti0n
August 29th, 2009, 12:37 AM
Option "Touch" "on"i believe this is the code for touchscreen to be "on" but how do i get to this so i can turn it "off"

Ayuthia
August 29th, 2009, 12:48 AM
Option "Touch" "on"i believe this is the code for touchscreen to be "on" but how do i get to this so i can turn it "off"

If you want to be able to turn it on and off you can do the following (from the Terminal--not in xorg.conf):

xsetwacom set touch touch off
xsetwacom set touch touch on

R3fr4cti0n
August 29th, 2009, 12:54 AM
is there any way to bind a key combo to turn this off n on?

natravis
August 29th, 2009, 02:57 AM
is there any way to bind a key combo to turn this off n on?

I found
http://blog.ubrio.us/nix/custom-global-keybindings-in-gnome-ubuntu/
pretty quickly. Seems to be very straightforward on how to edit global keybindings. I would think you could just set the command to execute a shell script that checks whether Touch is currently on or not, and flips it to the opposite state. Someone else will have to weigh in on how to do that or you could google it. A little googling and experimenting will get you a longgggg way.