aboutsummaryrefslogtreecommitdiff
path: root/test/data/symbols/eurosign
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/symbols/eurosign')
-rw-r--r--test/data/symbols/eurosign23
1 files changed, 23 insertions, 0 deletions
diff --git a/test/data/symbols/eurosign b/test/data/symbols/eurosign
new file mode 100644
index 0000000..0d95a90
--- /dev/null
+++ b/test/data/symbols/eurosign
@@ -0,0 +1,23 @@
+// Most keyboards have the EuroSign engraved on the E key
+partial
+xkb_symbols "e" {
+ key <AD03> { [ NoSymbol, NoSymbol, EuroSign, NoSymbol ] };
+};
+
+// Many Apple keyboards have the EuroSign engraved on the 2 key
+partial
+xkb_symbols "2" {
+ key <AE02> { [ NoSymbol, NoSymbol, EuroSign, NoSymbol ] };
+};
+
+// Some keyboards have the EuroSign engraved on the 4 key
+partial
+xkb_symbols "4" {
+ key <AE04> { [ NoSymbol, NoSymbol, EuroSign, NoSymbol ] };
+};
+
+// Many keyboards have the EuroSign engraved on the 5 key
+partial
+xkb_symbols "5" {
+ key <AE05> { [ NoSymbol, NoSymbol, EuroSign, NoSymbol ] };
+};