1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 10:13:12 +02:00

core: remove extra spaces before comma

This commit is contained in:
Sébastien Helleu
2023-02-02 22:01:46 +01:00
parent 48a51c9f6e
commit 68a5a71b55
+1 -1
View File
@@ -175,7 +175,7 @@ gui_key_default_bindings (int context)
BIND(/* m-<pgdn> */ "meta2-6;3~", "/window scroll_down");
BIND(/* m-<home> */ "meta-meta2-1~", "/window scroll_top");
BIND(/* m-<home> */ "meta-meta2-7~", "/window scroll_top");
BIND(/* m-<home> */ "meta2-1;3H" , "/window scroll_top");
BIND(/* m-<home> */ "meta2-1;3H", "/window scroll_top");
BIND(/* m-<end> */ "meta-meta2-4~", "/window scroll_bottom");
BIND(/* m-<end> */ "meta-meta2-8~", "/window scroll_bottom");
BIND(/* m-<end> */ "meta2-1;3F", "/window scroll_bottom");