From 95b179dd0801ccb4b0068d1c2e2c04aa2264e912 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 30 Jul 2011 15:44:55 +0200 Subject: core: add "/input grab_mouse" and "/input grab_mouse_area" (default: right click on input bar) --- doc/de/autogen/user/weechat_commands.txt | 2 ++ doc/de/weechat_user.de.txt | 1 + 2 files changed, 3 insertions(+) (limited to 'doc/de') diff --git a/doc/de/autogen/user/weechat_commands.txt b/doc/de/autogen/user/weechat_commands.txt index 2e3c45ea7..7bc8f8413 100644 --- a/doc/de/autogen/user/weechat_commands.txt +++ b/doc/de/autogen/user/weechat_commands.txt @@ -304,6 +304,8 @@ list of actions: hotlist_clear: clear hotlist grab_key: grab a key (optional argument: delay for end of grab, default is 500 milliseconds) grab_key_command: grab a key with its associated command (optional argument: delay for end of grab, default is 500 milliseconds) + grab_mouse: grab mouse event code + grab_mouse_area: grab mouse event code with area scroll_unread: scroll to unread marker set_unread: set unread marker for all buffers set_unread_current_buffer: set unread marker for current buffer diff --git a/doc/de/weechat_user.de.txt b/doc/de/weechat_user.de.txt index 09c4bacf6..b68daee36 100644 --- a/doc/de/weechat_user.de.txt +++ b/doc/de/weechat_user.de.txt @@ -586,6 +586,7 @@ These keys are used in context "mouse", namely when a mouse event occurs. | ◾◽◽ | left | nicklist | Kick nick | /window ${_window_number};/kick ${nick} | ◾◽◽ | left (long) | nicklist | Kick and ban nick | /window ${_window_number};/kickban ${nick} | ◽◽◾ | left | nicklist | Ban nick | /window ${_window_number};/ban ${nick} +| ◽◽◾ | - | input | Grab a mouse event and insert its code in command line | /input grab_mouse_area | wheel ⇑ | - | any bar | Scroll bar by -10% | /bar scroll ${_bar_name} ${_window_number} -10% | wheel ⇓ | - | any bar | Scroll bar by +10% | /bar scroll ${_bar_name} ${_window_number} +10% | ◽◾◽ | - | anywhere | Start cursor mode at this point | /cursor go ${_x},${_y} -- cgit v1.2.3