66 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			66 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0"?>
 | 
						|
<schemalist>
 | 
						|
  <schema id="org.fedorahosted.eekboard" path="/org/fedorahosted/eekboard/">
 | 
						|
    <key name="keyboard" type="s">
 | 
						|
      <default>'us'</default>
 | 
						|
      <summary>Keyboard types</summary>
 | 
						|
      <description>keyboard types (comma separated).</description>
 | 
						|
    </key>
 | 
						|
    <key name="ui-toolkit" type="s">
 | 
						|
      <default>'gtk'</default>
 | 
						|
      <summary>GUI toolkit used to render keyboard</summary>
 | 
						|
      <description>The name of GUI toolkit (either 'gtk' or 'clutter') used to render keyboard on screen.</description>
 | 
						|
    </key>
 | 
						|
    <key name="focus-listener" type="s">
 | 
						|
      <default>'atspi'</default>
 | 
						|
      <summary>Use the given focus listener</summary>
 | 
						|
      <description>The name of the focus listener (either 'atspi' or 'ibus') used to detect focus events.</description>
 | 
						|
    </key>
 | 
						|
    <key name="auto-hide" type="b">
 | 
						|
      <default>true</default>
 | 
						|
      <summary>Hide keyboard automatically when focus is out</summary>
 | 
						|
      <description>If true, hide keyboard automatically when focus is out.</description>
 | 
						|
    </key>
 | 
						|
    <key name="auto-hide-delay" type="u">
 | 
						|
      <default>500</default>
 | 
						|
      <summary>Delay before hiding keyboard</summary>
 | 
						|
      <description>Delay before hiding keyboard in milliseconds.  This is useful when focus listener is enabled.</description>
 | 
						|
    </key>
 | 
						|
    <key type="b" name="repeat">
 | 
						|
      <default>true</default>
 | 
						|
      <summary>Key repeat</summary>
 | 
						|
      <description>Generate key-press/release event repeatedly while a key is held down</description>
 | 
						|
    </key>
 | 
						|
    <key type="u" name="repeat-interval">
 | 
						|
      <default>100</default>
 | 
						|
      <summary>Key repeat interval</summary>
 | 
						|
      <description>Delay between repeats in milliseconds.</description>
 | 
						|
    </key>
 | 
						|
    <key type="u" name="repeat-delay">
 | 
						|
      <default>1000</default>
 | 
						|
      <summary>Initial key repeat delay</summary>
 | 
						|
      <description>Initial key repeat delay in milliseconds.</description>
 | 
						|
    </key>
 | 
						|
    <key name="start-fullscreen" type="b">
 | 
						|
      <default>false</default>
 | 
						|
      <summary>Switch to fullscreen mode when startup</summary>
 | 
						|
      <description>If true, switch to fullscreen mode when startup.</description>
 | 
						|
    </key>
 | 
						|
    <key name="size-constraint-landscape" type="(dd)">
 | 
						|
      <default>(1.0, 0.3)</default>
 | 
						|
      <summary>Constraint of the maximum window size on landscape screen</summary>
 | 
						|
      <description>Constraint of maximum window size on landscape screen</description>
 | 
						|
    </key>
 | 
						|
    <key name="size-constraint-portrait" type="(dd)">
 | 
						|
      <default>(1.0, 0.5)</default>
 | 
						|
      <summary>Constraint of the maximum window size on portrait screen</summary>
 | 
						|
      <description>Constraint of maximum window size on portrait screen</description>
 | 
						|
    </key>
 | 
						|
    <key name="theme" type="s">
 | 
						|
      <default>'default'</default>
 | 
						|
      <summary>Theme</summary>
 | 
						|
      <description>Base name of the theme to apply.</description>
 | 
						|
    </key>
 | 
						|
  </schema>
 | 
						|
</schemalist>
 |