1
0
forked from aniani/vim

patch 9.0.0686: the right ALT key does not work on some MS-Windows keyboards

Problem:    The right ALT key does not work on some MS-Windows keyboards.
Solution:   Adjust the modifiers based on GetKeyState(). (Anoton Sharonov,
            closes #11300)
This commit is contained in:
Anton Sharonov
2022-10-07 16:28:48 +01:00
committed by Bram Moolenaar
parent 07eaa1ede4
commit 8d8b9758ce
2 changed files with 9 additions and 0 deletions

View File

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