xkeyboard-config/symbols eurosign,1.2,1.3

"Sergey V. Oudaltsov" <xlibs-commit-u7BhqnqprCWvj1b/[email protected]> Tue, 25 Dec 2007 15:26:16 -0800 (PST)
Newsgroups gmane.comp.freedesktop.xlibs.cvs
Message-ID <[email protected]>
Committed by: svu

Update of /cvs/xkeyboard-config/xkeyboard-config/symbols
In directory kemper:/tmp/cvs-serv9428/symbols

Modified Files:
	eurosign 
Log Message:
adding eurosign(4)

Index: eurosign
===================================================================
RCS file: /cvs/xkeyboard-config/xkeyboard-config/symbols/eurosign,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- eurosign	9 Oct 2004 17:35:01 -0000	1.2
+++ eurosign	25 Dec 2007 23:26:13 -0000	1.3
@@ -6,14 +6,21 @@
     key <AD03>	{ [  NoSymbol,   NoSymbol,   EuroSign ]	};
 };
 
+// Many Apple keyboards have the EuroSign engraved on the 2 key
+partial
+xkb_symbols "2" {
+    key <AE02>	{ [  NoSymbol,   NoSymbol,   EuroSign ]	};
+};
+
+// Some keyboards have the EuroSign engraved on the 4 key
+partial
+xkb_symbols "4" {
+    key <AE04>	{ [  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 ]	};
-};