xkbdesc/rules base.xml.in,1.153,1.154

Sergey V. Oudaltsov xlibs-commit at pdx.freedesktop.org
Fri Sep 29 14:48:27 PDT 2006


Committed by: svu

Update of /cvs/xlibs/xkbdesc/rules
In directory kemper:/tmp/cvs-serv24413/rules

Modified Files:
	base.xml.in 
Log Message:
adding keypad:* options, closing b.fd.o#8240

Index: base.xml.in
===================================================================
RCS file: /cvs/xlibs/xkbdesc/rules/base.xml.in,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -d -r1.153 -r1.154
--- base.xml.in	24 Sep 2006 20:07:00 -0000	1.153
+++ base.xml.in	29 Sep 2006 21:48:25 -0000	1.154
@@ -3043,6 +3043,25 @@
       </option>
     </group>
     <group allowMultipleSelection="false">
+      <!-- Select a keypad type -->
+      <configItem>
+        <name>keypad</name>
+        <description>Keypad layout selection</description>
+      </configItem>
+      <option>
+        <configItem>
+          <name>keypad:legacy</name>
+          <description>Force standard legacy keypad</description>
+       </configItem>
+      </option>
+      <option>
+        <configItem>
+          <name>keypad:oss</name>
+          <description>Use keypad with unicode additions (arrows and math operators)</description>
+       </configItem>
+      </option>
+    </group>
+    <group allowMultipleSelection="false">
       <!-- CapsLock tweaks. 
 	   "Internal" capitalization means capitalization using some internal tables.
 	   Otherwise "as Shift" - means using next group. -->



More information about the xlibs-commit mailing list