LibreOffice
LibreOffice 24.2 SDK API Reference
|
Describes a key stroke for hotkeys etc. More...
import"KeyStroke.idl";
Public Attributes | |
short | Modifiers |
contains the modifier keys which were pressed while the event occurred. More... | |
short | KeyCode |
contains the integer code representing the key of the event. More... | |
char | KeyChar |
contains the Unicode character generated by this event or 0. More... | |
short | KeyFunc |
contains the function type of the key event. More... | |
Describes a key stroke for hotkeys etc.
char KeyChar |
contains the Unicode character generated by this event or 0.
short KeyCode |
contains the integer code representing the key of the event.
This is a constant from the constant group com::sun::star::awt::Key.
short KeyFunc |
contains the function type of the key event.
This is a constant from the constant group com::sun::star::awt::KeyFunction.
short Modifiers |
contains the modifier keys which were pressed while the event occurred.
Zero or more constants from the group com::sun::star::awt::KeyModifier.