CLIM mail archive
[Prev][Next][Index][Thread]
Trouble with keyboard accelerator
I'm running Genera 8.1 and CLIM version 27 and
can't get keyboard accelerators to work. After the
following command is defined, when I press
control-r or control-shift-r, the machine just
beeps. And the "recreate" command does not show up
in the command table.
(define-network-design-command (com-recreate
:keystroke #\c-r
:menu nil)
()
(when *most-recent-palette-item*
(com-create-copy *most-recent-palette-item*)))
-brent
----------------------------------------------------------------
Brent Neal Reeves brentr@cs.colorado.edu (303) 492-1218
Follow-Ups:
Main Index |
Thread Index