You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: chm_files/clipjumpcontroller.html
+40-32
Original file line number
Diff line number
Diff line change
@@ -6,32 +6,39 @@
6
6
</head>
7
7
8
8
<body>
9
-
<h1>Clipjump Controller v0.4</h1>
10
-
Control Clipjump completely<br/><br/>
11
-
Clipjump Controller is a small-standalone application to control Clipjump.<br/>
12
-
It can control all aspects of Clipjump, even Clipjump's Clipboard Monitoring.
13
-
The program is meant for <strongclass="super">Clipjump 7.0 or above.</strong><br/>
14
-
<br/>
15
-
There are 2 modes in which the app can be used --<br/>
16
-
<ul>
17
-
<li>Command-line Mode<br/>
18
-
<dd>You can call ClipjumpControl.exe as <codeclass=syntax> clipjumpcontrol.exe <\switch></code> to perform desired action.<br/>
19
-
</dd>
9
+
<h1>Clipjump Controller v0.45</h1>
10
+
Control Clipjump completely<br/><br/>
11
+
From Clipjump v10.7.5, Clipjump Controller is made available as an <ahref=docs\plugins\basics.html#class_ext>external</a><ahref=docs\plugins\index.html>plugin</a>. <br>
12
+
The <ahref=#exe>older standalone version</a> is still available.<br><br>
13
+
14
+
Clipjump Controller is a standalone plugin/application to control Clipjump.<br/>
15
+
It can control all aspects of Clipjump, even Clipjump's Clipboard Monitoring.
16
+
<br/><br>
17
+
18
+
There are 2 modes in which this plugin/application can be used --<br/>
19
+
<ul>
20
+
<li>Command-line Mode<br/>
21
+
<dd>To run Controller plugin from commandline, you can use <codeclass=syntax>Clipjump.exe "plugins\external.controller.ahk" "parameter"</code> to perform desired action.
22
+
<br>To run ClipjumpControl.exe (the standalone version), you can use <codeclass=syntax>clipjumpcontrol.exe "parameter"</code><br/>
23
+
</dd>
24
+
25
+
<li>GUI Mode<br/>
26
+
<dd>You can simply run Controller plugin from Plugin Manager or like <codeclass=syntax>Clipjump.exe "plugins\external.controller.ahk"</code> to open the GUI.
27
+
Thus running Controller without parameter opens its GUI. <br>
28
+
There you will get the whole set of options to control Clipjump.<br/>
29
+
</dd>
30
+
</ul>
31
+
<br/><br/>
20
32
21
-
<li>GUI Mode<br/>
22
-
<dd>You can simply run ClipjumpControl.exe to access the GUI. There you will get the whole set of options to control Clipjump.<br/>
23
-
</dd>
24
-
</ul>
25
-
<br/><br/>
26
33
<h2>The Options</h2>
27
34
There are 3 ways to control Clipjump --<br/>
28
35
<ol>
29
36
<li>Selective Disable<br/>
30
37
<dd>As the title is, this will disable only the selected compenents of Clipjump and leave all other un-touched.<br/>
31
-
When you run ClipjumpControl.exe , you will see a GUI which will display all the components that can be disabled along with their codes.<br>
38
+
When you run Controller plugin without any parameters , you will see a GUI which will display all the components that can be disabled along with their codes.<br>
32
39
To disable multiple components through the GUI , select them and click OK . The Status Bar will display their summed code .
33
40
To access this mode from the commandline, sum up the required codes and send it as the primary switch .<br/>
34
-
Code - <code>clipjumpcontrol.exe sum</code> where 'sum' is the summed up code.</dd>
41
+
Code - <code>Clipjump.exe "plugins\external.controller.ahk" sum</code> OR <code>clipjumpcontrol.exe sum</code> where 'sum' is the summed up code.</dd>
35
42
<br>
36
43
Codes for disabling various functions are given below -
37
44
<pre> Clipboard Monitoring - 2
@@ -44,23 +51,24 @@ <h2>The Options</h2>
44
51
One Time Stop shortcut - 256</pre>
45
52
<br><br>
46
53
47
-
<li>Total Disable<br/>
54
+
<li>Total Disable<br/>
48
55
<dd>This will disable all functionalities of Clipjump and it's code (1048576) will be constant for future versions of Clipjump<br/>
49
56
It's switch is <codeclass="Syntax">1048576</code><br/>
Copy file name to clipboardexpand all lines: chm_files/docs/basic_help.html
+24-17
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,7 @@ <h3><a name=spm>Search in Paste mode</a></h3>
189
189
<i>[v10.6+]</i> Press F to activate the Search feature in Paste mode. A box should come above the tip.<br>
190
190
From here, you can search for specific text among all the clips in all the channels. Here are the key points-
191
191
<ul>
192
-
<li>When Search box is active, leave Ctrl and type your query . Don't worry paste will not be invoked.
192
+
<li>When Search box is active, leave Ctrl and type your query . Don't worry, paste will not be invoked.
193
193
<li>As you type, you will see the tip jump to the first matched point. First it searches the currently active channel and then goes in ascending order to the next channels. Use Up and down to move Up and down the results
194
194
<li>Use Enter to paste if your result is in the underlying tip.
Copy file name to clipboardexpand all lines: chm_files/docs/channels.html
+3-2
Original file line number
Diff line number
Diff line change
@@ -56,15 +56,16 @@ <h2><a name=chnljumps>Changing Channels in Paste Mode</a></h2>
56
56
<br><br><br>
57
57
58
58
<h2><aname=uses>Ideas on using</a></h2>
59
-
One of the best uses of Clipjump Channels is using it as a top 10 repository for storing frequently used items. As said above , you can copy and thus save your signatures , blog links and avatar images in a channel and quickle access them when needed.
59
+
One of the best uses of Clipjump Channels is using it as a top 10 repository for storing frequently used items. As said above , you can copy and thus save your signatures , blog links and avatar images in a channel and quickle access them when needed.<br>
60
+
See Also: <ahref=#protected>Protected Channels</a>
60
61
<br><br/><br/>
61
62
62
63
<h2><aname=pit>The "Pit" Channel</a></h2>
63
64
The <code>Pit</code> channel is a reserved channel NAME with automatic Incognito feature. When a channel is named as <code>Pit</code>, the channel does not transfer
64
65
it's clips to the Clipjump History thus creating a false <i>INCOGNITO MODE</i> situation. Note that when a channel named <code>Pit</code> is active, the INCOGNITO mode
65
66
is physically not turned ON and so you don't see the Clipjump's tray icon being grayed out.<br>
66
67
The "Pit" channel can be <b>quickly</b> used to capture <i>junk</i> or <i>confidential</i> data to Clipjump and then delete them all at once with the Delete ALL mode
Right Click on an item in the Clipboard History list to view more options like Export Clip, Edit Clip and Delete Clip(s).
53
53
<br><br>
54
54
<strongclass=super><aname=editclip>Edit Clip</a></strong> - With the Edit Clip option option, you can edit any clip with the
55
-
<ahref=basic_help.html#default_editor>default Editor</a>. When the editor window shows up, you can make any changes and save the file. The clip will be reloaded in the
56
-
History List once you have closed the editor.
55
+
<ahref=basic_help.html#default_editor>default Editor</a> or the default Image Editor.
56
+
When the editor window shows up, you can make any changes and save the file. The clip will be reloaded in the History List once you have closed the editor.<br>
57
+
Note that this option works for images too.
57
58
<br><br><br>
58
59
59
60
<aname=dis_his><strongclass=super>Disabling the History tool</strong></a> - Change the <code>Number of days to keep items in History</code> setting to 0 to permanently
0 commit comments