Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Apr 2020 15:23:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 245384] x11/xorgproto - missing keysymbol XF86FullScreen
Message-ID:  <bug-245384-7141-Offd7jd9t2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-245384-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-245384-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245384

--- Comment #8 from Dmitry Zolotarev <dvzolotarev@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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245384-7141-Offd7jd9t2>