Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

modifier-key-index-name

Function

Summary

Returns the key name of the specified modifier key index.

Signature

modifier-key-index-name index => key-name

Arguments

index
An instance of type <integer>.

Values

key-name
An instance of type <symbol>.

Library

duim-sheets

Module

duim-sheets

Description

Returns the key name of the specified modifier key index. The index specified is either 0, 1, 2, 3, or 4.

The key-name returned may be any of the elements of $modifier-keys

See also

$alt-key, page 210

$control-key, page 239

$hyper-key, page 289

$meta-key, page 311

modifier-key-index, page 312

$modifier-keys, page 314

$option-key, page 318

$shift-key, page 365

$super-key, page 366


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index