Fix inconsistent landing page remap list (#2866)

* Added pre-processing code

* Refactored code on c++ side to match

* Fixed comment
This commit is contained in:
Arjun Balgovind
2020-05-11 17:18:12 -07:00
committed by GitHub
parent 5f42866cea
commit 7551509f41
4 changed files with 67 additions and 42 deletions

View File

@@ -117,5 +117,7 @@ namespace Microsoft.PowerToys.Settings.UI.Lib.Utilities
throw new FormatException("Bad product version format");
}
}
public const uint VirtualKeyWindows = interop.Constants.VK_WIN_BOTH;
}
}