From b5a32c0fa9546f52bad9e32614e85b0233a39a63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 21 Feb 2024 21:10:25 +0100 Subject: script: fix default mouse keys (closes #2076) Some parameters of command `/script` were renamed in commit 85b5bacfe3d7343cb8695b8d7b0467732d8b8d53 but the default mouse keys were not changed and still using the old parameters names. --- ReleaseNotes.adoc | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'ReleaseNotes.adoc') diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc index 2247cd115..7684c8752 100644 --- a/ReleaseNotes.adoc +++ b/ReleaseNotes.adoc @@ -14,7 +14,21 @@ For a complete list of changes, please look at ChangeLog. [[v4.3.0]] == Version 4.3.0 (under dev) -No release notes. +[[v4.3.0_script_keys]] +=== Script keys + +Some arguments to the `/script` command were renamed in version 4.1.0, but the +keys using these arguments were not changed at same time. + +They're now using the new arguments by default, but you must reset manually +the keys with the following commands: + +---- +/reset weechat.key_mouse.@chat(script.scripts):button1 +/reset weechat.key_mouse.@chat(script.scripts):button2 +/reset weechat.key_mouse.@chat(script.scripts):wheeldown +/reset weechat.key_mouse.@chat(script.scripts):wheelup +---- [[v4.2.1]] == Version 4.2.1 (2024-01-22) -- cgit v1.2.3