Tabcomplete » History » Version 26
Per Amundsen, 03/26/2021 08:11 PM
1 | 1 | Per Amundsen | h1. Tabcomplete |
---|---|---|---|
2 | |||
3 | 23 | Per Amundsen | You can use the %(key)TAB% key in the [[Editbox Control|Editbox]] (and in various popup dialogs like [[$?]] [[$input]] to complete various words) |
4 | 1 | Per Amundsen | |
5 | 26 | Per Amundsen | _See also [[Options Dialog|Options]] -> [[Editbox_Options|Editbox]] for various tabcomplete options including disabling it._ |
6 | |||
7 | 21 | Per Amundsen | table(#keys). |
8 | |%(key)TAB% | Completes and cycles all channel nicks, if current window is a query window, the nick of the query is used.| |
||
9 | 25 | Per Amundsen | |/ %(key)TAB% | Completes a [[Scripting Commands|/command]] including aliases from remote scripts/aliases.| |
10 | 21 | Per Amundsen | |<notextile>nick</notextile> %(key)TAB% | Completes channel nicks, query nick or your own nick.| |
11 | |<notextile>$</notextile> %(key)TAB% | Evaluates a identifier, eg. [[$me]] %(key)TAB% [[$chan]] %(key)TAB%.| |
||
12 | |<notextile>%</notextile> %(key)TAB% | Evaluates a global variable.| |
||
13 | |<notextile>#</notextile> %(key)TAB% | Completes and cycles all joined channel names (and any channels in your [[Serverlist Dialog|Serverlist]] for the current server), if current window is a channel, the channel name is completed first.| |
||
14 | |<notextile>#chan</notextile> %(key)TAB% | Completes a joined channel name.| |
||
15 | |<notextile><@|%|+>nick</notextile> %(key)TAB% | Completes channel nicks matching the channel prefix and/or nick. (Based on channel prefix received by the server, e.g @+)| |