←  [EN] Enduser support

Forums

»

Dreambox IR Keyboard

bredo's Photo bredo 17 Oct 2010

My keyboard works fine with the DMM image, but not with PLI images.

Is it not possible to use the Dreambox IR keyboard with PLI images?

I would like to use the keyboard when adding autotimers and when using EPG search.
Quote

ims's Photo ims 17 Oct 2010

what does not work ? E1 or E2 ?
Quote

bredo's Photo bredo 17 Oct 2010

DM8000, Enigma2, pli beta

The keyboard works like a remote control.

It does not work like a keyboard.

(If I press the letter keys, like R for example, nothing happens. If I press the number keys then it behaves just like the number keys on the remote control behaves - multi-press to get various letters/numbers.)
Quote

Erik Slagter's Photo Erik Slagter 17 Oct 2010

DM8000, Enigma2, pli beta


Exactly what version, did you update to today's version? I believe this
issue has been fixed some time ago.
Quote

bredo's Photo bredo 17 Oct 2010

Todays version.

I have never been able to use my dreambox keyboard with PLi.
Have been using Pli since january.
Quote

bredo's Photo bredo 17 Oct 2010

Is anyone else able to use the dreambox keyboard to enter text on enigma2 boxes?
Quote

amigo's Photo amigo 17 Oct 2010

No, stil not fixed.
Quote

rtzhjgg0's Photo rtzhjgg0 18 Oct 2010

I can confirm that the Dreambox IR Keyboard don't works on OpenPLi for DM8000

(image 16.10.10)
Quote

bredo's Photo bredo 21 Oct 2010

How do I report this as a bug?
Quote

WanWizard's Photo WanWizard 21 Oct 2010

Open a ticket on http://openpli.pli-images.org.

When you do, please copy a link to this thread in the description, so we can find this discussion back...
Quote

bredo's Photo bredo 21 Oct 2010

Thanks!

Ticket (http://openpli.pli-i....org/ticket/193) created.

Is there a way I can disable the virtual keyboard? I would like to check if it works when the virtual keyboard is not used, but can't find a way to switch off the virtual one...
Quote

pieterg's Photo pieterg 21 Oct 2010

it does not work when the virtual keyboard is used
Quote

bredo's Photo bredo 21 Oct 2010

That's the problem then - and there's no way to NOT use the virtual keyboard?
Quote

pieterg's Photo pieterg 21 Oct 2010

no, it's hardcoded.
It should be possible however to support ascii keys in the virtual keyboard. We just need someone with some spare time.
Quote

bredo's Photo bredo 22 Oct 2010

I may be able to help (with a little guidance) but I have not got a compiler installed...

If it's in the python code then just tell me where to look and give me a hint on how to fix it and I'll do my best.
Quote

pieterg's Photo pieterg 22 Oct 2010

(details may not be correct, this is how I remember it)

If you look at config.py, several config elements handle ascii keys.
This is done with some rather ugly hack; a KEY_ASCII is sent into the system, and the handlers can query the actualy ascii value.
Similar thing should be done in the virtualkeyboard.
Quote

bredo's Photo bredo 27 Oct 2010

I had a look at it, but I am not able to make the neccessary changes. I wrote a handlekey routine, and told it to do somwthing when it received the ascii code for "g" but when I pressed key "g" the "illegal key" indicator appeared in the top right.
Quote

pieterg's Photo pieterg 27 Oct 2010

that probably means you need to add the ascii key to your actionmap (when a key is not in the actionmap, this indicator is shown)

I think adding "InputAsciiActions" should fix it.
Quote

Jeroensky's Photo Jeroensky 27 Oct 2010

Is anyone else able to use the dreambox keyboard to enter text on enigma2 boxes?



Not working, that's why i get refund of Dream keyboard in webstore where i bought it(thanks to paypal), i don't have it anymore.

Only buy it again if i'm shure that Openpli beta supports every button /images/smiley/pfft.gif

How about a USB keyboard(qwerty us), is it possible that we can use usb keyboards, and can add functions to F-keys?
Quote

bredo's Photo bredo 27 Oct 2010

The keyboard is working with the DMM image, and was probably working in PLi as well, until they added the VirtualKeyboard.

I tried just now to use the keyboard in a component that I think does not use the virtual keyboard (the dvd burn plugin). The keyboard doesn't work there either.
It would be helpful to know if anyone can get the keyboard to work anywhere on an enigma2 box?
It works like a remote: arrow keys, menu, ok key, exit key and number keys work fine, but that's about it. No letter keys work.
Quote