]> Dogcows Code - chaz/openbox/commitdiff
update for chroot stuffs
authorMikael Magnusson <mikachu@comhem.se>
Thu, 26 Apr 2007 03:19:34 +0000 (03:19 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Thu, 26 Apr 2007 03:19:34 +0000 (03:19 +0000)
data/rc.xsd

index 15c426c330e7ba180a3120f1aad0ae3c522de058..e034e480d8ba3f6bca305ac611f35c309eb15ef9 100644 (file)
@@ -49,6 +49,7 @@
          Removed fourCorners option.
      Wed Apr 25 14:02:40 UTC 2007
          Fixed values for layer to be above/below, not top/bottom.
+         Add chroot attribute and keybind element to keybind element.
 -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
     targetNamespace="http://openbox.org/"
     <xs:complexType name="keybind">
         <xs:sequence>
             <xs:element maxOccurs="unbounded" name="action" type="ob:action"/>
+            <xs:element maxOccurs="unbounded" name="keybind" type="ob:keybind"/>
+            <xs:attribute name="chroot" type="ob:bool"/>
         </xs:sequence>
         <xs:attribute name="key" type="ob:keyname" use="required"/>
     </xs:complexType>
This page took 0.026438 seconds and 4 git commands to generate.