Ported autocorrect-accidental-caps-lock-offapi.diff from ooo-build.
This commit is contained in:
parent
82e19e2f2a
commit
3bd273aea8
1 changed files with 12 additions and 0 deletions
|
@ -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;
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue