Home  /  Autodocs  /  keymap.library

NAME

AskKeyMapDefault
Ask for a pointer to the current default keymap. (V36)

SYNOPSIS

keyMap = AskKeyMapDefault()

struct KeyMap *AskKeyMapDefault( VOID );

FUNCTION

Return a pointer to the keymap used by the keymap library for MapRawKey and MapANSI when a keymap is not specified.

RESULT

keyMap
a pointer to a keyMap structure. This key map is guaranteed to be permanently allocated: it will remain in memory till the machine is reset.

BUGS

The keymap.h include file should be in the libraries/ or perhaps resources/ directory, but is in the devices/ directory for compatibility reasons.

SEE ALSO

<devices/keymap.h>, keymap.library/SetKeyMapDefault(), console.device ...KEYMAP functions