Browse Source

+ added generic Shift, Ctrl and Alt values to TEnhancedShiftState

git-svn-id: branches/unicodekvm@40310 -
nickysn 6 years ago
parent
commit
3e135c02e7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      packages/rtl-console/src/inc/keybrdh.inc

+ 3 - 0
packages/rtl-console/src/inc/keybrdh.inc

@@ -55,10 +55,13 @@ type
   possibily having the same name (but different value). }
 
   TEnhancedShiftState = set of (
+    essShift,
     essLeftShift,
     essRightShift,
+    essCtrl,
     essLeftCtrl,
     essRightCtrl,
+    essAlt,
     essLeftAlt,
     essRightAlt,
     essCapsLockPressed,