CLIM mail archive

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

Keyboard Accellerators



I've been having some peculiar behavior in Lucid Clim 1.0 with keyboard
accellerators for commands.  If my command definer looks like:

(define-cyc-listener-command (com-show-u :name t :keystroke #\control-g)
    ()
  (accept-and-show-unit))

Then the keystroke I have to type is #\control-G, not #\control-g

Has anyone else seen this?  Its happened for me on both DEC 5000s and
Sparc2s. The same code works ok on Genera.

- Dexter Pratt


Follow-Ups:

Main Index | Thread Index