xkbdesc/symbols Makefile.am,1.50,1.51 nbsp,NONE,1.1

Sergey V. Oudaltsov xlibs-commit at pdx.freedesktop.org
Sat Sep 30 03:33:38 PDT 2006


Committed by: svu

Update of /cvs/xlibs/xkbdesc/symbols
In directory kemper:/tmp/cvs-serv25701/symbols

Modified Files:
	Makefile.am 
Added Files:
	nbsp 
Log Message:
Adding nbsp:* options, b.fd.o#8451

Index: Makefile.am
===================================================================
RCS file: /cvs/xlibs/xkbdesc/symbols/Makefile.am,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- Makefile.am	25 Jun 2006 17:53:48 -0000	1.50
+++ Makefile.am	30 Sep 2006 10:33:35 -0000	1.51
@@ -25,7 +25,7 @@
 tj tr ua \
 us uz vn \
 za \
-altwin capslock compose ctrl group inet keypad level3 level5 srvr_ctrl \
+altwin capslock compose ctrl group inet keypad level3 level5 nbsp srvr_ctrl \
 eurosign
                                                                                           
 include $(top_srcdir)/xkbrules.am

--- NEW FILE: nbsp ---
// Let space provide nobreakspace for the desired level.
partial
xkb_symbols "none" {
  key <SPCE> {
    type[Group1]="ONE_LEVEL",
    symbols[Group1]= [ space ]
  };
};

partial
xkb_symbols "level2" {
  key <SPCE> {
    type[Group1]="TWO_LEVEL",
    symbols[Group1]= [ space, nobreakspace ]
  };
};

partial
xkb_symbols "level3" {
  key <SPCE> {
    type[Group1]="FOUR_LEVEL",
    symbols[Group1]= [ space, space, nobreakspace ]
  };
};

partial
xkb_symbols "level4" {
  key <SPCE> {
    type[Group1]="FOUR_LEVEL",
    symbols[Group1]= [ space, space, space, nobreakspace ]
  };
};



More information about the xlibs-commit mailing list