| Allegro CL version 8.0 Unrevised from 7.0 to 8.0. | |||||||||
Arguments: &optional stream comtab-list max-column-width
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.
comtab-list is a list of the comtabs to include in the report, and defaults to the comtab currently being used by the IDE lisp source code editor. Note that the list-view version of the report can include only a single comtab.
max-column-width is used only by the textual version of the report, and indicates the maximum character-width that will be used for any column. Column values that are longer will push the next column value over a bit.
In releases prior to 7.0, the symbol naming this operator was in the
common-graphics package.
Copyright (c) 1998-2008, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.0. This page was not revised from the 7.0 page.
Created 2005.12.9.
| Allegro CL version 8.0 Unrevised from 7.0 to 8.0. | |||||||||