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 / nbsp < prev    next >
Text File  |  2006-11-29  |  583b  |  33 lines

  1. // Let space provide nobreakspace for the desired level.
  2. partial
  3. xkb_symbols "none" {
  4.   key <SPCE> {
  5.     type[Group1]="ONE_LEVEL",
  6.     symbols[Group1]= [ space ]
  7.   };
  8. };
  9.  
  10. partial
  11. xkb_symbols "level2" {
  12.   key <SPCE> {
  13.     type[Group1]="TWO_LEVEL",
  14.     symbols[Group1]= [ space, nobreakspace ]
  15.   };
  16. };
  17.  
  18. partial
  19. xkb_symbols "level3" {
  20.   key <SPCE> {
  21.     type[Group1]="FOUR_LEVEL",
  22.     symbols[Group1]= [ space, space, nobreakspace ]
  23.   };
  24. };
  25.  
  26. partial
  27. xkb_symbols "level4" {
  28.   key <SPCE> {
  29.     type[Group1]="FOUR_LEVEL",
  30.     symbols[Group1]= [ space, space, space, nobreakspace ]
  31.   };
  32. };
  33.