LibreOffice
LibreOffice 5.3 SDK API Reference
|
These values are used to specify which modifier keys are pressed. More...
Variables | |
const short | SHIFT = 1 |
refers to both shift keys. More... | |
const short | MOD1 = 2 |
refers in the most cases to the "Ctrl" key (Cmd on Mac OS X). More... | |
const short | MOD2 = 4 |
refers in the most cases to the "Alt" key. More... | |
const short | MOD3 = 8 |
refers in the most cases to the "Ctrl" key (Mac OS X) More... | |
These values are used to specify which modifier keys are pressed.
const short MOD1 = 2 |
refers in the most cases to the "Ctrl" key (Cmd on Mac OS X).
const short MOD2 = 4 |
refers in the most cases to the "Alt" key.
const short MOD3 = 8 |
refers in the most cases to the "Ctrl" key (Mac OS X)
const short SHIFT = 1 |
refers to both shift keys.