mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-03 18:40:12 +01:00
XQuartz: Fix Czech keyboard dead-acute
(cherry picked from commit 771df2786b)
This commit is contained in:
parent
c7c8eeaedc
commit
202908c613
1 changed files with 1 additions and 0 deletions
|
|
@ -145,6 +145,7 @@ const static struct {
|
|||
KeySym normal, dead;
|
||||
} dead_keys[] = {
|
||||
{XK_grave, XK_dead_grave},
|
||||
{XK_apostrophe, XK_dead_acute}, /* "=" on a Czech keyboard */
|
||||
{XK_acute, XK_dead_acute},
|
||||
{XK_asciicircum, XK_dead_circumflex},
|
||||
{UKEYSYM (0x2c6), XK_dead_circumflex}, /* MODIFIER LETTER CIRCUMFLEX ACCENT */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue