summaryrefslogtreecommitdiff
path: root/doc/en/weechat_user.en.asciidoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-11-15 12:35:36 +0100
committerSébastien Helleu <flashcode@flashtux.org>2015-11-15 12:35:36 +0100
commit10f0873beeb2244679d5b323c2735d1b8b7f2ef1 (patch)
tree6fa5cc28230e04f27e336da0256b63e032c1b6f2 /doc/en/weechat_user.en.asciidoc
parent410537508d8b08c37af4dc1a01cb94680f2b4829 (diff)
downloadweechat-10f0873beeb2244679d5b323c2735d1b8b7f2ef1.zip
doc: change key bindings examples in docs
Diffstat (limited to 'doc/en/weechat_user.en.asciidoc')
-rw-r--r--doc/en/weechat_user.en.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/weechat_user.en.asciidoc b/doc/en/weechat_user.en.asciidoc
index f9d8981a6..c4ae00228 100644
--- a/doc/en/weechat_user.en.asciidoc
+++ b/doc/en/weechat_user.en.asciidoc
@@ -1289,10 +1289,10 @@ To enable mouse now, press key[alt-m] or do following command:
----
It is possible to temporarily disable mouse, and bind that on a key. For example
-key key[alt-x] to disable mouse for 10 seconds:
+key key[alt-%] to disable mouse for 10 seconds:
----
-/key bind meta-x /mouse toggle 10
+/key bind meta-% /mouse toggle 10
----
[IMPORTANT]