Ported autocorrect-accidental-caps-lock-offapi.diff from ooo-build.

This commit is contained in:
Kohei Yoshida 2010-09-29 16:11:18 -04:00
parent 82e19e2f2a
commit 3bd273aea8

View file

@ -448,6 +448,18 @@ published constants Key
//-------------------------------------------------------------------------
const short CAPSLOCK = 1312;
//-------------------------------------------------------------------------
const short NUMLOCK = 1313;
//-------------------------------------------------------------------------
const short SCROLLLOCK = 1314;
//-------------------------------------------------------------------------
const short DELETE_TO_BEGIN_OF_LINE = 1536;
//-------------------------------------------------------------------------