CLIM mail archive

[Prev][Next][Index][Thread]

keystroke accelerators




I want to use the keystroke accelerator option of
define-application-command.

Therefore I do the following:

(define-application-command (com-my-command :menu "My Command"
                                            :name "My Command"
                                            :keystroke #\c-d)
   ()
   (my-body))

When I now use CTRL-d in my application it beeps, but the body is not evaluated

Any hints?


       Rainer

--
Rainer Koenig                                   email: rkoenig@fzi.de
Forschungszentrum Informatik                           king@fzi.de
Abtl. Technische Expertensysteme und Robotik
Haid-und-Neu-Strasse 10-14                      Fax : +49-721-9654-309
D - 7500 Karlsruhe 1                            Tel.: +49-721-9654-313

I use clim 1.0 on a Ivory-board

0,,


Main Index | Thread Index