View Single Post
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#2
You may be able to get your dead keys working using xmodmap. As this tutorial suggests, you need to use xev to find the codes for your dead keys, then you make an .xmodmap file in your /user/home directory that maps these keys to useful functions.

You will need to find xmodmap and xev for the tablets. I know they're out there. I even think xev is in the repositories somewhere. Can someone point to them?

As for "useful functions", I'll just tweak another post I made:

Originally Posted by qole View Post
...You can use
Code:
keysym <original keysym> = <your new keysym>
...

And here are the keysym and keycode entries to use for <original keysym> and <original keycode>, at least on the N800:

- HW key: keysym: F8 keycode: 74
FullScreen HW key : keysym: F6 keycode: 72
+ HW key: keysym: F7 keycode: 73
Menu HW key: keysym: F4 keycode: 70
Home HW key: keysym: F5 keycode: 71
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 

The Following User Says Thank You to qole For This Useful Post: