LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
KeyStroke Struct Referencepublished

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...
 

Detailed Description

Describes a key stroke for hotkeys etc.

Since
OOo 1.1.2

Member Data Documentation

◆ KeyChar

char KeyChar

contains the Unicode character generated by this event or 0.

◆ KeyCode

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.

◆ KeyFunc

short KeyFunc

contains the function type of the key event.

This is a constant from the constant group com::sun::star::awt::KeyFunction.

◆ Modifiers

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.


The documentation for this struct was generated from the following file: