From 9d6ebeda0d20c8a4b89a568d09ebdcf17d3b5a94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 20 Jan 2019 01:20:59 +0100 Subject: core: add default keys ctrl-F11/F12 to scroll up/down one page in nicklist (same action as F11/F12) --- doc/en/weechat_user.en.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/en') diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index c63ac4ff3..e8d45fd32 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -1653,8 +1653,10 @@ with `/script install buffer_autoset.py` and get help with `/help buffer_autoset | kbd:[F8] | Switch to next window. | `/window +1` | kbd:[F9] | Scroll buffer's title on the left. | `+/bar scroll title * -30%+` | kbd:[F10] | Scroll buffer's title on the right. | `+/bar scroll title * +30%+` -| kbd:[F11] | Scroll up one page in nicklist. | `/bar scroll nicklist * -100%` -| kbd:[F12] | Scroll down one page in nicklist. | `/bar scroll nicklist * +100%` +| kbd:[F11] + + kbd:[Ctrl+F11] | Scroll up one page in nicklist. | `/bar scroll nicklist * -100%` +| kbd:[F12] + + kbd:[Ctrl+F12] | Scroll down one page in nicklist. | `/bar scroll nicklist * +100%` | kbd:[Alt+F11] | Go to the beginning of nicklist. | `/bar scroll nicklist * b` | kbd:[Alt+F12] | Go to the end of nicklist. | `/bar scroll nicklist * e` | kbd:[Alt+a] | Switch to next buffer with activity (with priority: highlight, message, other). | `/input jump_smart` -- cgit v1.2.3