mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 15:26:37 +02:00
buflist: add mouse support
New options: - buflist.look.mouse_jump_visited_buffer - buflist.look.mouse_move_buffer - buflist.look.mouse_wheel New keys added by buflist plugin: - @item(buflist):button1* => hsignal:buflist_mouse - @item(buflist):button2* => hsignal:buflist_mouse - @bar(buflist):ctrl-wheelup => hsignal:buflist_mouse - @bar(buflist):ctrl-wheeldown => hsignal:buflist_mouse
This commit is contained in:
@@ -74,6 +74,24 @@
|
||||
** wartości: dowolny ciąg
|
||||
** domyślna wartość: `+"${buffer.hidden}==0"+`
|
||||
|
||||
* [[option_buflist.look.mouse_jump_visited_buffer]] *buflist.look.mouse_jump_visited_buffer*
|
||||
** opis: pass:none[if enabled, clicks with left/right buttons on the line with current buffer jump to previous/next visited buffer]
|
||||
** typ: bool
|
||||
** wartości: on, off
|
||||
** domyślna wartość: `+off+`
|
||||
|
||||
* [[option_buflist.look.mouse_move_buffer]] *buflist.look.mouse_move_buffer*
|
||||
** opis: pass:none[if enabled, mouse gestures (drag & drop) move buffers in list]
|
||||
** typ: bool
|
||||
** wartości: on, off
|
||||
** domyślna wartość: `+on+`
|
||||
|
||||
* [[option_buflist.look.mouse_wheel]] *buflist.look.mouse_wheel*
|
||||
** opis: pass:none[if enabled, mouse wheel up/down actions jump to previous/next buffer in list]
|
||||
** typ: bool
|
||||
** wartości: on, off
|
||||
** domyślna wartość: `+on+`
|
||||
|
||||
* [[option_buflist.look.signals_refresh]] *buflist.look.signals_refresh*
|
||||
** opis: pass:none[comma-separated list of signals that are hooked and trigger the refresh of buffers list]
|
||||
** typ: ciąg
|
||||
|
||||
Reference in New Issue
Block a user