diff options
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/awt/Key.idl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/offapi/com/sun/star/awt/Key.idl b/offapi/com/sun/star/awt/Key.idl index d9f45257ce8c..b07ff78dab54 100644 --- a/offapi/com/sun/star/awt/Key.idl +++ b/offapi/com/sun/star/awt/Key.idl @@ -375,6 +375,12 @@ published constants Key /* # sign. @since LibreOffice 24.2 */ const short NUMBERSIGN = 191; + /* XF86Forward @since LibreOffice 24.2 */ + const short XF86FORWARD = 167; + + /* XF86Back @since LibreOffice 24.2 */ + const short XF86BACK = 166; + /** The following values don't correspond to physical keys on any keyboard but are used in the macOS implementation of VCL. They correspond to some of the action messages of the NSResponder |