Advertisement
Marzypan

org.gnome.shell.extensions.SwitchFocusType.gschema.xml

Feb 22nd, 2021
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.38 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <schemalist>
  3.  
  4.     <schema id="org.gnome.shell.extensions.switchfocustype"
  5.     path="/org/gnome/shell/extensions/switchfocustype/">
  6.    
  7.     <key type="as" name="my-shortcut">
  8.         <default><![CDATA[['<Alt><Ctrl>a']]]></default>
  9.         <summary>The shortcut key</summary>
  10.         <description>
  11.         test
  12.         </description>
  13.            
  14.     </key>
  15.    
  16.     </schema>
  17.    
  18. </schemalist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement