[Xfce4-commits] <docs:master> Add xfce4-clipman-plugin help pages.
Mike Massonnet
noreply at xfce.org
Mon Oct 31 17:26:02 CET 2011
Updating branch refs/heads/master
to ee7667ea7fe8bd47d4d44b84f4586fcc643ed283 (commit)
from dc471645baa766997318e831a77ea4d7591616ad (commit)
commit ee7667ea7fe8bd47d4d44b84f4586fcc643ed283
Author: Mike Massonnet <mmassonnet at xfce.org>
Date: Mon Oct 31 17:24:42 2011 +0100
Add xfce4-clipman-plugin help pages.
help/xfce4-clipman-plugin/C/index.html | 400 ++++++++++++++++++++
.../C/media/clipman-action-dialog.png | Bin 0 -> 40622 bytes
help/xfce4-clipman-plugin/C/media/clipman-menu.png | Bin 0 -> 24203 bytes
.../C/media/clipman-settings-actions.png | Bin 0 -> 26306 bytes
.../C/media/clipman-settings-general.png | Bin 0 -> 26946 bytes
.../C/media/clipman-settings-tweaks.png | Bin 0 -> 26334 bytes
.../index.css} | 0
7 files changed, 400 insertions(+), 0 deletions(-)
diff --git a/help/xfce4-clipman-plugin/C/index.html b/help/xfce4-clipman-plugin/C/index.html
new file mode 100644
index 0000000..b72cead
--- /dev/null
+++ b/help/xfce4-clipman-plugin/C/index.html
@@ -0,0 +1,400 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html xmlns:str="http://exslt.org/strings">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Clipman</title>
+<link rel="stylesheet" type="text/css" href="../index.css">
+</head>
+<body class="">
+<div class="headbar"></div>
+<div class="body">
+<div xmlns:mal="http://projectmallard.org/1.0/" xmlns:exsl="http://exslt.org/common" class="header">
+<h1 class="title">Clipman</h1>
+<p class="p">This manual describes <span class="app">Clipman</span> version 1.2.1.
+ </p>
+<p>Last edited: 2011-10-29.
+ </p>
+<p class="p">
+ Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free
+ Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with
+ no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. The complete license text
+ is available from the <span xmlns:e="http://projectmallard.org/experimental/" class=" link"><a href="http://www.fsf.org/" title="http://www.fsf.org/">Free Software Foundation</a></span>.
+ </p>
+</div>
+<div xmlns:mal="http://projectmallard.org/1.0/" xmlns:exsl="http://exslt.org/common" class="section toc">
+<h2 class="title">Table of Contents</h2>
+<ol>
+<li>
+<p><a href="#introduction">Introduction</a></p>
+<ul><li><p><a href="#anatomy-of-a-clipboard">Anatomy of a Clipboard</a></p></li></ul>
+</li>
+<li>
+<p><a href="#starting-clipman">Starting Clipman</a></p>
+<ul><li><p><a href="#popup-command">Popup Command</a></p></li></ul>
+</li>
+<li>
+<p><a href="#settings-dialog">Settings Dialog</a></p>
+<ul><li><p><a href="#settings-general">General Settings</a></p></li></ul>
+<ul><li><p><a href="#settings-actions">Actions Settings</a></p></li></ul>
+<ul><li><p><a href="#tweaks">Tweaks</a></p></li></ul>
+<ul><li><p><a href="#settings-xfconf">Xfconf</a></p></li></ul>
+</li>
+<li><p><a href="#support">Support</a></p></li>
+<li><p><a href="#about">About Clipman</a></p></li>
+</ol>
+</div>
+<div class="section" id="introduction">
+<div class="header"><h2 class="title">Introduction</h2></div>
+<div class="contents"><p class="p first-child">
+ <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span> is a clipboard manager for <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Xfce</span>. It keeps the clipboard contents
+ around while it is usually lost when you close an application. It is able
+ to handle text and images, and has a feature to execute actions on specific
+ text by matching them against regular expressions.
+ </p></div>
+<div class="section" id="anatomy-of-a-clipboard">
+<div class="header"><h3 class="title">Anatomy of a Clipboard</h3></div>
+<div class="contents">
+<p class="p first-child">
+ In X11 (all Unix platforms) there are by default two clipboards to exchange
+ any data between the windows. A default clipboard which is modified by
+ manual copies (for instance when you select a file and press the copy
+ button), and there is a primary clipboard which is modified by selections
+ (for instance when you select text in a field).
+ </p>
+<p class="p">
+ <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span> handles only the default clipboard, but optionnaly it can also notice
+ the selections. When it is handling the selections, the default clipboard will
+ always be synced with it and contain the same data. By this meaning you can
+ paste with the keyboard what you select on screen.
+ </p>
+</div>
+</div>
+</div>
+<div class="section" id="starting-clipman">
+<div class="header"><h2 class="title">Starting Clipman</h2></div>
+<div class="contents">
+<p class="p first-child">
+ <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span> is used to keep in history a list of clipboard contents and to restore
+ them. The history is displayed in a menu by clicking on the main icon. Within
+ the menu it is possible to restore a text and to clear the history.
+ </p>
+<div class="figure">
+<div class="title title-figure">Clipman menu with the history</div>
+<div class="figure-contents"><div class="media media-image first-child"><img src="media/clipman-menu.png" alt=""></div></div>
+<div class="desc desc-figure">Shows the menu that popups when clicking the Clipman icon in the Xfce Panel or the notification area</div>
+</div>
+<p class="p">
+ There are two ways to run <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span>. You can select <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span> in the applications menu under the category
+ Utility or type <span xmlns:e="http://projectmallard.org/experimental/" class=" cmd">xfce4-clipman</span> on the command-line, or you can add it into your panel.
+ To add a new item in the panel right click the panel and select <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Add new item...</span>.
+ </p>
+</div>
+<div class="section" id="popup-command">
+<div class="header"><h3 class="title">Popup Command</h3></div>
+<div class="contents"><p class="p first-child">
+ <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span> provides the command-line tool <span xmlns:e="http://projectmallard.org/experimental/" class=" cmd">xfce4-popup-clipman</span>. When called it
+ popups the main menu. The command is practical for the <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Application Shortcuts</span>
+ available at <span xmlns:e="http://projectmallard.org/experimental/" class=" guiseq"><span class=" gui">Xfce Menu</span> ▸ <span class=" gui">Settings</span> ▸ <span class=" gui">Keyboard</span></span>.
+ </p></div>
+</div>
+</div>
+<div class="section" id="settings-dialog">
+<div class="header"><h2 class="title">Settings Dialog</h2></div>
+<div class="contents"><p class="p first-child">
+ The settings dialog is available under the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Properties</span> item in the right click context menu on
+ the main icon. It allows to tweak the history and to edit actions.
+ </p></div>
+<div class="section" id="settings-general">
+<div class="header"><h3 class="title">General Settings</h3></div>
+<div class="contents">
+<p class="p first-child">
+ The following list describes the available options in the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">General</span> tab of the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Settings</span> dialog.
+ </p>
+<div class="terms">
+<div class="title title-terms">List of available General settings</div>
+<div class="terms-contents"><dl class="terms">
+<dt class="item-terms first-child">Sync selections</dt>
+<dd class="item-terms"><p class="p first-child">Sync the primary clipboard with the default clipboard in a way that it is possible to paste
+ what gets selected.</p></dd>
+<dt class="item-terms">Save on quit</dt>
+<dd class="item-terms"><p class="p first-child">Keeps the history at every new session.</p></dd>
+<dt class="item-terms">Store last copied image</dt>
+<dd class="item-terms"><p class="p first-child">Allows to store one image in the history.</p></dd>
+<dt class="item-terms">Ignore selections</dt>
+<dd class="item-terms"><p class="p first-child">Prevents the primary clipboard from being inserted in the history.</p></dd>
+<dt class="item-terms">Size of the history</dt>
+<dd class="item-terms"><p class="p first-child">Sets the number of items to keep in history.</p></dd>
+</dl></div>
+</div>
+<div class="figure">
+<div class="title title-figure">General Settings</div>
+<div class="figure-contents"><div class="media media-image first-child"><img src="media/clipman-settings-general.png" alt=""></div></div>
+<div class="desc desc-figure">Settings dialog with the General tab</div>
+</div>
+</div>
+</div>
+<div class="section" id="settings-actions">
+<div class="header"><h3 class="title">Actions Settings</h3></div>
+<div class="contents">
+<p class="p first-child">
+ An action is a pair of a name and a regular expression. Each action can have one or more commands. The
+ support of actions is optional and can be enabled or disabled through the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Enable actions</span> option.
+ </p>
+<p class="p">
+ To add an action click the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Add</span> icon, to edit an action select the action and click the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Edit</span> icon or double click
+ the action, and to remove an action select an action and click the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Delete</span> icon. By adding or editing an action a
+ new dialog is opened.
+ </p>
+<p class="p">
+ To learn more about actions go to <span xmlns:e="http://projectmallard.org/experimental/" class=" link"><a href="#action-dialog" title=""></a></span>.
+ </p>
+<div class="figure">
+<div class="title title-figure">Actions Settings</div>
+<div class="figure-contents"><div class="media media-image first-child"><img src="media/clipman-settings-actions.png" alt=""></div></div>
+<div class="desc desc-figure">Settings dialog with the Actions tab</div>
+</div>
+</div>
+<div class="section" id="actions-dialog">
+<div class="header"><h4 class="title">Action Dialog</h4></div>
+<div class="contents">
+<p class="p first-child">
+ An action has a human readable name that describes the pattern it is going to match. An action must have at
+ least one command which also has a human readable name. The matched text can be reused in the command.
+ </p>
+<p class="p">
+ The actions are always matched against text selections unless specified otherwise. When the box <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Activate only
+ on manual copy</span> is checked, the action will be matched from the default clipboard (e.g. with <span xmlns:e="http://projectmallard.org/experimental/" class=" keyseq"><span class=" key">Ctrl</span>+<span class=" key">C</span></span>).
+ </p>
+<div class="figure">
+<div class="title title-figure">Action Dialog</div>
+<div class="figure-contents"><div class="media media-image first-child"><img src="media/clipman-action-dialog.png" alt=""></div></div>
+<div class="desc desc-figure">Settings dialog showing the Action Dialog when creating or editing an action</div>
+</div>
+</div>
+<div class="section" id="action-dialog-regex">
+<div class="header"><h5 class="title">Regular Expression</h5></div>
+<div class="contents">
+<p class="p first-child">
+ Basic special characters: "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">.?+*(|)[]\</span>".
+ </p>
+<div class="list"><div class="list-contents"><ul class="list">
+<li class="item-list first-child"><p class="p first-child">"<span xmlns:e="http://projectmallard.org/experimental/" class=" input">.</span>": represents a single character.</p></li>
+<li class="item-list"><p class="p first-child">"<span xmlns:e="http://projectmallard.org/experimental/" class=" input">?+*</span>": respectively means zero or one character, one or more
+ characters, and zero or more characters.</p></li>
+<li class="item-list"><p class="p first-child">"<span xmlns:e="http://projectmallard.org/experimental/" class=" input">(|)</span>": used for grouping and substitution, the vertical bar is
+ used as an OR operation.</p></li>
+<li class="item-list"><p class="p first-child">"<span xmlns:e="http://projectmallard.org/experimental/" class=" input">[^]</span>": used to match a character from a set of characters and
+ special characters, the circumflex is used at the start as a negation.</p></li>
+<li class="item-list"><p class="p first-child">"<span xmlns:e="http://projectmallard.org/experimental/" class=" input">\</span>": escapes a special character.</p></li>
+</ul></div></div>
+<p class="p">
+ Basic alphanumeric character class: "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">A-Za-z0-9</span>". Character classes
+ are used within square brackets to represent a set of characters.
+ </p>
+<div class="list">
+<div class="title title-list">Regular Expression Examples</div>
+<div class="list-contents"><ul class="list">
+<li class="item-list first-child"><p class="p first-child">"<span xmlns:e="http://projectmallard.org/experimental/" class=" input">bug ?#?[0-9]+</span>": text "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">bug</span>", zero or one
+ space, zero or one sharp character, and one or more numbers.</p></li>
+<li class="item-list"><p class="p first-child">"<span xmlns:e="http://projectmallard.org/experimental/" class=" input">(http|ftp).+\.(jpg|png|gif)</span>": text
+ "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">http</span>" or "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">ftp</span>", one or more character, a point, and the text
+ "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">jpg</span>", "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">png</span>" or "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">gif</span>".</p></li>
+<li class="item-list"><p class="p first-child">"<span xmlns:e="http://projectmallard.org/experimental/" class=" input">http://.{120}[^ ]+</span>": text "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">http://</span>", 120
+ characters, and one or more characters except a space.</p></li>
+</ul></div>
+</div>
+<div class="list">
+<div class="title title-list">External Resources</div>
+<div class="list-contents"><ul class="list"><li class="item-list first-child"><p class="p first-child"><span xmlns:e="http://projectmallard.org/experimental/" class=" link"><a href="http://en.wikipedia.org/wiki/Regular_expression" title="http://en.wikipedia.org/wiki/Regular_expression">Wikipedia
+ article about regular expressions</a></span></p></li></ul></div>
+</div>
+</div>
+</div>
+<div class="section" id="action-dialog-commands">
+<div class="header"><h5 class="title">Commands</h5></div>
+<div class="contents">
+<p class="p first-child">
+ A command can reuse one or more substitutions from the regular expression. The substitutions are represented by
+ "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">\<number></span>" where <span xmlns:e="http://projectmallard.org/experimental/" class=" input"><number></span> corresponds to the
+ sub-pattern within parentheses or 0 for the complete text.
+ </p>
+<p class="p">
+ For example, from the simple pattern "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">bug #(123)</span>" it is possible
+ to use "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">\0</span>" for the text "<span xmlns:e="http://projectmallard.org/experimental/" class=" output">bug #123</span>" and "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">\1</span>"
+ for the text "<span xmlns:e="http://projectmallard.org/experimental/" class=" output">123</span>". With the command "<span xmlns:e="http://projectmallard.org/experimental/" class=" input">exo-open http://host/\1</span>",
+ the real executed command would be "<span xmlns:e="http://projectmallard.org/experimental/" class=" output">exo-open http://host/123</span>".
+ </p>
+</div>
+</div>
+</div>
+</div>
+<div class="section" id="tweaks">
+<div class="header"><h3 class="title">Tweaks</h3></div>
+<div class="contents">
+<p class="p first-child">
+ The following list describes the available options in the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Tweaks</span> tab of the <span xmlns:e="http://projectmallard.org/experimental/" class=" gui">Settings</span> dialog.
+ </p>
+<div class="terms">
+<div class="title title-terms">List of available Tweaks</div>
+<div class="terms-contents"><dl class="terms">
+<dt class="item-terms first-child">Paste instantly</dt>
+<dd class="item-terms"><p class="p first-child">Automatically paste a selected item from the history to the current focused window.</p></dd>
+<dt class="item-terms">Position menu at mouse pointer</dt>
+<dd class="item-terms"><p class="p first-child">Popup the menu at the mouse pointer position, only for the xfce4-popup-clipman command.</p></dd>
+<dt class="item-terms">Reorder history items</dt>
+<dd class="item-terms"><p class="p first-child">Push last copied text to the top of the history, useful to reorder old items.</p></dd>
+<dt class="item-terms">Reverse history order</dt>
+<dd class="item-terms"><p class="p first-child">Reverse order of the history shown in the menu.</p></dd>
+<dt class="item-terms">Skip actions by holding Control</dt>
+<dd class="item-terms"><p class="p first-child">When the selection is done (mouse or keyboard) and the Control key is still pressed down, the
+ popup menu for matched actions will be skipped.</p></dd>
+</dl></div>
+</div>
+<div class="figure">
+<div class="title title-figure">Tweaks</div>
+<div class="figure-contents"><div class="media media-image first-child"><img src="media/clipman-settings-tweaks.png" alt=""></div></div>
+<div class="desc desc-figure">Settings dialog with the Tweaks tab</div>
+</div>
+</div>
+</div>
+<div class="section" id="settings-xfconf">
+<div class="header"><h3 class="title">Xfconf</h3></div>
+<div class="contents">
+<p class="p first-child">
+ <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span> uses <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Xfconf</span> to store its settings. That allows you to change the settings with the tool
+ <span xmlns:e="http://projectmallard.org/experimental/" class=" cmd">xfconf-query</span> or <span xmlns:e="http://projectmallard.org/experimental/" class=" cmd">xfce4-settings-editor</span>. The channel where <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span> stores its settings is
+ <span xmlns:e="http://projectmallard.org/experimental/" class=" sys">xfce4-panel</span> and the base property is <span xmlns:e="http://projectmallard.org/experimental/" class=" sys">/plugins/clipman</span>. The following
+ table lists all the properties with their possible values.
+ </p>
+<div class="table">
+<div class="title title-table">Xfconf Properties</div>
+<div class="desc desc-table">Description of all Xfconf properties with their possible values</div>
+<table class="table" style="border-style: solid;">
+<thead><tr>
+<td><p class="p first-child">Property</p></td>
+<td style="border-left-style: solid;"><p class="p first-child">Type</p></td>
+<td style="border-left-style: solid;"><p class="p first-child">Default</p></td>
+<td style="border-left-style: solid;"><p class="p first-child">Values</p></td>
+</tr></thead>
+<tbody>
+<tr>
+<td style="border-top-style: solid;background-color: #eeeeec;"><p class="p first-child">/settings/add-primary-clipboard</p></td>
+<td style="border-top-style: solid;border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">bool</p></td>
+<td style="border-top-style: solid;border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">false</p></td>
+<td style="border-top-style: solid;border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">true or false to sync the primary clipboard with the default clipboard</p></td>
+</tr>
+<tr>
+<td><p class="p first-child">/settings/enable-actions</p></td>
+<td style="border-left-style: solid;"><p class="p first-child">bool</p></td>
+<td style="border-left-style: solid;"><p class="p first-child">false</p></td>
+<td style="border-left-style: solid;"><p class="p first-child">true or false to enable actions</p></td>
+</tr>
+<tr>
+<td style="background-color: #eeeeec;"><p class="p first-child">/settings/history-ignore-primary-clipboard</p></td>
+<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">bool</p></td>
+<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">false</p></td>
+<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">true or false to exclude the primary clipboard from the history</p></td>
+</tr>
+<tr>
+<td><p class="p first-child">/settings/max-images-in-history</p></td>
+<td style="border-left-style: solid;"><p class="p first-child">uint</p></td>
+<td style="border-left-style: solid;"><p class="p first-child">0</p></td>
+<td style="border-left-style: solid;"><p class="p first-child">0-5 number of images in history</p></td>
+</tr>
+<tr>
+<td style="background-color: #eeeeec;"><p class="p first-child">/settings/max-texts-in-history</p></td>
+<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">uint</p></td>
+<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">10</p></td>
+<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">5-100 number of texts in history</p></td>
+</tr>
+<tr>
+<td><p class="p first-child">/settings/save-on-quit</p></td>
+<td style="border-left-style: solid;"><p class="p first-child">bool</p></td>
+<td style="border-left-style: solid;"><p class="p first-child">true</p></td>
+<td style="border-left-style: solid;"><p class="p first-child">true or false to restore the history at every new session</p></td>
+</tr>
+<tr>
+<td style="background-color: #eeeeec;"><p class="p first-child">/tweaks/inhibit</p></td>
+<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">bool</p></td>
+<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">false</p></td>
+<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">true or false to disable the collector</p></td>
+</tr>
+<tr>
+<td><p class="p first-child">/tweaks/paste-on-activate</p></td>
+<td style="border-left-style: solid;"><p class="p first-child">uint</p></td>
+<td style="border-left-style: solid;"><p class="p first-child">0</p></td>
+<td style="border-left-style: solid;"><p class="p first-child">0 to disable, 1 to paste with Ctrl+V, or 2 to paste with Shift+Insert as soon as an item is selected from the history</p></td>
+</tr>
+<tr>
+<td style="background-color: #eeeeec;"><p class="p first-child">/tweaks/popup-at-pointer</p></td>
+<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">bool</p></td>
+<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">false</p></td>
+<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">true or false to popup the Clipman menu at the mouse pointer position, works only when called from the xfce4-popup-clipman command</p></td>
+</tr>
+<tr>
+<td><p class="p first-child">/tweaks/reorder-items</p></td>
+<td style="border-left-style: solid;"><p class="p first-child">bool</p></td>
+<td style="border-left-style: solid;"><p class="p first-child">true</p></td>
+<td style="border-left-style: solid;"><p class="p first-child">true or false to push the last copied text to the top of the history, useful to reorder old items</p></td>
+</tr>
+<tr>
+<td style="background-color: #eeeeec;"><p class="p first-child">/tweaks/reverse-menu-order</p></td>
+<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">bool</p></td>
+<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">false</p></td>
+<td style="border-left-style: solid;background-color: #eeeeec;"><p class="p first-child">true or false to display the history in the reverse order</p></td>
+</tr>
+<tr>
+<td><p class="p first-child">/tweaks/skip-action-on-key-down</p></td>
+<td style="border-left-style: solid;"><p class="p first-child">bool</p></td>
+<td style="border-left-style: solid;"><p class="p first-child">false</p></td>
+<td style="border-left-style: solid;"><p class="p first-child">true or false to skip the actions popup menu when the Control key is hold down at the end of the selection</p></td>
+</tr>
+</tbody>
+</table>
+</div>
+<p class="p">
+ To change a setting from a terminal type the following command-line:
+ </p>
+<p class="p">
+ <span xmlns:e="http://projectmallard.org/experimental/" class=" cmd">xfconf-query -c xfce4-panel -p /plugins/clipman/<span class=" var">property</span> -s <span class=" var">value</span></span>
+ </p>
+</div>
+</div>
+</div>
+<div class="section" id="support">
+<div class="header"><h2 class="title">Support</h2></div>
+<div class="contents"><p class="p first-child">
+ To report a bug or a feature request use the bug tracking system at <span xmlns:e="http://projectmallard.org/experimental/" class=" link"><a href="http://bugzilla.xfce.org/" title="http://bugzilla.xfce.org/">bugzilla.xfce.org</a></span>.
+ If you have questions about the use of this software, please ask on the <span xmlns:e="http://projectmallard.org/experimental/" class=" link">Xfce
+ mailing list</span>, or point your IRC client to <span xmlns:e="http://projectmallard.org/experimental/" class=" sys">irc.freenode.net</span> and join the channel <span xmlns:e="http://projectmallard.org/experimental/" class=" sys">#xfce</span> and ask
+ for help.
+ </p></div>
+</div>
+<div class="section" id="about">
+<div class="header"><h2 class="title">About Clipman</h2></div>
+<div class="contents">
+<p class="p first-child">
+ <span xmlns:e="http://projectmallard.org/experimental/" class=" app">Clipman</span> was written by Eduard Roccatello and then maintained by Nick Schermer, and nowadays it is written by
+ Mike Massonnet. Visit the <span xmlns:e="http://projectmallard.org/experimental/" class=" link"><a href="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin" title="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin"><span class=" app">Clipman</span>
+ Website</a></span>.
+ </p>
+<p class="p">
+ This documentation was written by Mike Massonnet (mmassonnet at xfce.com). Please send all your comments and
+ suggestions regarding this manual.
+
+ </p>
+<p class="p">
+ This software is distributed under the terms of the GNU General Public License as published
+ by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
+ </p>
+<p class="p">
+ You should have received a copy of the GNU General Public License along with this program;
+ if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA.
+ </p>
+</div>
+</div>
+</div>
+<div class="footbar"><div xmlns:mal="http://projectmallard.org/1.0/" xmlns:exsl="http://exslt.org/common" class="copyrights"><div class="copyright">
+ Copyright © 2009, 2011 Mike Massonnet</div></div></div>
+</body>
+</html>
diff --git a/help/xfce4-clipman-plugin/C/media/clipman-action-dialog.png b/help/xfce4-clipman-plugin/C/media/clipman-action-dialog.png
new file mode 100644
index 0000000..57af73e
Binary files /dev/null and b/help/xfce4-clipman-plugin/C/media/clipman-action-dialog.png differ
diff --git a/help/xfce4-clipman-plugin/C/media/clipman-menu.png b/help/xfce4-clipman-plugin/C/media/clipman-menu.png
new file mode 100644
index 0000000..86ad38c
Binary files /dev/null and b/help/xfce4-clipman-plugin/C/media/clipman-menu.png differ
diff --git a/help/xfce4-clipman-plugin/C/media/clipman-settings-actions.png b/help/xfce4-clipman-plugin/C/media/clipman-settings-actions.png
new file mode 100644
index 0000000..89b1f78
Binary files /dev/null and b/help/xfce4-clipman-plugin/C/media/clipman-settings-actions.png differ
diff --git a/help/xfce4-clipman-plugin/C/media/clipman-settings-general.png b/help/xfce4-clipman-plugin/C/media/clipman-settings-general.png
new file mode 100644
index 0000000..2a0cd0b
Binary files /dev/null and b/help/xfce4-clipman-plugin/C/media/clipman-settings-general.png differ
diff --git a/help/xfce4-clipman-plugin/C/media/clipman-settings-tweaks.png b/help/xfce4-clipman-plugin/C/media/clipman-settings-tweaks.png
new file mode 100644
index 0000000..59b73a4
Binary files /dev/null and b/help/xfce4-clipman-plugin/C/media/clipman-settings-tweaks.png differ
diff --git a/help/xfce4-panel/xfce4-panel.css b/help/xfce4-clipman-plugin/index.css
similarity index 100%
copy from help/xfce4-panel/xfce4-panel.css
copy to help/xfce4-clipman-plugin/index.css
More information about the Xfce4-commits
mailing list