[Bug 245384] x11/xorgproto - missing keysymbol XF86FullScreen

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Apr 6 15:23:12 UTC 2020


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

--- Comment #8 from Dmitry Zolotarev <dvzolotarev at gmail.com> ---
(In reply to Niclas Zeising from comment #7)
Hello. Thanks for your patch.
I've already fix my keyboard changing my keyboard.conf from this:

Section "InputClass"
        Identifier      "KeyboardDefaults"
        Driver "keyboard"
        MatchIsKeyboard "on"
        Option "XkbModel" "pc104"
        Option "XkbLayout" "us, ru"
        Option "XkbOptions"
"terminate:ctrl_alt_bksp,grp:alt_shift_toggle,grp_led:scroll"
EndSection

to this:

Section "InputClass"
        Identifier      "KeyboardDefaults"
        MatchIsKeyboard "on"
        Option "XkbLayout" "us, ru"
        Option "XkbOptions"
"terminate:ctrl_alt_bksp,grp:alt_shift_toggle,grp_led:scroll"
EndSection

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-x11 mailing list