1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 21:06:38 +02:00

spelling: shift

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-09-09 11:44:00 -04:00
committed by Sébastien Helleu
parent 7f93f81a82
commit dcd62f7ee6
+1 -1
View File
@@ -274,7 +274,7 @@ TEST(GuiKey, Expand)
WEE_CHECK_EXP_KEY(1, "meta-meta-meta-z", "meta-meta-meta-z", "\001[\001[\001[z");
WEE_CHECK_EXP_KEY(1, "meta-meta-meta-_", "meta-meta-meta-_", "\001[\001[\001[_");
/* sihft-tab */
/* shift-tab */
WEE_CHECK_EXP_KEY(1, "meta-[Z", "shift-tab", "\001[[Z");
/* arrows */