summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-05-02 12:29:15 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-05-02 18:28:56 -0400
commit88c79ede772b5543f5aa4aa8065ef8daaff0e051 (patch)
tree5a5e017f1924aa6e144f0c33fe78658c16db24be /offapi
parentc5b7485354ad9d99f4d7762ac32ddfb17bff4767 (diff)
Add the "quoteright" key to the list of available keyboard shortcuts.
Change-Id: I24800c28b1513b883c42d9ce1c787eaf07815b92
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/Key.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/offapi/com/sun/star/awt/Key.idl b/offapi/com/sun/star/awt/Key.idl
index 21636bb940fe..5c84843d002b 100644
--- a/offapi/com/sun/star/awt/Key.idl
+++ b/offapi/com/sun/star/awt/Key.idl
@@ -362,6 +362,9 @@ published constants Key
const short SEMICOLON = 1317;
+ const short QUOTERIGHT = 1318;
+
+
const short DELETE_TO_END_OF_PARAGRAPH = 1539;