Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
panel-plugins:clipman:start [2013/03/22 08:58] – created mikepanel-plugins:clipman:start [2019/11/11 12:40] kevinbowen
Line 13: Line 13:
 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). 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).
  
-//**Clipman**// 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.+//**Clipman**// handles only the default clipboard, but optionally 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.
  
 ==== Getting Started ==== ==== Getting Started ====
Line 46: Line 46:
  
 <figure "Clipman Settings (General)"> <figure "Clipman Settings (General)">
-{{:extra:clipman:clipman-settings-general.png?nolink&|}}+{{:panel-plugins:clipman:clipman-settings-general.png?nolink&|}}
  
 Settings dialog with the General tab Settings dialog with the General tab
Line 59: Line 59:
  
 <figure "Clipman Settings (Actions)"> <figure "Clipman Settings (Actions)">
-{{:extra:clipman:clipman-settings-actions.png?nolink&|}}+{{:panel-plugins:clipman:clipman-settings-actions.png?nolink&|}}
  
 Settings dialog with the Actions tab Settings dialog with the Actions tab
Line 71: Line 71:
  
 <figure "Action Dialog"> <figure "Action Dialog">
-{{:extra:clipman:clipman-action-dialog.png?nolink&|}}+{{:panel-plugins:clipman:clipman-action-dialog.png?nolink&|}}
  
 Settings dialog showing the Action Dialog when creating or editing an action Settings dialog showing the Action Dialog when creating or editing an action
Line 104: Line 104:
 For example, from the simple pattern "''bug #(123)''" it is possible to use "''\0''" for the text "''bug #123''" and "''\1''" for the text "''123''". With the command "''<nowiki>exo-open http://host/\1</nowiki>''", the real executed command would be "''<nowiki>exo-open http://host/123</nowiki>''". For example, from the simple pattern "''bug #(123)''" it is possible to use "''\0''" for the text "''bug #123''" and "''\1''" for the text "''123''". With the command "''<nowiki>exo-open http://host/\1</nowiki>''", the real executed command would be "''<nowiki>exo-open http://host/123</nowiki>''".
  
 +=== Tweaks Dialog ===
 +
 +<figure "Tweaks Dialog">
 +{{:panel-plugins:clipman:clipman-settings-tweaks.png?nolink&|}}
 +
 +Settings dialog showing the Tweaks dialog
 +</figure>
 ==== Xfconf ==== ==== Xfconf ====
  
Line 140: Line 147:
 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. 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.
  
 +[[|Back To Top]]
 +----
 +[[ :xfce:xfce4-panel:start:|Return to Main Xfce4-panel page]]