|
Built-in Accessibility Features
The built-in accessibility features are extensions to the operating system.
These features affect the behavior of the system regardless of which applications
are running.
Win32 supports the following built-in accessibility features:
Feature
| Description
| AccessTimeout
| Enables a user to specify a timeout interval after which system-wide
accessibility features are automatically disabled. The AccessTimeout feature is intended
for computers that are shared by several users with different preferences.
Each individual can use hot keys or the Control Panel to enable preferred
features. After a user leaves, the features he or she enabled will be automatically
disabled by the timeout. The accessibility features affected by the timeout are
FilterKeys, MouseKeys, StickyKeys, and ToggleKeys. The ACCESSTIMEOUT structure defines the parameters for this feature.
| FilterKeys
| Enables control of keyboard properties, such as the amount of time before a
keystroke is accepted as input and the amount of time before a keystroke begins
to repeat. The FilterKeys feature also provides sound feedback when a key is
pressed and when it is accepted as input. The FILTERKEYS structure defines the parameters for this feature.
| MouseKeys
| Enables the user to control the mouse pointer using the numeric keypad. The MOUSEKEYS structure defines the parameters for this feature.
| SoundSentry
| Displays a visual signal when a sound is generated by a Windows-based
application or an MS-DOS application running in a window. The SOUNDSENTRY structure defines the parameters for this feature.
| StickyKeys
| Enables the user to type key combinations, such as CTRL+ALT+DEL, in sequence rather than at the same time. The STICKYKEYS structure defines the parameters for this feature.
| ToggleKeys
| Provides sound feedback when the user turns on or off the CAPS LOCK, NUM LOCK, or SCROLL LOCK keys. The TOGGLEKEYS structure defines the parameters for this feature.
|
The SystemParametersInfo function provides the programming interface to the built-in accessibility
features. This function is useful in Control Panel applications or other programs
that allow the user to customize the Windows environment. The SystemParametersInfo function can perform the following tasks:
- Query the system to determine the availability and current state of a
specified built-in accessibility feature
- Enable a feature and specify parameters that control its behavior
- Disable a feature
- Enable a hot key that allows the user to enable or disable a feature
For each of the built-in features, Win32 defines a structure that applications
use with SystemParametersInfo to query or set the parameters of the feature.
An application can use SystemParametersInfo to enable or disable a feature directly. For some of the features, SystemParametersInfo can enable a hot key or key combination so the user can toggle the state of a
feature. There are no hot keys for the SoundSentry feature. The following
accessibility features have hot keys:
Feature
| Description
| FilterKeys
| Hold down the LEFT SHIFT key for eight seconds to toggle the FilterKeys feature on or off. Holding
down the LEFT SHIFT key for 12 seconds enables FilterKeys using the most conservative values for FILTERKEYS.iBounceMSec. Holding down the LEFT SHIFT key for 16 seconds enables FilterKeys using the most conservative values for FILTERKEYS.iWaitMSec.
| MouseKeys
| LEFT ALT+LEFT SHIFT+NUM LOCK
| StickyKeys
| Press the SHIFT key 5 times
| ToggleKeys
| Hold down the NUM LOCK key for 5 seconds
|
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|