diff options
author | Shubham Saini <shubham6405@pm.me> | 2020-06-11 12:52:20 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@pm.me> | 2020-06-11 12:52:20 +0000 |
commit | 3608b3a4e1cd2ac49f16651a654b6946020dfe08 (patch) | |
tree | c32168caaaab623698334dd34f92c6281f2f5010 /weechat/.weechat | |
parent | 8f3b2bd01acd3832ff7c59200fa9a12b73951f5b (diff) |
rewrite weechat
Diffstat (limited to 'weechat/.weechat')
-rw-r--r-- | weechat/.weechat/weechat.conf | 498 |
1 files changed, 277 insertions, 221 deletions
diff --git a/weechat/.weechat/weechat.conf b/weechat/.weechat/weechat.conf index e66a9bd..4a81c0e 100644 --- a/weechat/.weechat/weechat.conf +++ b/weechat/.weechat/weechat.conf | |||
@@ -34,7 +34,7 @@ buffer_search_case_sensitive = off | |||
34 | buffer_search_force_default = off | 34 | buffer_search_force_default = off |
35 | buffer_search_regex = off | 35 | buffer_search_regex = off |
36 | buffer_search_where = prefix_message | 36 | buffer_search_where = prefix_message |
37 | buffer_time_format = "%H:%M:%S" | 37 | buffer_time_format = "" |
38 | buffer_time_same = "" | 38 | buffer_time_same = "" |
39 | color_basic_force_bold = off | 39 | color_basic_force_bold = off |
40 | color_inactive_buffer = on | 40 | color_inactive_buffer = on |
@@ -45,7 +45,7 @@ color_inactive_time = off | |||
45 | color_inactive_window = on | 45 | color_inactive_window = on |
46 | color_nick_offline = off | 46 | color_nick_offline = off |
47 | color_pairs_auto_reset = 5 | 47 | color_pairs_auto_reset = 5 |
48 | color_real_white = off | 48 | color_real_white = on |
49 | command_chars = "" | 49 | command_chars = "" |
50 | command_incomplete = off | 50 | command_incomplete = off |
51 | confirm_quit = off | 51 | confirm_quit = off |
@@ -55,10 +55,10 @@ day_change_message_1date = "-- %a, %d %b %Y --" | |||
55 | day_change_message_2dates = "-- %%a, %%d %%b %%Y (%a, %d %b %Y) --" | 55 | day_change_message_2dates = "-- %%a, %%d %%b %%Y (%a, %d %b %Y) --" |
56 | eat_newline_glitch = off | 56 | eat_newline_glitch = off |
57 | emphasized_attributes = "" | 57 | emphasized_attributes = "" |
58 | highlight = "" | 58 | highlight = "NerdyPepper,nerdz,nerdy" |
59 | highlight_regex = "" | 59 | highlight_regex = "" |
60 | highlight_tags = "" | 60 | highlight_tags = "" |
61 | hotlist_add_conditions = "${away} || ${buffer.num_displayed} == 0 || ${info:relay_client_count,weechat,connected} > 0" | 61 | hotlist_add_conditions = "${away} || ${buffer} != ${window.buffer}" |
62 | hotlist_buffer_separator = ", " | 62 | hotlist_buffer_separator = ", " |
63 | hotlist_count_max = 2 | 63 | hotlist_count_max = 2 |
64 | hotlist_count_min_msg = 2 | 64 | hotlist_count_min_msg = 2 |
@@ -80,131 +80,131 @@ item_away_message = on | |||
80 | item_buffer_filter = "*" | 80 | item_buffer_filter = "*" |
81 | item_buffer_zoom = "!" | 81 | item_buffer_zoom = "!" |
82 | item_mouse_status = "M" | 82 | item_mouse_status = "M" |
83 | item_time_format = "%H:%M" | 83 | item_time_format = "%I.%M%p" |
84 | jump_current_to_previous_buffer = on | 84 | jump_current_to_previous_buffer = on |
85 | jump_previous_buffer_when_closing = on | 85 | jump_previous_buffer_when_closing = on |
86 | jump_smart_back_to_buffer = on | 86 | jump_smart_back_to_buffer = on |
87 | key_bind_safe = on | 87 | key_bind_safe = on |
88 | key_grab_delay = 800 | 88 | key_grab_delay = 800 |
89 | mouse = off | 89 | mouse = on |
90 | mouse_timer_delay = 100 | 90 | mouse_timer_delay = 100 |
91 | nick_color_force = "" | 91 | nick_color_force = "" |
92 | nick_color_hash = djb2 | 92 | nick_color_hash = djb2 |
93 | nick_color_hash_salt = "" | 93 | nick_color_hash_salt = "" |
94 | nick_color_stop_chars = "_|[" | 94 | nick_color_stop_chars = "_|[" |
95 | nick_prefix = "" | 95 | nick_prefix = " " |
96 | nick_suffix = "" | 96 | nick_suffix = "" |
97 | paste_auto_add_newline = on | 97 | paste_auto_add_newline = on |
98 | paste_bracketed = on | 98 | paste_bracketed = on |
99 | paste_bracketed_timer_delay = 10 | 99 | paste_bracketed_timer_delay = 10 |
100 | paste_max_lines = 1 | 100 | paste_max_lines = 3 |
101 | prefix_action = " *" | 101 | prefix_action = "· " |
102 | prefix_align = right | 102 | prefix_align = right |
103 | prefix_align_max = 0 | 103 | prefix_align_max = 15 |
104 | prefix_align_min = 0 | 104 | prefix_align_min = 0 |
105 | prefix_align_more = "+" | 105 | prefix_align_more = " " |
106 | prefix_align_more_after = on | 106 | prefix_align_more_after = on |
107 | prefix_buffer_align = right | 107 | prefix_buffer_align = right |
108 | prefix_buffer_align_max = 0 | 108 | prefix_buffer_align_max = 0 |
109 | prefix_buffer_align_more = "+" | 109 | prefix_buffer_align_more = " " |
110 | prefix_buffer_align_more_after = on | 110 | prefix_buffer_align_more_after = on |
111 | prefix_error = "=!=" | 111 | prefix_error = " × " |
112 | prefix_join = "-->" | 112 | prefix_join = " · " |
113 | prefix_network = "--" | 113 | prefix_network = " - " |
114 | prefix_quit = "<--" | 114 | prefix_quit = " · " |
115 | prefix_same_nick = "" | 115 | prefix_same_nick = " " |
116 | prefix_same_nick_middle = "" | 116 | prefix_same_nick_middle = "" |
117 | prefix_suffix = "|" | 117 | prefix_suffix = "" |
118 | quote_nick_prefix = "<" | 118 | quote_nick_prefix = "<" |
119 | quote_nick_suffix = ">" | 119 | quote_nick_suffix = ">" |
120 | quote_time_format = "%H:%M:%S" | 120 | quote_time_format = "%H%M" |
121 | read_marker = line | 121 | read_marker = line |
122 | read_marker_always_show = off | 122 | read_marker_always_show = off |
123 | read_marker_string = "- " | 123 | read_marker_string = "─" |
124 | save_config_on_exit = on | 124 | save_config_on_exit = on |
125 | save_config_with_fsync = off | 125 | save_config_with_fsync = off |
126 | save_layout_on_exit = none | 126 | save_layout_on_exit = all |
127 | scroll_amount = 3 | 127 | scroll_amount = 3 |
128 | scroll_bottom_after_switch = off | 128 | scroll_bottom_after_switch = off |
129 | scroll_page_percent = 100 | 129 | scroll_page_percent = 100 |
130 | search_text_not_found_alert = on | 130 | search_text_not_found_alert = on |
131 | separator_horizontal = "-" | 131 | separator_horizontal = " " |
132 | separator_vertical = "" | 132 | separator_vertical = " " |
133 | tab_width = 1 | 133 | tab_width = 1 |
134 | time_format = "%a, %d %b %Y %T" | 134 | time_format = "%a, %d %b %Y %T" |
135 | window_auto_zoom = off | 135 | window_auto_zoom = off |
136 | window_separator_horizontal = on | 136 | window_separator_horizontal = on |
137 | window_separator_vertical = on | 137 | window_separator_vertical = on |
138 | window_title = "" | 138 | window_title = "WeeChat ${info:version}" |
139 | word_chars_highlight = "!\u00A0,-,_,|,alnum" | 139 | word_chars_highlight = "!\u00A0,-,_,|,alnum" |
140 | word_chars_input = "!\u00A0,-,_,|,alnum" | 140 | word_chars_input = "!\u00A0,-,_,|,alnum" |
141 | 141 | ||
142 | [palette] | 142 | [palette] |
143 | 143 | ||
144 | [color] | 144 | [color] |
145 | bar_more = lightmagenta | 145 | bar_more = gray |
146 | chat = default | 146 | chat = default |
147 | chat_bg = default | 147 | chat_bg = default |
148 | chat_buffer = white | 148 | chat_buffer = white |
149 | chat_channel = white | 149 | chat_channel = white |
150 | chat_day_change = cyan | 150 | chat_day_change = cyan |
151 | chat_delimiters = green | 151 | chat_delimiters = gray |
152 | chat_highlight = yellow | 152 | chat_highlight = 5 |
153 | chat_highlight_bg = magenta | 153 | chat_highlight_bg = black |
154 | chat_host = cyan | 154 | chat_host = cyan |
155 | chat_inactive_buffer = default | 155 | chat_inactive_buffer = darkgray |
156 | chat_inactive_window = default | 156 | chat_inactive_window = darkgray |
157 | chat_nick = lightcyan | 157 | chat_nick = lightcyan |
158 | chat_nick_colors = "cyan,magenta,green,brown,lightblue,default,lightcyan,lightmagenta,lightgreen,blue" | 158 | chat_nick_colors = "8" |
159 | chat_nick_offline = default | 159 | chat_nick_offline = darkgray |
160 | chat_nick_offline_highlight = default | 160 | chat_nick_offline_highlight = darkgray |
161 | chat_nick_offline_highlight_bg = blue | 161 | chat_nick_offline_highlight_bg = 3 |
162 | chat_nick_other = cyan | 162 | chat_nick_other = cyan |
163 | chat_nick_prefix = green | 163 | chat_nick_prefix = green |
164 | chat_nick_self = white | 164 | chat_nick_self = 6 |
165 | chat_nick_suffix = green | 165 | chat_nick_suffix = green |
166 | chat_prefix_action = white | 166 | chat_prefix_action = 7 |
167 | chat_prefix_buffer = brown | 167 | chat_prefix_buffer = green |
168 | chat_prefix_buffer_inactive_buffer = default | 168 | chat_prefix_buffer_inactive_buffer = default |
169 | chat_prefix_error = yellow | 169 | chat_prefix_error = red |
170 | chat_prefix_join = lightgreen | 170 | chat_prefix_join = 2 |
171 | chat_prefix_more = lightmagenta | 171 | chat_prefix_more = 7 |
172 | chat_prefix_network = magenta | 172 | chat_prefix_network = cyan |
173 | chat_prefix_quit = lightred | 173 | chat_prefix_quit = 1 |
174 | chat_prefix_suffix = green | 174 | chat_prefix_suffix = white |
175 | chat_read_marker = magenta | 175 | chat_read_marker = 11 |
176 | chat_read_marker_bg = default | 176 | chat_read_marker_bg = default |
177 | chat_server = brown | 177 | chat_server = magenta |
178 | chat_tags = red | 178 | chat_tags = red |
179 | chat_text_found = yellow | 179 | chat_text_found = 3 |
180 | chat_text_found_bg = lightmagenta | 180 | chat_text_found_bg = lightmagenta |
181 | chat_time = default | 181 | chat_time = darkgray |
182 | chat_time_delimiters = brown | 182 | chat_time_delimiters = darkgray |
183 | chat_value = cyan | 183 | chat_value = cyan |
184 | chat_value_null = blue | 184 | chat_value_null = blue |
185 | emphasized = yellow | 185 | emphasized = 3 |
186 | emphasized_bg = magenta | 186 | emphasized_bg = 170 |
187 | input_actions = lightgreen | 187 | input_actions = 46 |
188 | input_text_not_found = red | 188 | input_text_not_found = red |
189 | item_away = yellow | 189 | item_away = 3 |
190 | nicklist_away = cyan | 190 | nicklist_away = cyan |
191 | nicklist_group = green | 191 | nicklist_group = 8 |
192 | separator = blue | 192 | separator = 11 |
193 | status_count_highlight = magenta | 193 | status_count_highlight = 170 |
194 | status_count_msg = brown | 194 | status_count_msg = 130 |
195 | status_count_other = default | 195 | status_count_other = default |
196 | status_count_private = green | 196 | status_count_private = 113 |
197 | status_data_highlight = lightmagenta | 197 | status_data_highlight = lightmagenta |
198 | status_data_msg = yellow | 198 | status_data_msg = 3 |
199 | status_data_other = default | 199 | status_data_other = default |
200 | status_data_private = lightgreen | 200 | status_data_private = 46 |
201 | status_filter = green | 201 | status_filter = 113 |
202 | status_more = yellow | 202 | status_more = 3 |
203 | status_mouse = green | 203 | status_mouse = 113 |
204 | status_name = white | 204 | status_name = white |
205 | status_name_ssl = lightgreen | 205 | status_name_ssl = 46 |
206 | status_nicklist_count = default | 206 | status_nicklist_count = default |
207 | status_number = yellow | 207 | status_number = 3 |
208 | status_time = default | 208 | status_time = default |
209 | 209 | ||
210 | [completion] | 210 | [completion] |
@@ -213,9 +213,9 @@ command_inline = on | |||
213 | default_template = "%(nicks)|%(irc_channels)" | 213 | default_template = "%(nicks)|%(irc_channels)" |
214 | nick_add_space = on | 214 | nick_add_space = on |
215 | nick_case_sensitive = off | 215 | nick_case_sensitive = off |
216 | nick_completer = ": " | 216 | nick_completer = "," |
217 | nick_first_only = off | 217 | nick_first_only = off |
218 | nick_ignore_chars = "[]`_-^" | 218 | nick_ignore_chars = "[]-^" |
219 | partial_completion_alert = on | 219 | partial_completion_alert = on |
220 | partial_completion_command = off | 220 | partial_completion_command = off |
221 | partial_completion_command_arg = off | 221 | partial_completion_command_arg = off |
@@ -224,13 +224,19 @@ partial_completion_other = off | |||
224 | partial_completion_templates = "config_options" | 224 | partial_completion_templates = "config_options" |
225 | 225 | ||
226 | [history] | 226 | [history] |
227 | display_default = 5 | 227 | display_default = 0 |
228 | max_buffer_lines_minutes = 0 | 228 | max_buffer_lines_minutes = 0 |
229 | max_buffer_lines_number = 4096 | 229 | max_buffer_lines_number = 4096 |
230 | max_commands = 100 | 230 | max_commands = 100 |
231 | max_visited_buffers = 50 | 231 | max_visited_buffers = 50 |
232 | 232 | ||
233 | [proxy] | 233 | [proxy] |
234 | hive.address = "127.0.0.1" | ||
235 | hive.ipv6 = off | ||
236 | hive.password = "" | ||
237 | hive.port = 44444 | ||
238 | hive.type = socks5 | ||
239 | hive.username = "" | ||
234 | 240 | ||
235 | [network] | 241 | [network] |
236 | connection_timeout = 60 | 242 | connection_timeout = 60 |
@@ -241,24 +247,52 @@ proxy_curl = "" | |||
241 | [plugin] | 247 | [plugin] |
242 | autoload = "*" | 248 | autoload = "*" |
243 | debug = off | 249 | debug = off |
244 | extension = ".so,.dll" | 250 | extension = ".so" |
245 | path = "%h/plugins" | 251 | path = "%h/plugins" |
246 | save_config_on_unload = on | 252 | save_config_on_unload = on |
247 | 253 | ||
248 | [bar] | 254 | [bar] |
249 | buflist.color_bg = default | 255 | buddylist.color_bg = default |
250 | buflist.color_delim = default | 256 | buddylist.color_delim = default |
251 | buflist.color_fg = default | 257 | buddylist.color_fg = default |
258 | buddylist.conditions = "" | ||
259 | buddylist.filling_left_right = vertical | ||
260 | buddylist.filling_top_bottom = horizontal | ||
261 | buddylist.hidden = on | ||
262 | buddylist.items = "buddylist" | ||
263 | buddylist.position = left | ||
264 | buddylist.priority = 0 | ||
265 | buddylist.separator = on | ||
266 | buddylist.size = 0 | ||
267 | buddylist.size_max = 0 | ||
268 | buddylist.type = root | ||
269 | buffers.color_bg = 0 | ||
270 | buffers.color_delim = default | ||
271 | buffers.color_fg = default | ||
272 | buffers.conditions = "" | ||
273 | buffers.filling_left_right = vertical | ||
274 | buffers.filling_top_bottom = columns_vertical | ||
275 | buffers.hidden = on | ||
276 | buffers.items = "" | ||
277 | buffers.position = left | ||
278 | buffers.priority = 0 | ||
279 | buffers.separator = on | ||
280 | buffers.size = 0 | ||
281 | buffers.size_max = 0 | ||
282 | buffers.type = root | ||
283 | buflist.color_bg = 0 | ||
284 | buflist.color_delim = lightcyan | ||
285 | buflist.color_fg = 7 | ||
252 | buflist.conditions = "" | 286 | buflist.conditions = "" |
253 | buflist.filling_left_right = vertical | 287 | buflist.filling_left_right = vertical |
254 | buflist.filling_top_bottom = columns_vertical | 288 | buflist.filling_top_bottom = columns_horizontal |
255 | buflist.hidden = off | 289 | buflist.hidden = off |
256 | buflist.items = "buflist" | 290 | buflist.items = "buffers" |
257 | buflist.position = left | 291 | buflist.position = right |
258 | buflist.priority = 0 | 292 | buflist.priority = 0 |
259 | buflist.separator = on | 293 | buflist.separator = off |
260 | buflist.size = 0 | 294 | buflist.size = 15 |
261 | buflist.size_max = 0 | 295 | buflist.size_max = 15 |
262 | buflist.type = root | 296 | buflist.type = root |
263 | fset.color_bg = default | 297 | fset.color_bg = default |
264 | fset.color_delim = cyan | 298 | fset.color_delim = cyan |
@@ -275,26 +309,40 @@ fset.size = 3 | |||
275 | fset.size_max = 3 | 309 | fset.size_max = 3 |
276 | fset.type = window | 310 | fset.type = window |
277 | input.color_bg = default | 311 | input.color_bg = default |
278 | input.color_delim = cyan | 312 | input.color_delim = 7 |
279 | input.color_fg = default | 313 | input.color_fg = 7 |
280 | input.conditions = "" | 314 | input.conditions = "" |
281 | input.filling_left_right = vertical | 315 | input.filling_left_right = vertical |
282 | input.filling_top_bottom = horizontal | 316 | input.filling_top_bottom = horizontal |
283 | input.hidden = off | 317 | input.hidden = off |
284 | input.items = "[input_prompt]+(away),[input_search],[input_paste],input_text" | 318 | input.items = "$,input_text" |
285 | input.position = bottom | 319 | input.position = bottom |
286 | input.priority = 1000 | 320 | input.priority = 1000 |
287 | input.separator = off | 321 | input.separator = on |
288 | input.size = 1 | 322 | input.size = 1 |
289 | input.size_max = 0 | 323 | input.size_max = 0 |
290 | input.type = window | 324 | input.type = window |
325 | isetbar.color_bg = default | ||
326 | isetbar.color_delim = cyan | ||
327 | isetbar.color_fg = default | ||
328 | isetbar.conditions = "" | ||
329 | isetbar.filling_left_right = vertical | ||
330 | isetbar.filling_top_bottom = horizontal | ||
331 | isetbar.hidden = on | ||
332 | isetbar.items = "isetbar_help" | ||
333 | isetbar.position = top | ||
334 | isetbar.priority = 0 | ||
335 | isetbar.separator = on | ||
336 | isetbar.size = 3 | ||
337 | isetbar.size_max = 3 | ||
338 | isetbar.type = window | ||
291 | nicklist.color_bg = default | 339 | nicklist.color_bg = default |
292 | nicklist.color_delim = cyan | 340 | nicklist.color_delim = cyan |
293 | nicklist.color_fg = default | 341 | nicklist.color_fg = 8 |
294 | nicklist.conditions = "${nicklist}" | 342 | nicklist.conditions = "nicklist" |
295 | nicklist.filling_left_right = vertical | 343 | nicklist.filling_left_right = vertical |
296 | nicklist.filling_top_bottom = columns_vertical | 344 | nicklist.filling_top_bottom = columns_vertical |
297 | nicklist.hidden = off | 345 | nicklist.hidden = on |
298 | nicklist.items = "buffer_nicklist" | 346 | nicklist.items = "buffer_nicklist" |
299 | nicklist.position = right | 347 | nicklist.position = right |
300 | nicklist.priority = 200 | 348 | nicklist.priority = 200 |
@@ -302,27 +350,27 @@ nicklist.separator = on | |||
302 | nicklist.size = 0 | 350 | nicklist.size = 0 |
303 | nicklist.size_max = 0 | 351 | nicklist.size_max = 0 |
304 | nicklist.type = window | 352 | nicklist.type = window |
305 | status.color_bg = blue | 353 | status.color_bg = 10 |
306 | status.color_delim = cyan | 354 | status.color_delim = cyan |
307 | status.color_fg = default | 355 | status.color_fg = default |
308 | status.conditions = "" | 356 | status.conditions = "" |
309 | status.filling_left_right = vertical | 357 | status.filling_left_right = vertical |
310 | status.filling_top_bottom = horizontal | 358 | status.filling_top_bottom = horizontal |
311 | status.hidden = off | 359 | status.hidden = on |
312 | status.items = "[time],[buffer_last_number],[buffer_plugin],buffer_number+:+buffer_name+(buffer_modes)+{buffer_nicklist_count}+buffer_zoom+buffer_filter,scroll,[lag],[hotlist],completion" | 360 | status.items = "[time],[buffer_count],[buffer_plugin],buffer_number+:+buffer_name+{buffer_nicklist_count}+buffer_filter,[lag],[hotlist],completion,scroll" |
313 | status.position = bottom | 361 | status.position = bottom |
314 | status.priority = 500 | 362 | status.priority = 500 |
315 | status.separator = off | 363 | status.separator = off |
316 | status.size = 1 | 364 | status.size = 1 |
317 | status.size_max = 0 | 365 | status.size_max = 0 |
318 | status.type = window | 366 | status.type = window |
319 | title.color_bg = blue | 367 | title.color_bg = 10 |
320 | title.color_delim = cyan | 368 | title.color_delim = cyan |
321 | title.color_fg = default | 369 | title.color_fg = default |
322 | title.conditions = "" | 370 | title.conditions = "" |
323 | title.filling_left_right = vertical | 371 | title.filling_left_right = vertical |
324 | title.filling_top_bottom = horizontal | 372 | title.filling_top_bottom = horizontal |
325 | title.hidden = off | 373 | title.hidden = on |
326 | title.items = "buffer_title" | 374 | title.items = "buffer_title" |
327 | title.position = top | 375 | title.position = top |
328 | title.priority = 500 | 376 | title.priority = 500 |
@@ -332,21 +380,29 @@ title.size_max = 0 | |||
332 | title.type = window | 380 | title.type = window |
333 | 381 | ||
334 | [layout] | 382 | [layout] |
383 | default.buffer = "core;weechat;1" | ||
384 | default.buffer = "irc;server.rizon;1" | ||
385 | default.buffer = "irc;rizon.#rice;2" | ||
386 | default.buffer = "irc;rizon.#homescreen;3" | ||
387 | default.buffer = "irc;rizon.#cloveros;4" | ||
388 | default.window = "1;0;0;0;irc;server.rizon" | ||
389 | default.current = on | ||
335 | 390 | ||
336 | [notify] | 391 | [notify] |
337 | 392 | ||
338 | [filter] | 393 | [filter] |
394 | irc_smart = on;*;irc_smart_filter;* | ||
339 | 395 | ||
340 | [key] | 396 | [key] |
341 | ctrl-? = "/input delete_previous_char" | 397 | ctrl-? = "/input delete_previous_char" |
342 | ctrl-A = "/input move_beginning_of_line" | 398 | ctrl-A = "/input move_beginning_of_line" |
343 | ctrl-B = "/input move_previous_char" | 399 | ctrl-B = "/input move_previous_char" |
344 | ctrl-C_ = "/input insert \x1F" | ||
345 | ctrl-Cb = "/input insert \x02" | 400 | ctrl-Cb = "/input insert \x02" |
346 | ctrl-Cc = "/input insert \x03" | 401 | ctrl-Cc = "/input insert \x03" |
347 | ctrl-Ci = "/input insert \x1D" | 402 | ctrl-Ci = "/input insert \x1D" |
348 | ctrl-Co = "/input insert \x0F" | 403 | ctrl-Co = "/input insert \x0F" |
349 | ctrl-Cv = "/input insert \x16" | 404 | ctrl-Cr = "/input insert \x12" |
405 | ctrl-Cu = "/input insert \x15" | ||
350 | ctrl-D = "/input delete_next_char" | 406 | ctrl-D = "/input delete_next_char" |
351 | ctrl-E = "/input move_end_of_line" | 407 | ctrl-E = "/input move_end_of_line" |
352 | ctrl-F = "/input move_next_char" | 408 | ctrl-F = "/input move_next_char" |
@@ -358,7 +414,7 @@ ctrl-L = "/window refresh" | |||
358 | ctrl-M = "/input return" | 414 | ctrl-M = "/input return" |
359 | ctrl-N = "/buffer +1" | 415 | ctrl-N = "/buffer +1" |
360 | ctrl-P = "/buffer -1" | 416 | ctrl-P = "/buffer -1" |
361 | ctrl-R = "/input search_text_here" | 417 | ctrl-R = "/input search_text" |
362 | ctrl-Sctrl-U = "/input set_unread" | 418 | ctrl-Sctrl-U = "/input set_unread" |
363 | ctrl-T = "/input transpose_chars" | 419 | ctrl-T = "/input transpose_chars" |
364 | ctrl-U = "/input delete_beginning_of_line" | 420 | ctrl-U = "/input delete_beginning_of_line" |
@@ -370,8 +426,8 @@ meta-meta-OQ = "/bar scroll buflist * e" | |||
370 | meta-meta2-11~ = "/bar scroll buflist * b" | 426 | meta-meta2-11~ = "/bar scroll buflist * b" |
371 | meta-meta2-12~ = "/bar scroll buflist * e" | 427 | meta-meta2-12~ = "/bar scroll buflist * e" |
372 | meta-meta2-1~ = "/window scroll_top" | 428 | meta-meta2-1~ = "/window scroll_top" |
373 | meta-meta2-23~ = "/bar scroll nicklist * b" | 429 | meta-meta2-23~ = "/bar scroll nicklist * yb" |
374 | meta-meta2-24~ = "/bar scroll nicklist * e" | 430 | meta-meta2-24~ = "/bar scroll nicklist * ye" |
375 | meta-meta2-4~ = "/window scroll_bottom" | 431 | meta-meta2-4~ = "/window scroll_bottom" |
376 | meta-meta2-5~ = "/window scroll_up" | 432 | meta-meta2-5~ = "/window scroll_up" |
377 | meta-meta2-6~ = "/window scroll_down" | 433 | meta-meta2-6~ = "/window scroll_down" |
@@ -381,8 +437,6 @@ meta-meta2-A = "/buffer -1" | |||
381 | meta-meta2-B = "/buffer +1" | 437 | meta-meta2-B = "/buffer +1" |
382 | meta-meta2-C = "/buffer +1" | 438 | meta-meta2-C = "/buffer +1" |
383 | meta-meta2-D = "/buffer -1" | 439 | meta-meta2-D = "/buffer -1" |
384 | meta-- = "/filter toggle @" | ||
385 | meta-/ = "/input jump_last_buffer_displayed" | ||
386 | meta-0 = "/buffer *10" | 440 | meta-0 = "/buffer *10" |
387 | meta-1 = "/buffer *1" | 441 | meta-1 = "/buffer *1" |
388 | meta-2 = "/buffer *2" | 442 | meta-2 = "/buffer *2" |
@@ -420,29 +474,17 @@ meta2-1;3A = "/buffer -1" | |||
420 | meta2-1;3B = "/buffer +1" | 474 | meta2-1;3B = "/buffer +1" |
421 | meta2-1;3C = "/buffer +1" | 475 | meta2-1;3C = "/buffer +1" |
422 | meta2-1;3D = "/buffer -1" | 476 | meta2-1;3D = "/buffer -1" |
423 | meta2-1;3F = "/window scroll_bottom" | ||
424 | meta2-1;3H = "/window scroll_top" | ||
425 | meta2-1;3P = "/bar scroll buflist * b" | 477 | meta2-1;3P = "/bar scroll buflist * b" |
426 | meta2-1;3Q = "/bar scroll buflist * e" | 478 | meta2-1;3Q = "/bar scroll buflist * e" |
427 | meta2-1;5A = "/input history_global_previous" | 479 | meta2-1;5A = "/input history_global_previous" |
428 | meta2-1;5B = "/input history_global_next" | 480 | meta2-1;5B = "/input history_global_next" |
429 | meta2-1;5C = "/input move_next_word" | ||
430 | meta2-1;5D = "/input move_previous_word" | ||
431 | meta2-1;5P = "/bar scroll buflist * -100%" | 481 | meta2-1;5P = "/bar scroll buflist * -100%" |
432 | meta2-1;5Q = "/bar scroll buflist * +100%" | 482 | meta2-1;5Q = "/bar scroll buflist * +100%" |
433 | meta2-1~ = "/input move_beginning_of_line" | 483 | meta2-1~ = "/input move_beginning_of_line" |
434 | meta2-200~ = "/input paste_start" | 484 | meta2-20~ = "/bar scroll title * x-50%" |
435 | meta2-201~ = "/input paste_stop" | 485 | meta2-21~ = "/bar scroll title * x+50%" |
436 | meta2-20~ = "/bar scroll title * -30%" | 486 | meta2-23~ = "/bar scroll nicklist * y-100%" |
437 | meta2-21~ = "/bar scroll title * +30%" | 487 | meta2-24~ = "/bar scroll nicklist * y+100%" |
438 | meta2-23;3~ = "/bar scroll nicklist * b" | ||
439 | meta2-23;5~ = "/bar scroll nicklist * -100%" | ||
440 | meta2-23^ = "/bar scroll nicklist * -100%" | ||
441 | meta2-23~ = "/bar scroll nicklist * -100%" | ||
442 | meta2-24;3~ = "/bar scroll nicklist * e" | ||
443 | meta2-24;5~ = "/bar scroll nicklist * +100%" | ||
444 | meta2-24^ = "/bar scroll nicklist * +100%" | ||
445 | meta2-24~ = "/bar scroll nicklist * +100%" | ||
446 | meta2-3~ = "/input delete_next_char" | 488 | meta2-3~ = "/input delete_next_char" |
447 | meta2-4~ = "/input move_end_of_line" | 489 | meta2-4~ = "/input move_end_of_line" |
448 | meta2-5;3~ = "/window scroll_up" | 490 | meta2-5;3~ = "/window scroll_up" |
@@ -460,124 +502,121 @@ meta2-G = "/window page_down" | |||
460 | meta2-H = "/input move_beginning_of_line" | 502 | meta2-H = "/input move_beginning_of_line" |
461 | meta2-I = "/window page_up" | 503 | meta2-I = "/window page_up" |
462 | meta2-Z = "/input complete_previous" | 504 | meta2-Z = "/input complete_previous" |
463 | meta2-[E = "/buffer -1" | ||
464 | meta-_ = "/input redo" | 505 | meta-_ = "/input redo" |
465 | meta-a = "/input jump_smart" | 506 | meta-a = "/input jump_smart" |
466 | meta-b = "/input move_previous_word" | 507 | meta-b = "/input move_previous_word" |
467 | meta-d = "/input delete_next_word" | 508 | meta-d = "/input delete_next_word" |
468 | meta-f = "/input move_next_word" | 509 | meta-f = "/input move_next_word" |
510 | meta-g = "/go" | ||
469 | meta-h = "/input hotlist_clear" | 511 | meta-h = "/input hotlist_clear" |
470 | meta-jmeta-f = "/buffer -" | 512 | meta-jmeta-l = "/input jump_last_buffer" |
471 | meta-jmeta-l = "/buffer +" | ||
472 | meta-jmeta-r = "/server raw" | 513 | meta-jmeta-r = "/server raw" |
473 | meta-jmeta-s = "/server jump" | 514 | meta-jmeta-s = "/server jump" |
474 | meta-j01 = "/buffer *1" | 515 | meta-j01 = "/buffer 1" |
475 | meta-j02 = "/buffer *2" | 516 | meta-j02 = "/buffer 2" |
476 | meta-j03 = "/buffer *3" | 517 | meta-j03 = "/buffer 3" |
477 | meta-j04 = "/buffer *4" | 518 | meta-j04 = "/buffer 4" |
478 | meta-j05 = "/buffer *5" | 519 | meta-j05 = "/buffer 5" |
479 | meta-j06 = "/buffer *6" | 520 | meta-j06 = "/buffer 6" |
480 | meta-j07 = "/buffer *7" | 521 | meta-j07 = "/buffer 7" |
481 | meta-j08 = "/buffer *8" | 522 | meta-j08 = "/buffer 8" |
482 | meta-j09 = "/buffer *9" | 523 | meta-j09 = "/buffer 9" |
483 | meta-j10 = "/buffer *10" | 524 | meta-j10 = "/buffer 10" |
484 | meta-j11 = "/buffer *11" | 525 | meta-j11 = "/buffer 11" |
485 | meta-j12 = "/buffer *12" | 526 | meta-j12 = "/buffer 12" |
486 | meta-j13 = "/buffer *13" | 527 | meta-j13 = "/buffer 13" |
487 | meta-j14 = "/buffer *14" | 528 | meta-j14 = "/buffer 14" |
488 | meta-j15 = "/buffer *15" | 529 | meta-j15 = "/buffer 15" |
489 | meta-j16 = "/buffer *16" | 530 | meta-j16 = "/buffer 16" |
490 | meta-j17 = "/buffer *17" | 531 | meta-j17 = "/buffer 17" |
491 | meta-j18 = "/buffer *18" | 532 | meta-j18 = "/buffer 18" |
492 | meta-j19 = "/buffer *19" | 533 | meta-j19 = "/buffer 19" |
493 | meta-j20 = "/buffer *20" | 534 | meta-j20 = "/buffer 20" |
494 | meta-j21 = "/buffer *21" | 535 | meta-j21 = "/buffer 21" |
495 | meta-j22 = "/buffer *22" | 536 | meta-j22 = "/buffer 22" |
496 | meta-j23 = "/buffer *23" | 537 | meta-j23 = "/buffer 23" |
497 | meta-j24 = "/buffer *24" | 538 | meta-j24 = "/buffer 24" |
498 | meta-j25 = "/buffer *25" | 539 | meta-j25 = "/buffer 25" |
499 | meta-j26 = "/buffer *26" | 540 | meta-j26 = "/buffer 26" |
500 | meta-j27 = "/buffer *27" | 541 | meta-j27 = "/buffer 27" |
501 | meta-j28 = "/buffer *28" | 542 | meta-j28 = "/buffer 28" |
502 | meta-j29 = "/buffer *29" | 543 | meta-j29 = "/buffer 29" |
503 | meta-j30 = "/buffer *30" | 544 | meta-j30 = "/buffer 30" |
504 | meta-j31 = "/buffer *31" | 545 | meta-j31 = "/buffer 31" |
505 | meta-j32 = "/buffer *32" | 546 | meta-j32 = "/buffer 32" |
506 | meta-j33 = "/buffer *33" | 547 | meta-j33 = "/buffer 33" |
507 | meta-j34 = "/buffer *34" | 548 | meta-j34 = "/buffer 34" |
508 | meta-j35 = "/buffer *35" | 549 | meta-j35 = "/buffer 35" |
509 | meta-j36 = "/buffer *36" | 550 | meta-j36 = "/buffer 36" |
510 | meta-j37 = "/buffer *37" | 551 | meta-j37 = "/buffer 37" |
511 | meta-j38 = "/buffer *38" | 552 | meta-j38 = "/buffer 38" |
512 | meta-j39 = "/buffer *39" | 553 | meta-j39 = "/buffer 39" |
513 | meta-j40 = "/buffer *40" | 554 | meta-j40 = "/buffer 40" |
514 | meta-j41 = "/buffer *41" | 555 | meta-j41 = "/buffer 41" |
515 | meta-j42 = "/buffer *42" | 556 | meta-j42 = "/buffer 42" |
516 | meta-j43 = "/buffer *43" | 557 | meta-j43 = "/buffer 43" |
517 | meta-j44 = "/buffer *44" | 558 | meta-j44 = "/buffer 44" |
518 | meta-j45 = "/buffer *45" | 559 | meta-j45 = "/buffer 45" |
519 | meta-j46 = "/buffer *46" | 560 | meta-j46 = "/buffer 46" |
520 | meta-j47 = "/buffer *47" | 561 | meta-j47 = "/buffer 47" |
521 | meta-j48 = "/buffer *48" | 562 | meta-j48 = "/buffer 48" |
522 | meta-j49 = "/buffer *49" | 563 | meta-j49 = "/buffer 49" |
523 | meta-j50 = "/buffer *50" | 564 | meta-j50 = "/buffer 50" |
524 | meta-j51 = "/buffer *51" | 565 | meta-j51 = "/buffer 51" |
525 | meta-j52 = "/buffer *52" | 566 | meta-j52 = "/buffer 52" |
526 | meta-j53 = "/buffer *53" | 567 | meta-j53 = "/buffer 53" |
527 | meta-j54 = "/buffer *54" | 568 | meta-j54 = "/buffer 54" |
528 | meta-j55 = "/buffer *55" | 569 | meta-j55 = "/buffer 55" |
529 | meta-j56 = "/buffer *56" | 570 | meta-j56 = "/buffer 56" |
530 | meta-j57 = "/buffer *57" | 571 | meta-j57 = "/buffer 57" |
531 | meta-j58 = "/buffer *58" | 572 | meta-j58 = "/buffer 58" |
532 | meta-j59 = "/buffer *59" | 573 | meta-j59 = "/buffer 59" |
533 | meta-j60 = "/buffer *60" | 574 | meta-j60 = "/buffer 60" |
534 | meta-j61 = "/buffer *61" | 575 | meta-j61 = "/buffer 61" |
535 | meta-j62 = "/buffer *62" | 576 | meta-j62 = "/buffer 62" |
536 | meta-j63 = "/buffer *63" | 577 | meta-j63 = "/buffer 63" |
537 | meta-j64 = "/buffer *64" | 578 | meta-j64 = "/buffer 64" |
538 | meta-j65 = "/buffer *65" | 579 | meta-j65 = "/buffer 65" |
539 | meta-j66 = "/buffer *66" | 580 | meta-j66 = "/buffer 66" |
540 | meta-j67 = "/buffer *67" | 581 | meta-j67 = "/buffer 67" |
541 | meta-j68 = "/buffer *68" | 582 | meta-j68 = "/buffer 68" |
542 | meta-j69 = "/buffer *69" | 583 | meta-j69 = "/buffer 69" |
543 | meta-j70 = "/buffer *70" | 584 | meta-j70 = "/buffer 70" |
544 | meta-j71 = "/buffer *71" | 585 | meta-j71 = "/buffer 71" |
545 | meta-j72 = "/buffer *72" | 586 | meta-j72 = "/buffer 72" |
546 | meta-j73 = "/buffer *73" | 587 | meta-j73 = "/buffer 73" |
547 | meta-j74 = "/buffer *74" | 588 | meta-j74 = "/buffer 74" |
548 | meta-j75 = "/buffer *75" | 589 | meta-j75 = "/buffer 75" |
549 | meta-j76 = "/buffer *76" | 590 | meta-j76 = "/buffer 76" |
550 | meta-j77 = "/buffer *77" | 591 | meta-j77 = "/buffer 77" |
551 | meta-j78 = "/buffer *78" | 592 | meta-j78 = "/buffer 78" |
552 | meta-j79 = "/buffer *79" | 593 | meta-j79 = "/buffer 79" |
553 | meta-j80 = "/buffer *80" | 594 | meta-j80 = "/buffer 80" |
554 | meta-j81 = "/buffer *81" | 595 | meta-j81 = "/buffer 81" |
555 | meta-j82 = "/buffer *82" | 596 | meta-j82 = "/buffer 82" |
556 | meta-j83 = "/buffer *83" | 597 | meta-j83 = "/buffer 83" |
557 | meta-j84 = "/buffer *84" | 598 | meta-j84 = "/buffer 84" |
558 | meta-j85 = "/buffer *85" | 599 | meta-j85 = "/buffer 85" |
559 | meta-j86 = "/buffer *86" | 600 | meta-j86 = "/buffer 86" |
560 | meta-j87 = "/buffer *87" | 601 | meta-j87 = "/buffer 87" |
561 | meta-j88 = "/buffer *88" | 602 | meta-j88 = "/buffer 88" |
562 | meta-j89 = "/buffer *89" | 603 | meta-j89 = "/buffer 89" |
563 | meta-j90 = "/buffer *90" | 604 | meta-j90 = "/buffer 90" |
564 | meta-j91 = "/buffer *91" | 605 | meta-j91 = "/buffer 91" |
565 | meta-j92 = "/buffer *92" | 606 | meta-j92 = "/buffer 92" |
566 | meta-j93 = "/buffer *93" | 607 | meta-j93 = "/buffer 93" |
567 | meta-j94 = "/buffer *94" | 608 | meta-j94 = "/buffer 94" |
568 | meta-j95 = "/buffer *95" | 609 | meta-j95 = "/buffer 95" |
569 | meta-j96 = "/buffer *96" | 610 | meta-j96 = "/buffer 96" |
570 | meta-j97 = "/buffer *97" | 611 | meta-j97 = "/buffer 97" |
571 | meta-j98 = "/buffer *98" | 612 | meta-j98 = "/buffer 98" |
572 | meta-j99 = "/buffer *99" | 613 | meta-j99 = "/buffer 99" |
573 | meta-k = "/input grab_key_command" | 614 | meta-k = "/input grab_key_command" |
574 | meta-l = "/window bare" | 615 | meta-m = "/bar toggle buffers" |
575 | meta-m = "/mute mouse toggle" | 616 | meta-n = "/bar toggle nicklist" |
576 | meta-n = "/window scroll_next_highlight" | 617 | meta-p = "/window bare" |
577 | meta-p = "/window scroll_previous_highlight" | ||
578 | meta-r = "/input delete_line" | 618 | meta-r = "/input delete_line" |
579 | meta-s = "/mute spell toggle" | 619 | meta-u = "/input scroll_unread" |
580 | meta-u = "/window scroll_unread" | ||
581 | meta-wmeta-meta2-A = "/window up" | 620 | meta-wmeta-meta2-A = "/window up" |
582 | meta-wmeta-meta2-B = "/window down" | 621 | meta-wmeta-meta2-B = "/window down" |
583 | meta-wmeta-meta2-C = "/window right" | 622 | meta-wmeta-meta2-C = "/window right" |
@@ -588,7 +627,6 @@ meta-wmeta2-1;3C = "/window right" | |||
588 | meta-wmeta2-1;3D = "/window left" | 627 | meta-wmeta2-1;3D = "/window left" |
589 | meta-wmeta-b = "/window balance" | 628 | meta-wmeta-b = "/window balance" |
590 | meta-wmeta-s = "/window swap" | 629 | meta-wmeta-s = "/window swap" |
591 | meta-x = "/input zoom_merged_buffer" | ||
592 | meta-z = "/window zoom" | 630 | meta-z = "/window zoom" |
593 | ctrl-_ = "/input undo" | 631 | ctrl-_ = "/input undo" |
594 | 632 | ||
@@ -617,6 +655,11 @@ meta2-A = "/cursor move up" | |||
617 | meta2-B = "/cursor move down" | 655 | meta2-B = "/cursor move down" |
618 | meta2-C = "/cursor move right" | 656 | meta2-C = "/cursor move right" |
619 | meta2-D = "/cursor move left" | 657 | meta2-D = "/cursor move left" |
658 | @chat(python.*):D = "hsignal:slack_cursor_delete" | ||
659 | @chat(python.*):L = "hsignal:slack_cursor_linkarchive" | ||
660 | @chat(python.*):M = "hsignal:slack_cursor_message" | ||
661 | @chat(python.*):R = "hsignal:slack_cursor_reply" | ||
662 | @chat(python.*):T = "hsignal:slack_cursor_thread" | ||
620 | @item(buffer_nicklist):K = "/window ${_window_number};/kickban ${nick}" | 663 | @item(buffer_nicklist):K = "/window ${_window_number};/kickban ${nick}" |
621 | @item(buffer_nicklist):b = "/window ${_window_number};/ban ${nick}" | 664 | @item(buffer_nicklist):b = "/window ${_window_number};/ban ${nick}" |
622 | @item(buffer_nicklist):k = "/window ${_window_number};/kick ${nick}" | 665 | @item(buffer_nicklist):k = "/window ${_window_number};/kick ${nick}" |
@@ -627,6 +670,10 @@ meta2-D = "/cursor move left" | |||
627 | @chat:q = "hsignal:chat_quote_prefix_message;/cursor stop" | 670 | @chat:q = "hsignal:chat_quote_prefix_message;/cursor stop" |
628 | 671 | ||
629 | [key_mouse] | 672 | [key_mouse] |
673 | @item(buffer_nicklist)>item(buddylist):button1-gesture-* = "hsignal:buddylist_mouse" | ||
674 | @chat(*)>item(buddylist):button1-gesture-* = "hsignal:buddylist_mouse" | ||
675 | @bar(buffers):ctrl-wheeldown = "hsignal:buffers_mouse" | ||
676 | @bar(buffers):ctrl-wheelup = "hsignal:buffers_mouse" | ||
630 | @bar(buflist):ctrl-wheeldown = "hsignal:buflist_mouse" | 677 | @bar(buflist):ctrl-wheeldown = "hsignal:buflist_mouse" |
631 | @bar(buflist):ctrl-wheelup = "hsignal:buflist_mouse" | 678 | @bar(buflist):ctrl-wheelup = "hsignal:buflist_mouse" |
632 | @bar(input):button2 = "/input grab_mouse_area" | 679 | @bar(input):button2 = "/input grab_mouse_area" |
@@ -638,15 +685,24 @@ meta2-D = "/cursor move left" | |||
638 | @chat(fset.fset):button2* = "hsignal:fset_mouse" | 685 | @chat(fset.fset):button2* = "hsignal:fset_mouse" |
639 | @chat(fset.fset):wheeldown = "/fset -down 5" | 686 | @chat(fset.fset):wheeldown = "/fset -down 5" |
640 | @chat(fset.fset):wheelup = "/fset -up 5" | 687 | @chat(fset.fset):wheelup = "/fset -up 5" |
688 | @chat(perl.iset):button1 = "hsignal:iset_mouse" | ||
689 | @chat(perl.iset):button2* = "hsignal:iset_mouse" | ||
690 | @chat(perl.iset):wheeldown = "/repeat 5 /iset **down" | ||
691 | @chat(perl.iset):wheelup = "/repeat 5 /iset **up" | ||
692 | @chat(python.*):button2 = "hsignal:slack_mouse" | ||
641 | @chat(script.scripts):button1 = "/window ${_window_number};/script go ${_chat_line_y}" | 693 | @chat(script.scripts):button1 = "/window ${_window_number};/script go ${_chat_line_y}" |
642 | @chat(script.scripts):button2 = "/window ${_window_number};/script go ${_chat_line_y};/script installremove -q ${script_name_with_extension}" | 694 | @chat(script.scripts):button2 = "/window ${_window_number};/script go ${_chat_line_y};/script installremove -q ${script_name_with_extension}" |
643 | @chat(script.scripts):wheeldown = "/script down 5" | 695 | @chat(script.scripts):wheeldown = "/script down 5" |
644 | @chat(script.scripts):wheelup = "/script up 5" | 696 | @chat(script.scripts):wheelup = "/script up 5" |
697 | @item(buddylist):button1* = "hsignal:buddylist_mouse" | ||
698 | @item(buddylist):button1-gesture-* = "hsignal:buddylist_mouse" | ||
645 | @item(buffer_nicklist):button1 = "/window ${_window_number};/query ${nick}" | 699 | @item(buffer_nicklist):button1 = "/window ${_window_number};/query ${nick}" |
646 | @item(buffer_nicklist):button1-gesture-left = "/window ${_window_number};/kick ${nick}" | 700 | @item(buffer_nicklist):button1-gesture-left = "/window ${_window_number};/kick ${nick}" |
647 | @item(buffer_nicklist):button1-gesture-left-long = "/window ${_window_number};/kickban ${nick}" | 701 | @item(buffer_nicklist):button1-gesture-left-long = "/window ${_window_number};/kickban ${nick}" |
648 | @item(buffer_nicklist):button2 = "/window ${_window_number};/whois ${nick}" | 702 | @item(buffer_nicklist):button2 = "/window ${_window_number};/whois ${nick}" |
649 | @item(buffer_nicklist):button2-gesture-left = "/window ${_window_number};/ban ${nick}" | 703 | @item(buffer_nicklist):button2-gesture-left = "/window ${_window_number};/ban ${nick}" |
704 | @item(buffers):button1* = "hsignal:buffers_mouse" | ||
705 | @item(buffers):button2* = "hsignal:buffers_mouse" | ||
650 | @item(buflist):button1* = "hsignal:buflist_mouse" | 706 | @item(buflist):button1* = "hsignal:buflist_mouse" |
651 | @item(buflist):button2* = "hsignal:buflist_mouse" | 707 | @item(buflist):button2* = "hsignal:buflist_mouse" |
652 | @item(buflist2):button1* = "hsignal:buflist_mouse" | 708 | @item(buflist2):button1* = "hsignal:buflist_mouse" |