diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-05-06 23:10:00 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-05-14 09:42:57 +0200 |
commit | c2c3ecb3f76c4ffb84290e56b18d15aedb3b6652 (patch) | |
tree | e488f353f12c93f2147e361c3b58c98fedc8a15d /doc/en/weechat_user.en.asciidoc | |
parent | 4180ddff0f1289dba9a0523914f182011898f174 (diff) | |
download | weechat-c2c3ecb3f76c4ffb84290e56b18d15aedb3b6652.zip |
doc: fix style in tip about mouse events (user's guide) (issue #722)
Diffstat (limited to 'doc/en/weechat_user.en.asciidoc')
-rw-r--r-- | doc/en/weechat_user.en.asciidoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/weechat_user.en.asciidoc b/doc/en/weechat_user.en.asciidoc index 7a4a2b07a..d43b358fc 100644 --- a/doc/en/weechat_user.en.asciidoc +++ b/doc/en/weechat_user.en.asciidoc @@ -1352,8 +1352,8 @@ Example of events: [TIP] When binding a key in context "mouse", it's possible to match many events using -`*` at beginning or end of name, for example `button1-gesture-*` will match any -gesture made using left button. +`+*+` at beginning or end of name, for example `+button1-gesture-*+` will match +any gesture made using left button. [TIP] You can find an event name with command `/input grab_mouse` then doing event |