Consultor Eletrônico



Kbase P116098: Is it possible to capture the CTRL, SHIFT and Alt key presses?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/05/2006
Status: Unverified

GOAL:

Is it possible to capture the CTRL, SHIFT and Alt key presses?

GOAL:

How to trap CTRL, SHIFT and ALT?

FIX:


It is not possible to capture the CTRL, SHIFT or Alt key press events. These are not keys in the normal sense, as they are only used as modifiers in combination with other keys. For example if you define a trigger with:

ON CTRL BELL.

At compile time this will result in error 595:

** CTRL is not a legal key. (596)