1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 13:56:37 +02:00

core: add missing mouse event "alt-ctrl-button2"

This commit is contained in:
Sébastien Helleu
2024-02-24 18:35:21 +01:00
parent 40deb493d5
commit 24f0e95de7
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -74,6 +74,7 @@ char *gui_mouse_button_codes[][2] =
{ "*", "alt-button2" },
{ ")", "alt-button3" },
{ "8", "alt-ctrl-button1" },
{ ":", "alt-ctrl-button2" },
{ NULL, NULL } };