xkbdesc/rules base.o_s.part,1.16,1.17 base.xml.in,1.154,1.155

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/rules
In directory kemper:/tmp/cvs-serv25701/rules

Modified Files:
	base.o_s.part base.xml.in 
Log Message:
Adding nbsp:* options, b.fd.o#8451

Index: base.o_s.part
===================================================================
RCS file: /cvs/xlibs/xkbdesc/rules/base.o_s.part,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- base.o_s.part	24 Sep 2006 20:07:00 -0000	1.16
+++ base.o_s.part	30 Sep 2006 10:33:35 -0000	1.17
@@ -58,3 +58,7 @@
   eurosign:2		=	+eurosign(2)
   keypad:oss            =       +keypad(oss)
   keypad:legacy         =	+keypad(legacy)
+  nbsp:none             =	+nbsp(none)
+  nbsp:level2           =	+nbsp(level2)
+  nbsp:level3           =	+nbsp(level3)
+  nbsp:level4           =	+nbsp(level4)

Index: base.xml.in
===================================================================
RCS file: /cvs/xlibs/xkbdesc/rules/base.xml.in,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -d -r1.154 -r1.155
--- base.xml.in	29 Sep 2006 21:48:25 -0000	1.154
+++ base.xml.in	30 Sep 2006 10:33:35 -0000	1.155
@@ -3242,7 +3242,7 @@
       <option>
         <configItem>
           <name>apple:badmap</name>
-          <_description>Swap keycodes of two keys when Mac keboards are misdetected by kernel.</_description>
+          <_description>Swap keycodes of two keys when Mac keyboards are misdetected by kernel.</_description>
         </configItem>
       </option>
     </group>
@@ -3271,6 +3271,37 @@
         </configItem>
       </option>
     </group>
+    <group allowMultipleSelection="false">
+      <!-- Let space output nobreakspace for the desired level -->
+      <configItem>
+        <name>nbsp</name>
+        <_description>Adding the nobreakspace keysym to space key</_description>
+      </configItem>
+      <option>
+        <configItem>
+          <name>nbsp:none</name>
+          <_description>Space key output space at any level.</_description>
+        </configItem>
+      </option>
+      <option>
+        <configItem>
+          <name>nbsp:level2</name>
+          <_description>Space key output nobreakspace at second level.</_description>
+        </configItem>
+      </option>
+      <option>
+        <configItem>
+          <name>nbsp:level3</name>
+          <_description>Space key output nobreakspace at third level.</_description>
+        </configItem>
+      </option>
+      <option>
+        <configItem>
+          <name>nbsp:level4</name>
+          <_description>Space key output nobreakspace at fourth level.</_description>
+        </configItem>
+      </option>
+    </group>
     <group allowMultipleSelection="true">
       <configItem>
         <name>japan</name>



More information about the xlibs-commit mailing list