Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== eKeyboardEventFlag ====== Constant enumeration ===== Description ===== Keyboard event flag ===== Members ===== ^Member^ Value^ Description^ |**eKeyboardEventFlagExtendedKey**| 1| If specified, the scan code was preceded by a prefix byte that has the value 0xE0 (224)| |**eKeyboardEventFlagKeyUp**| 2| If specified, the key is being released. If not specified, the key is being pressed| |**eKeyboardEventFlagScanCode**| 8| If specified, wScan identifies the key and wVk is ignored| |**eKeyboardEventFlagUnicode**| 4| If specified, the system synthesizes a VK_PACKET keystroke. The wVk parameter must be zero. This flag can only be combined with the eKeyboardEventFlagKeyUp flag| ===== See Also ===== [[:scripting:api:shell:keyboard-event|IShell::KeyboardEvent]] #API ~~NOTOC~~