1 diff --git offapi/com/sun/star/awt/Key.idl offapi/com/sun/star/awt/Key.idl
2 index c14af6d..7265d9d 100644
3 --- offapi/com/sun/star/awt/Key.idl
4 +++ offapi/com/sun/star/awt/Key.idl
5 @@ -449,6 +449,18 @@ published constants Key
7 const short QUOTELEFT = 1311;
9 + //-------------------------------------------------------------------------
11 + const short CAPSLOCK = 1312;
13 + //-------------------------------------------------------------------------
15 + const short NUMLOCK = 1313;
17 + //-------------------------------------------------------------------------
19 + const short SCROLLLOCK = 1314;
21 //-------------------------------------------------------------------------
23 const short DELETE_TO_BEGIN_OF_LINE = 1536;