Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-latin keyboard layouts are broken #22

Closed
ivan-tkatchev opened this issue Jun 7, 2011 · 1 comment
Closed

Non-latin keyboard layouts are broken #22

ivan-tkatchev opened this issue Jun 7, 2011 · 1 comment
Milestone

Comments

@ivan-tkatchev
Copy link

The OpenELEC system setup add-on allows the selection of a keyboard layout, and layouts like greek and russian are listed.

However, if one chooses, for example, a russian keyboard layout ('ru'), then you cannot enter latin characters at all. This makes the keyboard unusable for all practical purposes.

At system startup the init.d script runs a command that looks like

setxkbmap -display :0 ru

which is incorrect. The correct command for a russian keyboard looks like this:

setxkbmap -display :0 -layout 'ru,us' -option 'grp:alt_shift_toggle'

I've used russian as an example, but the same idea holds for keyboards for other languages, e.g., greek, hebrew, bulgarian, etc.

The right way to handle keyboard layout selection is to allow the user to select an optional second keyboard layout in the gui.

Thank you.

@sraue
Copy link
Contributor

sraue commented Nov 22, 2011

Hi,

this should work now

thanks

Stephan

@sraue sraue closed this as completed Nov 22, 2011
Memphiz pushed a commit to Memphiz/OpenELEC.tv that referenced this issue Jan 12, 2015
Bluetooth enablement and HID additions/modules for all Amlogic supported devices
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants