TOPIC: German Keyboard Layout

Re: German Keyboard Layout 11 months 3 weeks ago #21

  • cortez44
  • cortez44's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
  • Karma: 0
Hungarian layout does not work. When can we expect the fixed a bug?

Screenshot1; Screenshot2

Still does not work in the Hungarian layout on OpenELEC 2.0 Beta 4 (1.95.4) Fusion build. :dry:
I set and remains in English.
Last Edit: 11 months 3 weeks ago by cortez44.
The administrator has disabled public write access.

Re: German Keyboard Layout 11 months 3 weeks ago #22

  • mikebzh44
  • mikebzh44's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 38
  • Thank you received: 2
  • Karma: 1
Same issue with French AZERTY keyboard :(

I'm using a wireless keyboard. I will try with wired keyboard.
The administrator has disabled public write access.

Re: German Keyboard Layout 11 months 3 weeks ago #23

  • Hellfish
  • Hellfish's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
  • Karma: 0
same for me with beta4 ... german keyboard layout is not working, still qwerty layout instead of qwertz
The administrator has disabled public write access.

Re: German Keyboard Layout 10 months 3 weeks ago #24

  • Feroc
  • Feroc's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
I'm having the same problem with the German layout and Beta 4.
The administrator has disabled public write access.

Re: German Keyboard Layout 10 months 3 weeks ago #25

  • Onbekend
  • Onbekend's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 26
  • Karma: 0
Can confirm it here as well... US Keyboard is fixed, although settings say German. :(
The administrator has disabled public write access.

Re: German Keyboard Layout 10 months 1 week ago #26

  • Auri
  • Auri's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 12
  • Karma: 0
Same for Belgian Keyboard (Belgian Period Azerty) in openelec 2 beta 4

even this in autostart doesn't work
#!/bin/bash
(
sleep 15
setxkbmap -display :0 be
)&
Last Edit: 10 months 1 week ago by Auri.
The administrator has disabled public write access.

Re: German Keyboard Layout 10 months 5 days ago #27

  • mikebzh44
  • mikebzh44's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 38
  • Thank you received: 2
  • Karma: 1
French keyboard (AZERTY) problem fixed with OpenELEC 1.95.5
The administrator has disabled public write access.

Re: German Keyboard Layout 8 months 1 week ago #28

  • SN33KY
  • SN33KY's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 30
  • Thank you received: 1
  • Karma: -2
And the problem is back in the 1.95.7 Ion build.
The administrator has disabled public write access.

Re: German Keyboard Layout 8 months 17 hours ago #29

  • lelloz
  • lelloz's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 38
  • Thank you received: 1
  • Karma: 1
the problem shows also for italian layout in the last beta 7 :(
The administrator has disabled public write access.

Re: German Keyboard Layout 7 months 4 days ago #30

  • Bleikur
  • Bleikur's Avatar
Just set Icelandic as primary and German as secondary keyboard layout in the OpenELEC settings add-on.
After reboot it seems to have switched to Icelandic but all the special characters do not work. If I press them nothing happens. It is as if those keys were dead.
Last Edit: 7 months 4 days ago by Bleikur.
The administrator has disabled public write access.

Re: German Keyboard Layout 5 months 2 weeks ago #31

Still there in 2.95.2 (German). :(
Ah, I see. Bug is already opened: github.com/OpenELEC/OpenELEC.tv/issues/108
Shuttle XS35GTV2 (2GB RAM, 16GB Kingston SSDNow S100, Sony Slimline Bluray Player Optiarc BD-5750H-01) / Yamaha RX-V371 / Sound: Quadral Argentum 370 + 1 Center + 2 Rear Speakers (5.0) / TV: Toshiba Regza 37XV377 / Logitech Harmony 600 with Ortek VRC-1100 IR receicer
Last Edit: 5 months 2 weeks ago by OlliLaukkanen. Reason: additional info
The administrator has disabled public write access.

Re: German Keyboard Layout 4 months 6 days ago #32

  • Schparc
  • Schparc's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
  • Karma: 0
Hi I have the same Problem in the 2.99.1 (no German Keyboard) so could me somebody help so change it :)

The Problem is to search something with öäü


Best regards
Schparc
The administrator has disabled public write access.

Re: German Keyboard Layout 4 months 1 day ago #33

Schparc wrote:
Hi I have the same Problem in the 2.99.1 (no German Keyboard) so could me somebody help so change it :)

I can confirm this for the latest RC1 of Openelec 3.0 -> regardless of the settings - no german keyboard layout.

Is there a fix in the pipeline ?

Thanks, Philipp
The administrator has disabled public write access.

Re: German Keyboard Layout 4 months 21 hours ago #34

Keyboard settings are also ignored in:
OpenELEC Version: devel-20121124031454-r12577
OpenELEC git: ee4ec2c7628176ddb87f39d980f1cba08ef72209
The administrator has disabled public write access.

Re: German Keyboard Layout 3 months 3 weeks ago #35

  • andreas70
  • andreas70's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
  • Karma: 0
Just updatet to 2.99.2 (fusion) > still no german keyboard.
The workaround from bugtracker works: Workaround from sn33ky
Last Edit: 3 months 3 weeks ago by andreas70.
The administrator has disabled public write access.

Re: German Keyboard Layout 2 months 1 week ago #36

  • SN33KY
  • SN33KY's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 30
  • Thank you received: 1
  • Karma: -2
They closed the issue but it is still there. Not fixed. I will not install this XBMC release on friends and mine pc before this is fixed. I'm always trying again and now that the issue was closed i hoped again.

I'm fed up that developers are not taking this serious!
The administrator has disabled public write access.

Re: German Keyboard Layout 2 months 1 week ago #37

They use setxkbmap to set the keymap. However, setx affects only Xorg, and Xorg is not used on the Raspberry Pi. On The RPi, grapic output is drawn directly into the framebuffer, so there is no X at all.
XBMC has an "translation table" for different keyboard layouts. However, these settings doesn't work in any XBMC version.
An option might be to set an binary busybox kernel console keymap (loadkmap)
The administrator has disabled public write access.

German Keyboard Layout 1 month 4 weeks ago #38

Is there any progress with this one ? XBMC itself (i.e. XBMC live image) is working fine for me - but since I have been using Openelec - the german keyboard layout does not work !!

When can we expect a fix ? I cannot believe, that this is so hard to fix ...
The administrator has disabled public write access.

German Keyboard Layout 1 month 4 weeks ago #39

loadkmap < somebinarykeymap does work fine.
a binary keymap can be created using loadkeys -b on many linux distributions.
de-latin1-nodeadkeys.bkmap for example can be found here: docs.google.com/file/d/0B3Hhz2OnL5c7NGFX...UEE/edit?usp=sharing
Last Edit: 1 month 4 weeks ago by Monster_Inc.
The administrator has disabled public write access.

German Keyboard Layout 1 month 3 weeks ago #40

  • SN33KY
  • SN33KY's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 30
  • Thank you received: 1
  • Karma: -2
Still not fixed in 3.0.0
The administrator has disabled public write access.
Moderators: ericab, turbomettwurst, lrusak

Our Sponsors & Partners

arctic_logo