https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194964

--- Comment #3 from Dmitry <[email protected]> ---
Oops. setxkbmap missing in xorg-minimal package.
I installed it manually and create file
/usr/local/etc/X11/xorg.conf.d/10-keyboard.conf with this contents:

Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "us,ru(winkeys)"
        Option "XkbModel" "pc104"
        Option "XkbVariant" ","
        Option "XkbOptions" "grp:alt_shift_toggle"
EndSection

All working with this settings, displayed in your screenshot.

But.
Problem with missing russian layout in xfce4-xkb-plugin is not go away.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "[email protected]"

Reply via email to