← Back to team overview

toshiba-tablet team mailing list archive

Re: Rotate support

 

> On Thu, May 22, 2008 at 5:22 AM, Vincenzo Ciancia <ciancia@xxxxxxxxxxx> wrote:
>>> and getting Ubuntu to
>>> recognize the buttons on the tablet itself.

>> Did you try xev and see if they already send a signal? On my toshiba
>> m400 they do.

Here's what I've got from xev on pressing the the crosspad button
right.  I can make a host of other button presses, but maybe it's best
to start with just one button before doing tons of work wrong.  This
is the stuff I think is relevant to the button press and release.
"keysym 0x0ffec, Super_R"  but what now?

KeyPress event, serial 33, synthetic NO, window 0x1400001,
    root 0x1a6, subw 0x0, time 45708294, (906,512), root:(911,573),
    state 0x0, keycode 116 (keysym 0xffec, Super_R), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False

KeyPress event, serial 33, synthetic NO, window 0x1400001,
    root 0x1a6, subw 0x0, time 45708296, (906,512), root:(911,573),
    state 0x40, keycode 14 (keysym 0x35, 5), same_screen YES,
    XLookupString gives 1 bytes: (35) "5"
    XmbLookupString gives 1 bytes: (35) "5"
    XFilterEvent returns: False

KeyRelease event, serial 33, synthetic NO, window 0x1400001,
    root 0x1a6, subw 0x0, time 45708299, (906,512), root:(911,573),
    state 0x40, keycode 14 (keysym 0x35, 5), same_screen YES,
    XLookupString gives 1 bytes: (35) "5"
    XFilterEvent returns: False

KeyRelease event, serial 33, synthetic NO, window 0x1400001,
    root 0x1a6, subw 0x0, time 45708304, (906,512), root:(911,573),
    state 0x40, keycode 116 (keysym 0xffec, Super_R), same_screen YES,
    XLookupString gives 0 bytes:
    XFilterEvent returns: False


Justin Dugger



References