Remote Control special Key
#1
Hello

I use a MCE compatible Remote Control, the default Key works, but i would like to use the additionl keys tooo

I debuged it, and if i press ONE key i get following :

Code:
15:43:56 112.822182 T:1968943104   DEBUG: Keyboard: scancode: 0x1d, sym: 0x0132, unicode: 0x0000, modifier: 0x40
15:43:56 112.822533 T:1968943104   DEBUG: OnKey: ctrl-leftctrl (0x1f0d0) pressed, action is
15:43:56 112.822769 T:1968943104   DEBUG: Keyboard: scancode: 0x38, sym: 0x0134, unicode: 0x0000, modifier: 0x140
15:43:56 112.822929 T:1968943104   DEBUG: OnKey: ctrl-alt-leftalt (0x5f0d4) pressed, action is
15:43:56 112.823097 T:1968943104   DEBUG: Keyboard: scancode: 0x20, sym: 0x0064, unicode: 0x0064, modifier: 0x140
15:43:56 112.823257 T:1968943104   DEBUG: OnKey: ctrl-alt-d (0x5f044) pressed, action is
15:43:56 112.823563 T:1968943104   DEBUG: Keyboard: scancode: 0x05, sym: 0x0024, unicode: 0x0024, modifier: 0x140
15:43:56 112.823723 T:1968943104   DEBUG: OnKey: ctrl-alt-dollar (0x5f024) pressed, action is
15:43:56 112.824028 T:1968943104   DEBUG: Keyboard: scancode: 0x3e, sym: 0x011d, unicode: 0x0000, modifier: 0x140
15:43:56 112.824196 T:1968943104   DEBUG: OnKey: ctrl-alt-f4 (0x5f093) pressed, action is
Remember these are all for only ONE key.

What id should i use and where and how can i use this`?
Reply
#2
Which key?
Which remote? (MCE compatible means sweet damn all).
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#3
It is so a cheap Remotefrom AliExpress - The remote works fine for play stop .... all standard Keywors perfect.

Now i would like to use the additional keys On the remoe i have keys fot "Mail, Picture, TV and so on"

If i click these buttons i can see it in the log, but kodi does nothing - you can see the log for ONE Key press above

From the log i see taht if i press one key on the remote i get a
Ctrl-Alt-d (0x5f044) -- but i don't know where i can use these code now?
Reply
#4
Some idea of your operating system might be a good start.

Have you looked at the wiki at all?

Does this help?

http://kodi.wiki/view/Using_a_Microsoft_...in_Windows
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#5
I use openelec on a raspberry PI 2 - i dont't found a wiki where i can out such keycodes in a config ...
Reply
#6
For some reason it seems to send several key presses. It shouldn't matter for Kodi, though. You could literally choose any of the IDs it lists there and they would all work. Just only do one per key.
Reply
#7
Yes but i don't know HOW i can use one of this ... where do i insert the ID

and for example WHICH one?

if 15:43:56 112.824196 T:1968943104 DEBUG: OnKey: ctrl-alt-f4 (0x5f093) pressed, action is
-> i use 0x5f093 or? and where to enter it?
Reply
#8
In a keymap (wiki) file it would look like

Code:
<f4 mod="ctrl,alt">ACTION</f4>
Reply

Logout Mark Read Team Forum Stats Members Help
Remote Control special Key0