WikiPendium

(beta)

xkey

WikiPendium :: RecentChanges :: RecentlyCommented :: UserSettings :: You are ec2-18-191-171-26.us-east-2.compute.amazonaws.com

xkey structure


struct xkey
{
  WORD xk_num;
  char xk_def[8];
};




Fields Details

Field Comment See
xk_def Will be filled in with the NULL terminated name associated with the key specified in xk_num. Fcntl()
xk_num Specifies a key as described in the table below. Fcntl()

xk_num Key
0-9 F1-F10
10-19 F11-F20
20 Cursor up
21 Cursor down
22 Cursor right
23 Cursor left
24 Help
25 Undo
26 Insert
27 Clr/Home
28 Shift+Cursor up
29 Shift+Cursor down
30 Shift+Cursor right
31 Shift+Cursor left

See Also

Fcntl()

Il n'y a pas de commentaire sur cette page. [Afficher commentaires/formulaire]