| Allegro CL version 8.1 Unrevised from 8.0 to 8.1. 8.0 version | ||||||||||
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.
Copyright (c) 1998-2008, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.1. This page was not revised from the 8.0 page.
Created 2008.7.22.
| Allegro CL version 8.1 Unrevised from 8.0 to 8.1. 8.0 version | ||||||||||