Reply
Thread Tools
Posts: 11 | Thanked: 1 time | Joined on Feb 2010
#11
Well I applaud your effort! I hope you hear from him. How hard would it be to go the xmodmap route for now?
 
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#12
Xmodmap would be fluffy cake to use.

Move xmodmap to
/usr/bin/

chmod +x /usr/bin/xmodmap

Create a file so that you see
/home/user/.Xmodmap

That file should have in it something like
keysym F7 = TAB TAB TAB TAB

To run it, type in Xterm
xmodmap ./.Xmodmap

To stop it, type in Xterm
setxkbmap

Sorry I don't have something simple for you to just copy and paste in Xterm but I'm pretty poor with the command line.

Anyway, pressing the ZOOM IN key on top of your tablet will produce a Tabbing effect.

Still looking at a solution for you though.

This was the best post I found online.
http://www.gossamer-threads.com/list...velopers/26609

Basically the keyboard is closed source. The only way to hack it is through reverse engineering.

And the .vkb file doesn't have any codes in it for the Return, Backspace or Tab key.

It might be located in
/usr/share/X11/xkb/geometry
but I'm not sure.

Anyway, this ended up being a little beyond me so I don't think I can help you on this anymore.

Oh well.
 
Posts: 11 | Thanked: 1 time | Joined on Feb 2010
#13
Thank you for your help so far.

I tried using Xmodmap but it keeps throwing an error

"xmodmap: unknown command on line commandline:1
xmodmap: 1 error encountered, aborting."

Any suggestions.
 
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#14
Are you starting this with
xmodmap ./.Xmodmap
?

If you were to use Emelfm2, you should be seeing a file under
/home/user/.Xmodmap

If you were to open that file, it would only have this one line written in it.

keysym F7 = Tab Tab Tab Tab

(Sorry, I guess Tab shouldn't have been spelled out in all capital letters)


Anyway, I'm really probably one of the worst persons here to talk about such a thing because I can't seem to do anything right on my tablet.

I'll let someone else take over from here.
 
Posts: 11 | Thanked: 1 time | Joined on Feb 2010
#15
UPDATE: Ignore below. It works for the styles keyboard but not for the thumb keyboard

AH HA!! My first problem was i put keysum instead of keysym. After I did that when I pushed the button all it would do is tab over 5 spaces instead of auto complete. After digging around with xmodmap I found that the actual string is

keysym F7 = Tab ISO_Left_Tab

Now I have tab completion on the terminal!!!! Not a nice as hacking the keyboard but this def. makes things easier.

Thanks again Addison.

Last edited by Micah; 2010-02-06 at 16:52.
 
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#16
So it's not working with the thumb keyboard? That's weird.

Well, I tried changing the apostrophe to a different character that would never be used such as ł

But when trying to change what ł meant in Xmodmap, I couldn't get it to work.

For some reason when using
xbindkeys -k
to find the value of ł, it couldn't recognize it.

If you can figure this one out, I can make the keyboard for you.

Not sure what else to say on this.
 
www.rzr.online.fr's Avatar
Posts: 1,348 | Thanked: 1,863 times | Joined on Jan 2009 @ fr/35/rennes
#17
On my system , what about yours ? :

* TAB : Fn+SPACE, Ctrl+i

URL: http://rzr.online.fr/q/xkb


About xkbdata's rx-44 , I plan to patch upstream, is there a proper way to do this ?

I am about to import xkbdata to gitorious to track my changes see :


Regards

--
http://rzr.online.fr/q/maemo
__________________
Current obsession:

https://purl.org/rzr/abandonware

Please help to list all maemo existing apps :

https://github.com/abandonware/aband...ment-578143760

https://wiki.maemo.org/Apps#

I am looking for " 4 inch TFT LCD display screen " for Nokia n950 HandSet

http://rzr.online.fr/q/lcd


Also, I need online storage to archive files :

http://db.tt/gn5Qffd6#

https://my.pcloud.com/#page=register...e=g8ikZmcfEJy#

Last edited by www.rzr.online.fr; 2010-07-31 at 09:22.
 
Reply


 
Forum Jump


All times are GMT. The time now is 11:11.