summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/Key.idl12
1 files changed, 12 insertions, 0 deletions
diff --git a/offapi/com/sun/star/awt/Key.idl b/offapi/com/sun/star/awt/Key.idl
index 26176d8b6..ec0b3b421 100644
--- a/offapi/com/sun/star/awt/Key.idl
+++ b/offapi/com/sun/star/awt/Key.idl
@@ -447,6 +447,18 @@ published constants Key
const short QUOTELEFT = 1311;
//-------------------------------------------------------------------------
+
+ const short CAPSLOCK = 1312;
+
+ //-------------------------------------------------------------------------
+
+ const short NUMLOCK = 1313;
+
+ //-------------------------------------------------------------------------
+
+ const short SCROLLLOCK = 1314;
+
+ //-------------------------------------------------------------------------
const short DELETE_TO_BEGIN_OF_LINE = 1536;