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

core: replace key meta2- by meta-[ in comments

This commit is contained in:
Sébastien Helleu
2023-03-31 19:05:59 +02:00
parent 0cf723ec1a
commit 0f3f7c3b37
+2 -2
View File
@@ -390,8 +390,8 @@ gui_key_legacy_internal_code (const char *key)
* "\001r" => 1, "ctrl-r", "ctrl-r"
* "\001[A" => 1, "meta-A", "meta-A"
* "\001[a" => 1, "meta-a", "meta-a"
* "\001[[1;3D" => 1, "meta2-1;3D", "meta-left"
* "\001[w\001[[1;3A" => 1, "meta-w,meta2-1;3A", "meta-w,meta-up"
* "\001[[1;3D" => 1, "meta-[1;3D", "meta-left"
* "\001[w\001[[1;3A" => 1, "meta-w,meta-[1;3A", "meta-w,meta-up"
*
* Returns:
* 1: OK