CLIM mail archive

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

keystroke-to-command





I'm t, unsuccessfully, to assign a keystroke (Control-A) to my
application frame command table. Maybe I should say I was unsuccessful
in getting it to work and the assignment was right. Anyway, I want to
bind a function to control-a so if a anytime while in the application
frame I press control-a that command executes. Here's what I though
would be the appropriate command:

(add-keystroke-to-command-table (find-command-table 'cap-plot) '(:a :control) :co




   (add-keystroke-to-command-table 'cap-plot '(:a :control) :command 'com-find-again)
*******************************************************************************
Steve Smith                          | Internet: s.l.smith@larc.nasa.gov 
NASA Langley Research Center         | Voice   : (804) 864-2004          
M/S 152                              | FAX     : (804) 864-7793
Hampton, VA 23681                    | 
*******************************************************************************


Follow-Ups:

Main Index | Thread Index