Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

modifier-key-index

Function

Summary

Returns the index number of the specified modifier key.

Signature

modifier-key-index key-name => index

Arguments

key-name
An instance of type <symbol>.

Values

index
An instance of type <integer>.

Library

duim-sheets

Module

duim-sheets

Description

Returns the index number of the specified modifier key. The key-name specified may be any of the elements of $modifier-keys

The returned index value is either 0, 1, 2, 3, or 4.

See also

$alt-key, page 210

$control-key, page 239

$hyper-key, page 289

$meta-key, page 311

modifier-key-index-name, page 313

$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