I was asked about a simple key handler in Calc. With the key handler, if you pressed the alt key, the event handler was called. Unfortunately, if you pressed the Ctrl key the event handler was not called.
Pressing a combination with the Ctrl key worked as expected, and the Ctrl key was properly indicated in the attributes.
Given that the com.sun.star.awt.XKeyHandler caused the handler to be called when I pressed the Alt key, I also expected it to be called when I pressed the Ctrl key.
-- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMacro.odt My Book: http://www.hentzenwerke.com/catalog/oome.htm Info: http://www.pitonyak.org/oo.php See Also: http://documentation.openoffice.org/HOW_TO/index.html --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
