Mouse Options » History » Version 4
Per Amundsen, 02/15/2021 12:02 PM
1 | 1 | Per Amundsen | {{>toc}} |
---|---|---|---|
2 | |||
3 | h1. Mouse Options |
||
4 | |||
5 | _The commands is evaluated as a script._ |
||
6 | |||
7 | h2. Server |
||
8 | |||
9 | Sets the command to run when double-clicking in a server window. |
||
10 | |||
11 | h2. Private |
||
12 | |||
13 | Sets the command to run when double-clicking in a private window. |
||
14 | |||
15 | h2. Channel |
||
16 | |||
17 | Sets the command to run when double-clicking in a channel window. |
||
18 | |||
19 | h2. Nicklist |
||
20 | |||
21 | Sets the command to run when double-clicking a nick in the Nicklist. |
||
22 | |||
23 | h2. Notify list |
||
24 | |||
25 | Sets the command to run when double-clicking a nick in the Notify list. |
||
26 | |||
27 | h2. Message |
||
28 | |||
29 | Sets the command to run when double-clicking a nick in the text buffer. |
||
30 | 2 | Per Amundsen | |
31 | 3 | Per Amundsen | For Inserting nick into [[Editbox Control|Editbox]] when double-clicking: |
32 | 2 | Per Amundsen | |
33 | <pre> |
||
34 | /editbox -ai $$1 |
||
35 | </pre> |
||
36 | 4 | Per Amundsen | |
37 | h2. Drag/drop commands |
||
38 | |||
39 | Sets the command to run when drag/dropping specific file types into a window. |
||
40 | |||
41 | Separate option whether the %(key)SHIFT% was pressed during the drag/drop or not. |
||
42 | |||
43 | $1 contains the channel or private window name the file was dragged to. |
||
44 | $2- contains the filename that was dragged. |