summaryrefslogtreecommitdiff
path: root/include
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 /include
parentc5b7485354ad9d99f4d7762ac32ddfb17bff4767 (diff)
Add the "quoteright" key to the list of available keyboard shortcuts.
Change-Id: I24800c28b1513b883c42d9ce1c787eaf07815b92
Diffstat (limited to 'include')
-rw-r--r--include/vcl/keycodes.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/keycodes.hxx b/include/vcl/keycodes.hxx
index b6a1b4ad44d4..621be17c49c9 100644
--- a/include/vcl/keycodes.hxx
+++ b/include/vcl/keycodes.hxx
@@ -146,6 +146,7 @@
#define KEY_BRACKETLEFT ((sal_uInt16)::com::sun::star::awt::Key::BRACKETLEFT)
#define KEY_BRACKETRIGHT ((sal_uInt16)::com::sun::star::awt::Key::BRACKETRIGHT)
#define KEY_SEMICOLON ((sal_uInt16)::com::sun::star::awt::Key::SEMICOLON)
+#define KEY_QUOTERIGHT ((sal_uInt16)::com::sun::star::awt::Key::QUOTERIGHT)
#define KEY_CAPSLOCK ((sal_uInt16)::com::sun::star::awt::Key::CAPSLOCK)
#define KEY_NUMLOCK ((sal_uInt16)::com::sun::star::awt::Key::NUMLOCK)