Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

event-key-name

Generic function

Summary

Returns the name of the key that was pressed or released on the keyboard.

Signature

event-key-name event => name

Arguments

event
An instance of type <event>.

Values

name
An instance of type <symbol>.

Library

duim-sheets

Module

duim-sheets

Description

Returns the name of the key that was pressed or released in a keyboard event. This will be a symbol whose value is specific to the current port.

See also

event-character, page 264

<keyboard-event>, page 290


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index