1eiskaltdcpp-qt(1) General Commands Manual eiskaltdcpp-qt(1)
2
3
4
6 EiskaltDC++_Qt - GUI based on Qt
7
9 eiskaltdcpp-qt <magnet link> <dchub://link> <adc(s)://link>
10 eiskaltdcpp-qt <Key>
11
13 EiskaltDC++ is a cross-platform program that uses the Direct Connect
14 and ADC protocols. It is compatible with DC++, AirDC++, FlylinkDC++ and
15 other DC clients. EiskaltDC++ also interoperates with all common DC hub
16 software.
17
19 A summary of options is included below.
20
21 -h, --help
22 display help and exit
23
24 -V, --version
25 output version information and exit
26
28 These are default keyboard shortcuts. You can change them in Prefer‐
29 ences dialog (Shorcuts tab).
30
31 Ctrl+O Open options window
32
33 Ctrl+L Open own filelist
34
35 Ctrl+E Refresh share
36
37 Ctrl+R Reconnect to hub
38
39 Ctrl+N Quick connect
40
41 Ctrl+H Favourite hubs
42
43 Ctrl+P Public hubs
44
45 Ctrl+U Favourite users
46
47 Ctrl+T Show/hide transfers widget
48
49 Ctrl+D Show/hide downloads queue widget
50
51 Ctrl+S Open search widget
52
53 Ctrl+F Show/hide find or filter frame
54
55 Ctrl+A Select all
56
57 Ctrl+W Close current widget
58
59 Ctrl+M Show/hide main menu
60
61 Ctrl+PageUp
62 Switch to the previous widget. Available only if widget panel is
63 used, not working in mode of sidebar.
64
65 Ctrl+PageDown
66 Switch to the next widget. Available only if widget panel is
67 used, not working in mode of sidebar.
68
69 Ctrl+Up
70 Switch to the previous string from history of sent messages in
71 chat for current session. Available only when input frame is
72 focused on.
73
74 Ctrl+Down
75 Switch to the next string from history of sent messages in chat
76 for current session. Available only when input frame is focused
77 on.
78
79 Ctrl++ Zoom in text in the chat
80
81 Ctrl+- Zoom out text in the chat
82
83 Ctrl+Mousewheel
84 Change font size in the chat
85
86 Alt+<0-9>
87 Go to one of the first ten widgets. Available only if widget
88 panel is used, not working in mode of sidebar.
89
90 Esc Hide find or filter frame. Also it close dialog window. Other‐
91 wise hide main window in tray (if tray icon is enabled)
92
93 Del Delete selected items. Now available in Download Queue widget.
94
96 /aspell on/off - enable/disable spell checking (only if program was
97 build with aspell support)
98 /alias <ALIAS_NAME>::<COMMAND> - make alias /ALIAS_NAME to /COMMAND
99 For example, command
100 /alias amarok::/sh /usr/share/eiskaltdcpp/examples/amr.en_US.sh
101 will create alias /amarok
102 /alias purge <ALIAS_NAME> - remove alias
103 /alias list - list all aliases
104 /away <message> - set away-mode on/off
105 /back - set away-mode off
106 /browse <nick> - browse user files
107 /clear - clear chat window
108 /kword add <keyword> - add user-defined keyword which will be high‐
109 lighted in the chat
110 /kword purge <keyword> - remove user-defined keyword
111 /kword list - full list of keywords which will be highlighted in the
112 chat
113 /magnet - default action with magnet (0-ask, 1-search, 2-download)
114 /close - close this hub
115 /fav - add this hub to favorites
116 /grant <nick> - grant extra slot to user
117 /help, /?, /h - show help
118 /info <nick> - show info about user
119 /ratio [show] - show ratio [send in chat]
120 /me - say a third person
121 /pm <nick> - begin private chat with user
122 /sh <command> - start command and redirect output to the chat
123 /luafile <file> - load Lua file
124 /lua <chunk> - execute Lua Chunk
125 /dcpps <param> [value] - set Core option param in value (without value
126 return current value of option)
127 New settings will be applied immediately and will be stored in con‐
128 fig
129 (i.e. ~/.config/eiskaltdc++/DCPlusPlus.xml) as well.
130 For example:
131 /dcpps MinimumSearchInterval 5 (specify minimal search interval to
132 5 seconds)
133 /ws <param> [value] - set GUI option param in value (without value
134 return current value of option)
135 New settings will be applied immediately and will be stored in con‐
136 fig
137 (i.e. ~/.config/eiskaltdc++/EiskaltDC++_Qt.conf) as well.
138 For example:
139 /ws chat-dbl-click-action <0-2> (double click)
140 /ws chat-mdl-click-action <0-2> (middle click)
141 (0 - insert nick into input widget, 1 - get file list, 2 - private
142 message)
143 /ws app-unit-base <1024 or 1000> (show kibibyte (KiB) or kilobyte
144 (KB), etc.)
145 /ws chat-timestamp <hh:mm:ss, hh:mm, hh and etc.> (set chat time‐
146 stamp)
147 /ws hubframe/chat-background-color <color> (set background color in
148 the chat, where <color> is in HTML format)
149 /ws hubframe/unreaden-draw-line <0-1> (0 - switch off, 1 - switch
150 on)
151 /ws hubframe/redirect-pm-to-main-chat <0-1> (see above)
152
154 /usr/share/eiskaltdcpp/qt
155 Directory with some resource files
156
157 ~/.config/eiskaltdc++/ or $XDG_CONFIG_HOME/eiskaltdc++/
158 Directory with configuration files
159
160 /usr/share/eiskaltdcpp/examples
161 Directory with examples of custom scripts (see /sh chat command)
162
164 This program was written by EiskaltDC++ developers (see file AUTHORS).
165 EiskaltDC++ homepage: https://github.com/eiskaltdcpp/eiskaltdcpp/
166
168 If you find a bug in EiskaltDC++ please report it here:
169 https://github.com/eiskaltdcpp/eiskaltdcpp/issues
170
171 This manual page was written by Boris Pek <tehnick-8@yandex.ru> for the
172 Debian project (and may be used by others).
173
174
175
176 28 Apr 2019 eiskaltdcpp-qt(1)