LibreOffice
LibreOffice 24.2 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 macOS). 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 (macOS) 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 macOS).
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 (macOS)
const short SHIFT = 1 |
refers to both shift keys.