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

Keyboard Layout #3

Open
s256 opened this issue Jun 20, 2016 · 1 comment
Open

Keyboard Layout #3

s256 opened this issue Jun 20, 2016 · 1 comment

Comments

@s256
Copy link

s256 commented Jun 20, 2016

Hi,
maybe not an Issue, not sure. On my system the keyboard layout is mixed up. It's not US, it's not the local config. And I can't change it. I created a file (/etc/X11/xorg.conf.d/10-evdev.conf) for the evdev config.

Section "InputClass"
        Identifier "evdev keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
        Option "xkb_layout" "de"
EndSection

Without success. Any idea how to fix the layout issue? Tried two different VNC clients.
System info: freshly installed raspbian jessie.

Best
Sesc

@patrikolausson
Copy link
Owner

This is most probably an issue. I have not made any real attempt to support any specific keyboard layouts.

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