[static] Constant associated with the key code value for the D key (68). Keyboard DELETE : uint = 46 [static] Constant associated with the key code value for the Delete key (46). Keyboard DOWN : uint = 40 [static] Constant associated with the key code value for the Down Arrow key ...
The extended keys consist of the ALT and CTRL keys on the right-hand side of the keyboard; the INS, DEL, HOME, END, PAGE UP, PAGE DOWN, and arrow keys in the clusters to the left of the numeric keypad; the NUM LOCK key; the BREAK (CTRL+PAUSE) key; the PRINT SCRN key; and ...
But, the separate right arrow key uses SC14D as its Scan Code as indicated by the “E0, 4D” on the chart. Those Scan Codes are unique for each key and never change regardless of their function (i.e. with NumLock on or off). To set up a Hotkey with the keyboard Scan Code use...
Up 0 The up arrow command. Down 1 The down arrow command. PageUp 2 The page up command. PageDown 3 The page down command. TopLine 4 The go to the top line command BottomLine 5 The go to the bottom line command. Home 6 The home command. End 7 The end command. Enter 8...
UP ARROW, DOWN ARROW Scroll larger amounts up or down, respectively, within the currently displayed Help topic. PAGE UP, PAGE DOWN Display a menu of commands for the Help window. This requires that the Help window have the active focus (click in the Help window). ...
UP ARROW, DOWN ARROW Scroll larger amounts up or down, respectively, within the currently displayed Help topic. PAGE UP, PAGE DOWN Display a menu of commands for the Help window. This requires that the Help window have the active focus (click in the Help window). ...
Non-modifiers include any VirtualKey, such as Delete, F3, Spacebar, Arrow, Esc, and all alphanumeric and punctuation keys.Note Accelerators typically include the function keys F1 through F12 or some combination of a standard key paired with one or more modifier keys (CTRL, Shift). For ...
UP ARROW, DOWN ARROW Scroll larger amounts up or down, respectively, within the currently displayed Help topic. PAGE UP, PAGE DOWN Display a menu of commands for the Help window. This requires that the Help window have the active focus (click in the Help window). ...
即使在另一个快捷方式中使用了重映射的键,也会保留键重映射。 在此方案中,按键顺序很重要,因为操作是在 keydown 期间执行,而不是在 keyup 期间。 例如,按Ctrl+C会生成⊞ Win+left arrow+C。 按Ctrl键会首先执行⊞ Win+left arrow。 首先按C键会执行C+⊞ Win+left arrow。
//UP ARROW keyKEY_UP=0x26,//RIGHT ARROW keyKEY_RIGHT=0x27,//DOWN ARROW keyKEY_DOWN=0x28,//SELECT keyKEY_SELECT=0x29,//PRINT keyKEY_PRINT=0x2A,//EXECUTE keyKEY_EXECUTE=0x2B,//PRINT SCREEN keyKEY_SNAPSHOT=0x2C,//INS keyKEY_INSERT=0x2D,//DEL keyKEY_DELETE=0x2E,//HELP keyKEY...