diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-07-30 15:44:55 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-07-30 15:44:55 +0200 |
commit | 95b179dd0801ccb4b0068d1c2e2c04aa2264e912 (patch) | |
tree | 03ce8210c69ce6126662802e5bd09c0faaf04e35 /doc/it/autogen/user/weechat_commands.txt | |
parent | ca3c1e2636476d56285f4aa70f98ae57d2aa0da5 (diff) | |
download | weechat-95b179dd0801ccb4b0068d1c2e2c04aa2264e912.zip |
core: add "/input grab_mouse" and "/input grab_mouse_area" (default: right click on input bar)
Diffstat (limited to 'doc/it/autogen/user/weechat_commands.txt')
-rw-r--r-- | doc/it/autogen/user/weechat_commands.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index 2af47a690..579ce833a 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/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 |