keyboard_value {KeyboardSimulator}R Documentation

keyboard_value

Description

List of supported keyboard keys, along with their virtual-key and hardware scan codes. A field indicating whether the key is an "extended key" with a 0xE0 prefix byte is also included to differentiate between duplicate keys on the keyboard and num pad. For example, while the 1 key usually behaves the same as the 1 key on the num pad, some applications see these as two distinct keys.

Usage

keyboard_value

Format

An object of class data.frame with 79 rows and 4 columns.

Details

Supported keys:

References

Hardware Scan Codes, Virtual-Key Codes


[Package KeyboardSimulator version 2.1.0 Index]