summaryrefslogtreecommitdiff
path: root/symbols/epo
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2022-10-04 16:17:45 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2022-10-04 16:27:55 +0200
commit101d9aad28aece8e62bae4fd0bfdca69b30eb0bc (patch)
tree260f4bd4705de9b521b9e7456c77d5ba6f333cf1 /symbols/epo
parented2adfd0b05edd284a0f4a2c1bc8f593eb7905c0 (diff)
downloadxkeyboard-config-101d9aad28aece8e62bae4fd0bfdca69b30eb0bc.tar.gz
add guillemets to the main Esperanto layout
Guillemets are regularly used as quotation marks in Esperanto texts online, and are accepted as a form of alternative punctuation, but were not included in the official Esperanto layout created in 2006. This commit adds double guillemets to level 3 of keys AB08 and AB09, and single guillemets to level 4 (matching with < and > on level 2). This fixes issue #352. Requested-by: J.M.C. Williams Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Diffstat (limited to 'symbols/epo')
-rw-r--r--symbols/epo3
1 files changed, 3 insertions, 0 deletions
diff --git a/symbols/epo b/symbols/epo
index 4b720e9..cf8d934 100644
--- a/symbols/epo
+++ b/symbols/epo
@@ -40,6 +40,9 @@ xkb_symbols "basic" {
key <AE05> { [ 5, percent, EuroSign, EuroSign ] };
+ key <AB08> { [ comma, less, guillemotleft, U2039 ] }; // « ‹
+ key <AB09> { [ period, greater, guillemotright, U203A ] }; // » ›
+
include "level3(ralt_switch)"
};