JVCL Help:TJvStickyKeysFlags

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Set of flags that describe properties of the StickyKeys accessibility feature.

run\JvComputerInfoEx.pas


Pascal

 run\JvComputerInfoEx.pas
 TJvStickyKeysFlags = setof (skfStickyKeysOn, skfAvailable, skfHotkeyActive, skfConfirmHotkey, skfHotkeySound, skfIndicator, skfAudibleFeedback, skfTriState, skfTwoKeysOff, skfLeftAltLatched, skfLeftCtrlLatched, skfLeftShiftLatched, skfRightAltLatched, skfRightCtrlLatched, skfRightShiftLatched, skfLeftWinLatched, skfRightWinLatched, skfLeftAltLocked, skfLeftCtrlLocked, skfLeftShiftLocked, skfRightAltLocked, skfRightCtrlLocked, skfRightShiftLocked, skfLeftWinLocked, skfRightWinLocked );


Description

The following table indicates the meaning of the various TJvStickyKeysFlags flags:

Value Meaning
skfStickyKeysOn The StickyKeys feature is on.
skfAvailable The StickyKeys feature is available.
skfHotkeyActive The user can turn the StickyKeys feature on and off by pressing the SHIFT key five times.
skfConfirmHotKey Windows 95/98, Windows 2000: A confirmation dialog appears when the StickyKeys feature is activated by using the hot key.
skfHotKeySound, The system plays a siren sound when the user turns the StickyKeys feature on or off by using the hot key.
skfIndicator Windows 95/98, Windows 2000: A visual indicator should be displayed when the StickyKeys feature is on.
skfAudibleFeedback The system plays a sound when the user latches, locks, or releases modifier keys using the StickyKeys feature.
skfTriState Pressing a modifier key twice in a row locks down the key until the user presses it a third time.
skfTwoKeysOff Releasing a modifier key that has been pressed in combination with any other key turns off the StickyKeys feature.
skfLeftAltLatched Windows 98, Windows 2000: The left ALT key is latched.
skfLeftCtrlLatched Windows 98, Windows 2000: The left CTRL key is latched.
skfLeftShiftLatched Windows 98, Windows 2000: The left SHIFT key is latched.
skfRightAltLatched Windows 98, Windows 2000: The right ALT key is latched.
skfRightCtrlLatched Windows 98, Windows 2000: The right CTRL key is latched.
skfRightShiftLatched, Windows 98, Windows 2000: The right SHIFT key is latched.
skfLeftWinLatched Windows 98, Windows 2000: The left Windows key is latched.
skfRightWinLatched Windows 98, Windows 2000: The right Windows key is latched.
skfLeftAltLocked Windows 98, Windows 2000: The left ALT key is locked.
skfLeftCtrlLocked Windows 98, Windows 2000: The left CTRL key is locked.
skfLeftShiftLocked Windows 98, Windows 2000: The left SHIFT key is locked.
skfRightAltLocked Windows 98, Windows 2000: The right ALT key is locked.
skfRightCtrlLocked Windows 98, Windows 2000: The right CTRL key is locked.
skfRightShiftLocked Windows 98, Windows 2000: The right SHIFT key is locked.
skfLeftWinLocked Windows 98, Windows 2000: The left Windows key is locked.
skfRightWinLocked Windows 98, Windows 2000: The right Windows key is locked.

run\JvComputerInfoEx.pas


See Also

TJvSystemParametersInfo.StickyKeys

run\JvComputerInfoEx.pas


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page