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

xkb-switch doesn't show keyboard variant anymore #14

Closed
realcomplex opened this issue Apr 17, 2016 · 4 comments
Closed

xkb-switch doesn't show keyboard variant anymore #14

realcomplex opened this issue Apr 17, 2016 · 4 comments

Comments

@realcomplex
Copy link

Hey!

I recently upgraded from version 20150826-3 to version 20150826-4 of xkb-switch via the Arch User Repository (the xkb-switch-git package), and some behaviour has changed in an unexpected way. In particular, xkb-switch doesn't seem to output the keyboard layout variant anymore.

Before the update, calling xkb-switch with no arguments would output us or us(intl) depending on which layout I was using. Now, xkb-switch outputs just us regardless of what layout I'm actually using at the moment. I just want to use xkb-switch to tell me the current layout variant, I don't actually use it to change the layout.

For reference, here is my xorg keyboard configuration:

Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "us,us"
        Option "XkbVariant" ",intl"
        Option "XkbOptions" "ctrl:nocaps, grp:alt_shift_toggle"
EndSection

Is there any way of getting xkb-switch to output the current layout variant again?

Thanks in advance for the help!

@grwlf
Copy link
Owner

grwlf commented Apr 17, 2016

Hi. I can't reproduce this. May be misconfiguration? Notice Option "XkbLayout" "us,us" - double us.

@grwlf
Copy link
Owner

grwlf commented Apr 17, 2016

Ah, OK. I just read your post more carefully

@grwlf
Copy link
Owner

grwlf commented Apr 17, 2016

Could you please check the recent master?

@realcomplex
Copy link
Author

The latest master branch works exactly like I hoped for! Thank you.

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