Warning, /plasma/plasma-workspace/klipper/klipper.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006   <kcfgfile name="klipperrc"/>
0007 
0008   <group name="General">
0009     <entry name="Version" type="String">
0010       <label>Klipper version</label>
0011     </entry>
0012     <entry name="KeepClipboardContents" type="Bool">
0013       <label>Save history across desktop sessions</label>
0014       <default>true</default>
0015       <tooltip>Retain the clipboard history, so it will be available the next time you log in.</tooltip>
0016     </entry>
0017     <entry name="PreventEmptyClipboard" key="NoEmptyClipboard" type="Bool">
0018       <label>Prevent the clipboard from being cleared</label>
0019       <default>true</default>
0020       <whatsthis>Do not allow the clipboard to be cleared, for example when an application exits.</whatsthis>
0021     </entry>
0022     <entry name="Synchronize" type="Int">
0023       <label comment="KDE::DoNotExtract">Backwards compatibility, don't touch.</label>
0024       <default>3</default>
0025     </entry>
0026     <entry name="SyncClipboards" type="Bool">
0027       <label>Keep the selection and clipboard the same</label>
0028       <default>false</default>
0029       <whatsthis>Content selected with the cursor is automatically copied to the clipboard so that it can be pasted with either a Paste action or a middle-click.&lt;br/&gt;&lt;a href="1"&gt;More about the selection and clipboard&lt;/a&gt;.</whatsthis>
0030     </entry>
0031     <entry name="IgnoreSelection" type="Bool">
0032       <label>Ignore the selection</label>
0033       <default>true</default>
0034       <whatsthis>Content selected with the cursor but not explicitly copied to the clipboard is not automatically stored in the clipboard history, and can only be pasted using a middle-click.</whatsthis>
0035     </entry>
0036     <entry name="SelectionTextOnly" type="Bool">
0037       <label>Text selection only</label>
0038       <default>true</default>
0039       <whatsthis>Only store text selections in the clipboard history, not images or any other type of data.</whatsthis>
0040     </entry>
0041     <entry name="IgnoreImages" type="Bool">
0042       <label>Always ignore images</label>
0043       <default>true</default>
0044       <whatsthis>Do not store images in the clipboard history, even if explicitly copied.</whatsthis>
0045     </entry>
0046     <entry name="UseGUIRegExpEditor" type="Bool">
0047       <label>Use graphical regexp editor</label>
0048       <default>true</default>
0049     </entry>
0050     <entry name="URLGrabberEnabled" type="Bool">
0051         <label>Immediately on selection</label>
0052         <tooltip>Show the popup menu of applicable actions as soon as a selection is made.</tooltip>
0053         <default>false</default>
0054     </entry>
0055     <entry name="NoActionsForWM_CLASS" type="StringList">
0056         <default>Navigator,navigator:browser,konqueror,keditbookmarks,mozilla-bin,Mozilla,Opera main window,opera,gnumeric,Gnumeric,Galeon,kcontrol,ksirc,MozillaFirebird-bin,firefox-bin,Firefox-bin,klipper,Gecko,gecko</default>
0057         <label>No actions for WM_CLASS</label>
0058     </entry>
0059     <entry name="TimeoutForActionPopups" type="Int">
0060         <label>Automatic action menu time:</label>
0061         <default>8</default>
0062         <min>0</min>
0063         <max>200</max>
0064         <tooltip>Display the automatic action popup menu for this time.</tooltip>
0065     </entry>
0066     <entry name="MaxClipItems" type="Int">
0067         <label>History size:</label>
0068         <default>20</default>
0069         <min>1</min>
0070         <max>2048</max>
0071         <tooltip>The clipboard history will store up to this many items.</tooltip>
0072     </entry>
0073     <entry key="ActionListChanged" name="ActionList" type="Int">
0074         <label>Dummy entry for indicating changes in an action's tree widget</label>
0075         <default>-1</default>
0076     </entry>
0077     <entry name="ActionsInfoMessageShown" type="Bool">
0078         <default>true</default>
0079     </entry>
0080   </group>
0081 
0082   <group name="Actions">
0083     <entry name="StripWhiteSpace" type="Bool">
0084       <label>Trim whitespace from selection</label>
0085       <default>true</default>
0086       <whatsthis>Remove any whitespace from the start and end of selected text, before performing an action. For example, this ensures that a URL pasted in a browser is interpreted as expected. The text saved on the clipboard is not affected.</whatsthis>
0087     </entry>
0088     <entry name="ReplayActionInHistory" type="Bool">
0089       <label>For an item chosen from history</label>
0090       <default>false</default>
0091       <tooltip>Show the popup menu of applicable actions if an entry is chosen from the clipboard history.</tooltip>
0092     </entry>
0093     <entry name="EnableMagicMimeActions" type="Bool">
0094       <label>Include MIME actions</label>
0095       <default>true</default>
0096       <whatsthis>If a file name or URL is selected, include applications that can accept its MIME type in the popup menu.</whatsthis>
0097     </entry>
0098   </group>
0099 
0100 </kcfg>