summaryrefslogtreecommitdiff
path: root/symbols/gr
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2022-01-15 17:01:12 +0100
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2022-02-08 09:58:23 +0000
commit1e91e1fedeac59568c88681763d405749efc9d35 (patch)
tree317499aa034c4625f4a6f88b3fe98d27e377928d /symbols/gr
parentd93687dee15472ac2c36c2aa1e70705f99f64831 (diff)
downloadxkeyboard-config-1e91e1fedeac59568c88681763d405749efc9d35.tar.gz
symbols/gr: make AltGr+phi work also when CapsLock is engaged
The case-changing tables of libX11 are incomplete. Work around that issue by defining the uppercase equivalent of the ϕ symbol explicitly in the layout. This fixes https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/131. Reported-by: Ray Vine Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Diffstat (limited to 'symbols/gr')
-rw-r--r--symbols/gr2
1 files changed, 1 insertions, 1 deletions
diff --git a/symbols/gr b/symbols/gr
index b584030..17d5125 100644
--- a/symbols/gr
+++ b/symbols/gr
@@ -32,7 +32,7 @@ xkb_symbols "basic" {
key <AB08> { [ NoSymbol, NoSymbol, guillemotleft ] };
key <AB09> { [ NoSymbol, NoSymbol, guillemotright, periodcentered ] };
key <AC03> { [ NoSymbol, NoSymbol, downarrow, uparrow ] };
- key <AC04> { [ NoSymbol, NoSymbol, U03D5 ] };
+ key <AC04> { [ NoSymbol, NoSymbol, U03D5, Greek_PHI ] };
key <AC05> { [ NoSymbol, NoSymbol, U03DD, U03DC ] };
key <AC07> { [ NoSymbol, NoSymbol, U037C, U03FE ] };
key <AC08> { [ NoSymbol, NoSymbol, U03DF, U03DE ] };