commit | 8d8b9758ced52b6303af95ad7e28ae9c5636cdf8 | [log] [tgz] |
---|---|---|
author | Anton Sharonov <anton.sharonov@gmail.com> | Fri Oct 07 16:28:48 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 07 16:28:48 2022 +0100 |
tree | 27e6e4682c8ad8c196c07cb412ba629484dffeed | |
parent | 07eaa1ede4a39b6a95203beebd94943b62a216c1 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 391ae4d..c6c0197 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 686, +/**/ 685, /**/ 684,