| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
There are pre-defined constants corresponding to usually non-typable
keys on the keyboard (see key-names
). When a Lisp function calls
for a virtual key argument, one of the pre-defined constants is
suitable as an argument value. The word after the hyphen names the
key, in this case the meta key.
On most platforms there is no "extra" shift key for this variable to
represent, and its value is the same as vk-alt
. On the
Apple Mac, vk-meta
is
used for the Command/Apple key and vk-alt
is used for the Option/Alt key.
Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |