summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-05-05 19:38:07 +0300
committerTor Lillqvist <tml@collabora.com>2014-05-05 19:38:07 +0300
commitd177d160260fd901d03952832e563f5da8c30538 (patch)
treecfc30f8a9844e509b8da048fc3c7557fd3dd0e50 /offapi
parent72ff5d4196bcf0ab498eef40114b449045006ca2 (diff)
Document that the weirder constants are not actually keyboard keys
Change-Id: I8e163e63bfbbbaa5f7f4de2151fea41d735417d0
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/Key.idl9
1 files changed, 8 insertions, 1 deletions
diff --git a/offapi/com/sun/star/awt/Key.idl b/offapi/com/sun/star/awt/Key.idl
index 5c84843d002b..09b519a9b750 100644
--- a/offapi/com/sun/star/awt/Key.idl
+++ b/offapi/com/sun/star/awt/Key.idl
@@ -24,7 +24,8 @@
module com { module sun { module star { module awt {
-/** These values are used to specifies distinct physical keys.
+/** These values are used to specify distinct physical keys, plus
+ some special values used by the OS X implementation.
*/
published constants Key
{
@@ -365,6 +366,12 @@ published constants Key
const short QUOTERIGHT = 1318;
+ /** The following values don't correspond to physical keys on any
+ keyboard but are used in the OS X implementation of VCL. They
+ correspond to some of the action messages of the NSResponder
+ abstract class.
+ */
+
const short DELETE_TO_END_OF_PARAGRAPH = 1539;