| Allegro CL version 8.2 Object described on page has changed in 8.2. 8.1 version |
Arguments: &key (stream *terminal-io*) (comtab-list (list *text-edit-comtab*)) (max-column-width 40) (include-menu-bar t) (include-global t) include-help-strings extra-help-string-spacing
Generates a table of all keyboard shortcuts used by the IDE, including
menubar shortcuts, comtabs, and global accelerators. If
stream is nil
, then the
report is shown in a list-view
control in a dialog (this
is what the Help | Shortcut Keys command does). If
stream is a stream, then a textual version
of the report is printed to the stream. The default value of
stream is the current value of *terminal-io*
,
which typically will print the output to a listener window.
In releases prior to 8.2, the arguments were optional rather than keyword arguments (and the argument list contained only the first three items).
nil
.
nil
.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
The object described on this page has been modified in the 8.2 release; see the Release Notes.
Created 2016.6.21.
| Allegro CL version 8.2 Object described on page has changed in 8.2. 8.1 version |