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:
committed by
Bram Moolenaar
parent
dbdcc79910
commit
6b568b1cc7
@@ -735,6 +735,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
120,
|
||||
/**/
|
||||
119,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user