Hello all,

I'm using XDirectFB (xorg 1.6.3.901 + XDirectFB using the patch from
http://git.directfb.org/?p=programs/XDirectFB.git;a=commit;h=b2797a143e0e32b4b7f6385bbf77cf3caadfbecc)
with DirectFB 1.4 running on Intel CE4100 and I want to get the
hotkeys
events from a multimedia remote control (
http://cellution.com.br/produto.php?id=1683 ), specially the keys VolumeUp
and VolumeDown, but when I run xev I get the following results :

Volume Up :
KeyPress event, serial 27, synthetic NO, window 0x400001,
    root 0x3b, subw 0x0, time 13867277, (109,116), root:(111,118),
    state 0x0, keycode 123 (keysym 0x0, NoSymbol), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False

KeyRelease event, serial 27, synthetic NO, window 0x400001,
    root 0x3b, subw 0x0, time 13867278, (109,116), root:(111,118),
    state 0x0, keycode 123 (keysym 0x0, NoSymbol), same_screen YES,
    XLookupString gives 0 bytes:
    XFilterEvent returns: False


Volume Down :
KeyPress event, serial 27, synthetic NO, window 0x400001,
    root 0x3b, subw 0x0, time 13987441, (109,116), root:(111,118),
    state 0x0, keycode 122 (keysym 0xffcb, F14), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False

KeyRelease event, serial 27, synthetic NO, window 0x400001,
    root 0x3b, subw 0x0, time 13987441, (109,116), root:(111,118),
    state 0x0, keycode 122 (keysym 0xffcb, F14), same_screen YES,
    XLookupString gives 0 bytes:
    XFilterEvent returns: False

Look that Volume Up key generates 0x0 keysym code, the X applications (for
me XULRunner) cannot get these input events.

There's some keys that even doesn't generates none output but using evtest
application show that the low level driver is working properly, this is the
PlayPause key and several other, case that xev doesn't detects them.

Where the problem may have come from ? XDirectFB or DirectFB core ?

Thanks for all help

Flávio Alberto Lopes Soares
_______________________________________________
directfb-users mailing list
directfb-users@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to