home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / root / usr / share / X11 / xkb / symbols / eurosign < prev    next >
Text File  |  2006-11-29  |  526b  |  20 lines

  1. // $XKeyboardConfig: xkbdesc/symbols/eurosign,v 1.2 2004/10/09 17:35:01 svu Exp $
  2.  
  3. // Most keyboards have the EuroSign engraved on the E key
  4. partial
  5. xkb_symbols "e" {
  6.     key <AD03>    { [  NoSymbol,   NoSymbol,   EuroSign ]    };
  7. };
  8.  
  9. // Many keyboards have the EuroSign engraved on the 5 key
  10. partial
  11. xkb_symbols "5" {
  12.     key <AE05>    { [  NoSymbol,   NoSymbol,   EuroSign ]    };
  13. };
  14.  
  15. // Many Apple keyboards have the EuroSign engraved on the 2 key
  16. partial
  17. xkb_symbols "2" {
  18.     key <AE02>    { [  NoSymbol,   NoSymbol,   EuroSign ]    };
  19. };
  20.