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

core: use order returned by gui_key_expand in gui_key_modifier_list

This commit is contained in:
Sébastien Helleu
2023-03-12 00:46:02 +01:00
parent 0c4a5528ac
commit 9afbf02a42
+1 -1
View File
@@ -72,7 +72,7 @@ char *gui_key_focus_string[GUI_KEY_NUM_FOCUS] =
{ "*", "chat", "bar", "item" };
char *gui_key_modifier_list[] =
{ "ctrl-", "meta-", "shift-", NULL };
{ "meta-", "ctrl-", "shift-", NULL };
char *gui_key_alias_list[] =
{ "f0", "f1", "f2", "f3", "f4", "f5", "f6", "f7", "f8", "f9", "f10", "f11",