LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-24-2009, 03:42 PM   #1
xc1024
Member
 
Registered: Dec 2008
Posts: 31

Rep: Reputation: 16
Trust tablet TB-5300 - keys around the working area ("hotkeys")


hi.

i've got tablet Trust TB-5300. with lots of googling i made it work a while ago. it works fine by now, but i have to use mouse for any shooters (game goes crazy if i use tablet). i'm able to use both tablet and mouse at once.

i've got some sort of "hotkeys" around my working area (the area i use to move the mouse). they are used to trigger some commonly used action. unfortunately, i found nothing about this on Internet. i'm still looking.

i need a way to use them. i'd prefer that this would be programmable, so that i can remap word, excel and print to something more useful.

anyone got any hints for me or solution?
 
Old 01-25-2009, 03:04 AM   #2
David the H.
Bash Guru
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852

Rep: Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037
The pictures I found of it on the net seem to show that they are "on-screen" buttons, not physical ones, right? Still, if there's no "official" Trust way of setting them up (does it include any kind of configuration program or package, the way my Wacom does?), they can possibly be configured just like the multimedia keys found on keyboards or mice.

The first thing to do is run xev and see if they output any useful keycodes or keysyms. If there are keysyms defined already then you can use them just like any other keyboard keys, and configure hotkey actions with them. If there are only keycodes, then you'll have to use xmodmap first to assign keysyms to them. If you don't get any output, then the buttons can't be used in this way.
 
Old 01-25-2009, 05:55 AM   #3
xc1024
Member
 
Registered: Dec 2008
Posts: 31

Original Poster
Rep: Reputation: 16
these aren't physical keys. look at the attached photo. i'm thinking of something that can capture data from tablet and when position is in certain range trigger some action.

// btw. there were no linux drivers included.
Attached Thumbnails
Click image for larger version

Name:	S6002676.jpg
Views:	23
Size:	251.0 KB
ID:	23  
 
Old 01-26-2009, 07:23 AM   #4
xc1024
Member
 
Registered: Dec 2008
Posts: 31

Original Poster
Rep: Reputation: 16
refresh.
 
Old 01-26-2009, 08:30 AM   #5
David the H.
Bash Guru
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852

Rep: Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037
They may not be physical keys, but if the device sends specific event signals for them that are detected by the kernel and translated into keycodes, then they can be set up to do something useful. It may not be the same as what the device would do on Windows, but it would be something.

As I said before, open up a console, run "xev", and touch each "button" in turn. If it registers some output, and that output includes "keycode NNN" somewhere in it, then it will be possible to set them up as usable keys. If not, then you'll have to look elsewhere for help.
 
Old 01-26-2009, 09:32 AM   #6
xc1024
Member
 
Registered: Dec 2008
Posts: 31

Original Poster
Rep: Reputation: 16
it's not quite like that. these aren't recognized as keys when i was calibrating the tablet, i was getting the pen's position in the form of one number. the keys' area behaved similarly as any other are on the tablet. i think it would be possible to get the pen's position using some sort of raw data output and when the pen is clicked in the specific area it does an action.
 
Old 01-26-2009, 09:53 AM   #7
David the H.
Bash Guru
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852

Rep: Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037
Well, sorry then. If the tablet itself isn't distinguishing the button areas from the rest of the surface, then there's probably no easy way to set them up. I don't doubt it would be possible to do something like you suggest, but that's far beyond my meager ability at scripting. You'd need someone skilled in programming and who understands the x interface. Frankly, I'm surprised they aren't programmed directly into the driver.
 
Old 01-29-2009, 04:00 AM   #8
xc1024
Member
 
Registered: Dec 2008
Posts: 31

Original Poster
Rep: Reputation: 16
yeah, i know it wouldn't be so easy. thanks for trying to help.
anyone could give any more hints?
 
Old 02-03-2009, 11:01 AM   #9
xc1024
Member
 
Registered: Dec 2008
Posts: 31

Original Poster
Rep: Reputation: 16
refresh
 
Old 02-05-2009, 02:40 PM   #10
xc1024
Member
 
Registered: Dec 2008
Posts: 31

Original Poster
Rep: Reputation: 16
refresh
 
Old 04-02-2009, 12:49 PM   #11
therealwoollsta
LQ Newbie
 
Registered: Mar 2009
Posts: 2

Rep: Reputation: 0
hey how did you get the tablet to be used by linux? Can you give me a detailed walkthrough if possible - i've been trying to do it for AGES! thanks =D
---therealwoollsta---
 
Old 04-03-2009, 01:22 PM   #12
xc1024
Member
 
Registered: Dec 2008
Posts: 31

Original Poster
Rep: Reputation: 16
Hi. I don't really remember how I managed to do it. In fact, I only remember websites I used. Here they are:

https://help.ubuntu.com/community/TabletSetupWizardpen

http://digitalbluewave.blogspot.com/...epid-ibex.html
As far as I remember, I had to mix solutions from both websites.
These instructions seem to be a bit distro-specific so there is possibility they won't work well. Anyway, try to take a look at these. I wish you a good luck.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
net working eth0 eth1 wlan0 "no connection" "no LAN" "no wi-fi" Cayitano Linux - Newbie 5 12-09-2007 07:11 PM
LXer: "incremental Blogger" Offers Tablet PC Users Ink for Firefox Plug ... LXer Syndicated Linux News 0 06-13-2006 02:21 AM
"connect: No buffer space available" in my local network area SpaceCowboy Linux - Networking 5 08-30-2004 02:44 AM
Mouse "Trust 460L Optical Office" raulgotor Linux - Hardware 0 07-24-2004 09:33 AM
"<" ">" Keyboard keys on Toshiba Satellite 1005-s157 dont work RodCas Linux - Laptop and Netbook 1 05-08-2004 04:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 01:40 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration