diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-03-30 20:39:37 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-03-30 20:39:37 +0200 |
commit | f0c8da2f05a4b463cbc7d03341ee8a7a6db45f61 (patch) | |
tree | 956d53fc5887b18b917b4857b06bc3eaffd8585e /po/tr.po | |
parent | 467f482ea6653127d49ea7b6c487f9d51929d232 (diff) | |
download | weechat-f0c8da2f05a4b463cbc7d03341ee8a7a6db45f61.zip |
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
Diffstat (limited to 'po/tr.po')
-rw-r--r-- | po/tr.po | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2017-03-29 19:58+0200\n" +"POT-Creation-Date: 2017-03-30 20:31+0200\n" "PO-Revision-Date: 2017-01-06 22:07+0100\n" "Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -4069,6 +4069,18 @@ msgid "" msgstr "" msgid "" +"if enabled, clicks with left/right buttons on the line with current buffer " +"jump to previous/next visited buffer" +msgstr "" + +msgid "if enabled, mouse gestures (drag & drop) move buffers in list" +msgstr "" + +msgid "" +"if enabled, mouse wheel up/down actions jump to previous/next buffer in list" +msgstr "" + +msgid "" "comma-separated list of signals that are hooked and trigger the refresh of " "buffers list" msgstr "" |