Browse Source

Accept shift/ctrl keycodes.

Steven Kirk 9 years ago
parent
commit
70d6aa3163
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/Windows/Perspex.Win32/Input/KeyInterop.cs

+ 2 - 0
src/Windows/Perspex.Win32/Input/KeyInterop.cs

@@ -195,6 +195,8 @@ namespace Perspex.Win32.Input
             { 9, Key.Tab },
             { 12, Key.Clear },
             { 13, Key.Return },
+            { 16, Key.LeftShift},
+            { 17, Key.LeftCtrl},
             { 18, Key.LeftAlt },
             { 19, Key.Pause },
             { 20, Key.Capital },