From c8b204952f0452fe1276d30ae6a5d38a3f421b95 Mon Sep 17 00:00:00 2001 From: Christopher Plewright Date: Wed, 4 Jan 2023 18:06:00 +0000 Subject: patch 9.0.1146: MS-Windows: various special keys/modifiers are not mappable Problem: MS-Windows: various special keys and modifiers are not mappable. Solution: Adjust the handling of keys with modifiers. (Christian Plewright, closes #11768) --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index 1a177c8e44..c87857e4a8 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,5 +1,7 @@ version: "{build}" +image: Visual Studio 2015 + skip_tags: true environment: -- cgit v1.2.3