| LibreOffice
    LibreOffice 24.8 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. | |
| short | KeyCode | 
| contains the integer code representing the key of the event. | |
| char | KeyChar | 
| contains the Unicode character generated by this event or 0. | |
| short | KeyFunc | 
| contains the function type of the key event. | |
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.