1
0
forked from aniani/vim

patch 9.0.0120: MS-Windows GUI: cannot use AltGr + Space

Problem:    MS-Windows GUI: cannot use AltGr + Space.
Solution:   Check for VK_MENU instead of VK_LMENU. (Anton Sharonov,
            closes #10820, closes #10753)
This commit is contained in:
Anton Sharonov
2022-07-31 12:26:05 +01:00
committed by Bram Moolenaar
parent dbdcc79910
commit 6b568b1cc7
2 changed files with 5 additions and 2 deletions

View File

@@ -735,6 +735,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
120,
/**/
119,
/**/