Fix remapping issues to Home/PgUp and other keys which are also present on NumPad (#4398)

* Added extended key flag to more keys

* Add test for extended key flag

* Move shlwapi.lib reference

* Added shcore ref

* Fixed pipeline incompatibility

* Fixed lib declaration in common

* Fixed formatting

* Remove unused statements

* removed another statement
This commit is contained in:
Arjun Balgovind
2020-06-24 20:28:54 -07:00
committed by GitHub
parent 8e758507b1
commit f1b6e6570c
7 changed files with 49 additions and 9 deletions

View File

@@ -1 +1,2 @@
#pragma once
#pragma comment(lib, "shlwapi.lib")