keyboard_value: keyboard_value

keyboard_valueR 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 137 rows and 5 columns.

Details

Supported keys:

  • a

  • b

  • c

  • d

  • e

  • f

  • g

  • h

  • i

  • j

  • k

  • l

  • m

  • n

  • o

  • p

  • q

  • r

  • s

  • t

  • u

  • v

  • w

  • x

  • y

  • z

  • A

  • B

  • C

  • D

  • E

  • F

  • G

  • H

  • I

  • J

  • K

  • L

  • M

  • N

  • O

  • P

  • Q

  • R

  • S

  • T

  • U

  • V

  • W

  • X

  • Y

  • Z

  • 0

  • 1

  • 2

  • 3

  • 4

  • 5

  • 6

  • 7

  • 8

  • 9

  • num0

  • num1

  • num2

  • num3

  • num4

  • num5

  • num6

  • num7

  • num8

  • num9

  • f1

  • f2

  • f3

  • f4

  • f5

  • f6

  • f7

  • f8

  • f9

  • f10

  • f11

  • f12

  • backspace

  • tab

  • enter

  • shift

  • ctrl

  • alt

  • capslock

  • esc

  • pageup

  • pagedown

  • end

  • home

  • left

  • up

  • right

  • down

  • insert

  • space

  • del

  • numlock

  • win

  • '

  • ~

  • !

  • @

  • #

  • $

  • %

  • ^

  • &

  • *

  • (

  • )

  • -

  • _

  • +

  • =

  • [

  • {

  • ]

  • }

  • \

  • |

  • ;

  • :

  • '

  • "

  • ,

  • <

  • .

  • >

  • /

  • ?

References

Hardware Scan Codes, Virtual-Key Codes


KeyboardSimulator documentation built on Sept. 13, 2023, 5:07 p.m.