remove the dialog option section
This commit is contained in:
parent
e30ae5696f
commit
0919413fca
2 changed files with 0 additions and 12 deletions
|
@ -51,11 +51,6 @@
|
||||||
<moveButton>A-Left</moveButton>
|
<moveButton>A-Left</moveButton>
|
||||||
</dock>
|
</dock>
|
||||||
|
|
||||||
<dialog>
|
|
||||||
<focus>yes</focus>
|
|
||||||
<desktop>yes</desktop>
|
|
||||||
</dialog>
|
|
||||||
|
|
||||||
<keyboard>
|
<keyboard>
|
||||||
<chainQuitKey>C-g</chainQuitKey>
|
<chainQuitKey>C-g</chainQuitKey>
|
||||||
|
|
||||||
|
|
|
@ -46,7 +46,6 @@
|
||||||
<xs:element name="desktops" type="ob:desktops"/>
|
<xs:element name="desktops" type="ob:desktops"/>
|
||||||
<xs:element name="resize" type="ob:resize"/>
|
<xs:element name="resize" type="ob:resize"/>
|
||||||
<xs:element name="dock" type="ob:dock"/>
|
<xs:element name="dock" type="ob:dock"/>
|
||||||
<xs:element name="dialog" type="ob:dialog"/>
|
|
||||||
<xs:element name="keyboard" type="ob:keyboard"/>
|
<xs:element name="keyboard" type="ob:keyboard"/>
|
||||||
<xs:element name="mouse" type="ob:mouse"/>
|
<xs:element name="mouse" type="ob:mouse"/>
|
||||||
<xs:element name="menu" type="ob:menu"/>
|
<xs:element name="menu" type="ob:menu"/>
|
||||||
|
@ -112,12 +111,6 @@
|
||||||
<xs:element name="moveButton" type="ob:button"/>
|
<xs:element name="moveButton" type="ob:button"/>
|
||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
<xs:complexType name="dialog">
|
|
||||||
<xs:sequence>
|
|
||||||
<xs:element name="focus" type="ob:yesorno"/>
|
|
||||||
<xs:element name="desktop" type="ob:yesorno"/>
|
|
||||||
</xs:sequence>
|
|
||||||
</xs:complexType>
|
|
||||||
<xs:complexType name="action">
|
<xs:complexType name="action">
|
||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element minOccurs="0" name="menu" type="xs:string"/>
|
<xs:element minOccurs="0" name="menu" type="xs:string"/>
|
||||||
|
|
Loading…
Reference in a new issue