diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-05-02 12:29:15 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-05-02 15:43:46 -0400 |
commit | dd9c9a69da7b22c4166391df082ac23878312a01 (patch) | |
tree | 46733d80da3c1b52c2c141867c95c45a6c795f28 /include | |
parent | af10cb2c9cf2ea331850a054095e94110670de96 (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.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/keycodes.hxx b/include/vcl/keycodes.hxx index 964456115248..271ff61ec7a2 100644 --- a/include/vcl/keycodes.hxx +++ b/include/vcl/keycodes.hxx @@ -145,6 +145,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) |