summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--symbols/Makefile.am3
-rw-r--r--symbols/eurosign18
2 files changed, 20 insertions, 1 deletions
diff --git a/symbols/Makefile.am b/symbols/Makefile.am
index 4607e119..5bf46195 100644
--- a/symbols/Makefile.am
+++ b/symbols/Makefile.am
@@ -26,7 +26,8 @@ srp syr tam \
tel th tj \
tr ua us \
uz vn \
-altwin compose ctrl group inet keypad level3 lock srvr_ctrl
+altwin compose ctrl group inet keypad level3 lock srvr_ctrl \
+eurosign
EXTRA_DIST= $(symbols_DATA)
diff --git a/symbols/eurosign b/symbols/eurosign
new file mode 100644
index 00000000..85db15af
--- /dev/null
+++ b/symbols/eurosign
@@ -0,0 +1,18 @@
+
+// Most keyboards have the EuroSign engraved on the E key
+partial
+xkb_symbols "e" {
+ key <AD03> { [ NoSymbol, NoSymbol, EuroSign ] };
+};
+
+// Many keyboards have the EuroSign engraved on the 5 key
+partial
+xkb_symbols "5" {
+ key <AE05> { [ NoSymbol, NoSymbol, EuroSign ] };
+};
+
+// Many Apple keyboards have the EuroSign engraved on the 2 key
+partial
+xkb_symbols "2" {
+ key <AE02> { [ NoSymbol, NoSymbol, EuroSign ] };
+};