MediaKeysMBS constants

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

Back to MediaKeysMBS class.

Key Constants

MediaKeysMBS.kMediaKeyBrightnessDown = 3

Type Topic Plugin Version
const Media Keys MBS MacFrameworks Plugin 11.2
One of the key constants.
Example
dim m as new MediaKeysMBS // your MediaKeys object

// watch for this key
m.Keys(MediaKeysMBS.kMediaKeyBrightnessDown) = MediaKeysMBS.kModeEventAndBlock

MediaKeysMBS.kMediaKeyBrightnessUp = 2

Type Topic Plugin Version
const Media Keys MBS MacFrameworks Plugin 11.2
One of the key constants.
Example
dim m as new MediaKeysMBS // your MediaKeys object

// watch for this key
m.Keys(MediaKeysMBS.kMediaKeyBrightnessUp) = MediaKeysMBS.kModeEventAndBlock

MediaKeysMBS.kMediaKeyCapsLock = 4

Type Topic Plugin Version
const Media Keys MBS MacFrameworks Plugin 11.2
One of the key constants.
Example
dim m as new MediaKeysMBS // your MediaKeys object

// watch for this key
m.Keys(MediaKeysMBS.kMediaKeyCapsLock) = MediaKeysMBS.kModeEventAndBlock

Caps Lock

MediaKeysMBS.kMediaKeyContrastDown = 12

Type Topic Plugin Version
const Media Keys MBS MacFrameworks Plugin 11.2
One of the key constants.
Example
dim m as new MediaKeysMBS // your MediaKeys object

// watch for this key
m.Keys(MediaKeysMBS.kMediaKeyContrastDown) = MediaKeysMBS.kModeEventAndBlock

MediaKeysMBS.kMediaKeyContrastUp = 11

Type Topic Plugin Version
const Media Keys MBS MacFrameworks Plugin 11.2
One of the key constants.
Example
dim m as new MediaKeysMBS // your MediaKeys object

// watch for this key
m.Keys(MediaKeysMBS.kMediaKeyContrastUp) = MediaKeysMBS.kModeEventAndBlock

MediaKeysMBS.kMediaKeyDownArrow = 9

Type Topic Plugin Version
const Media Keys MBS MacFrameworks Plugin 11.2
One of the key constants.
Example
dim m as new MediaKeysMBS // your MediaKeys object

// watch for this key
m.Keys(MediaKeysMBS.kMediaKeyDownArrow) = MediaKeysMBS.kModeEventAndBlock

MediaKeysMBS.kMediaKeyEject = 14

Type Topic Plugin Version
const Media Keys MBS MacFrameworks Plugin 11.2
One of the key constants.
Example
dim m as new MediaKeysMBS // your MediaKeys object

// watch for this key
m.Keys(MediaKeysMBS.kMediaKeyEject) = MediaKeysMBS.kModeEventAndBlock

Eject key

MediaKeysMBS.kMediaKeyFast = 19

Type Topic Plugin Version
const Media Keys MBS MacFrameworks Plugin 11.2
One of the key constants.
Example
dim m as new MediaKeysMBS // your MediaKeys object

// watch for this key
m.Keys(MediaKeysMBS.kMediaKeyFast) = MediaKeysMBS.kModeEventAndBlock

Fast key. On by default.

MediaKeysMBS.kMediaKeyHelp = 5

Type Topic Plugin Version
const Media Keys MBS MacFrameworks Plugin 11.2
One of the key constants.
Example
dim m as new MediaKeysMBS // your MediaKeys object

// watch for this key
m.Keys(MediaKeysMBS.kMediaKeyHelp) = MediaKeysMBS.kModeEventAndBlock

MediaKeysMBS.kMediaKeyIlluminationDown = 22

Type Topic Plugin Version
const Media Keys MBS MacFrameworks Plugin 11.2
One of the key constants.
Example
dim m as new MediaKeysMBS // your MediaKeys object

// watch for this key
m.Keys(MediaKeysMBS.kMediaKeyIlluminationDown) = MediaKeysMBS.kModeEventAndBlock

MediaKeysMBS.kMediaKeyIlluminationToggle = 23

Type Topic Plugin Version
const Media Keys MBS MacFrameworks Plugin 11.2
One of the key constants.
Example
dim m as new MediaKeysMBS // your MediaKeys object

// watch for this key
m.Keys(MediaKeysMBS.kMediaKeyIlluminationToggle) = MediaKeysMBS.kModeEventAndBlock

MediaKeysMBS.kMediaKeyIlluminationUp = 21

Type Topic Plugin Version
const Media Keys MBS MacFrameworks Plugin 11.2
One of the key constants.
Example
dim m as new MediaKeysMBS // your MediaKeys object

// watch for this key
m.Keys(MediaKeysMBS.kMediaKeyIlluminationUp) = MediaKeysMBS.kModeEventAndBlock

MediaKeysMBS.kMediaKeyLaunchPanel = 13

Type Topic Plugin Version
const Media Keys MBS MacFrameworks Plugin 11.2
One of the key constants.
Example
dim m as new MediaKeysMBS // your MediaKeys object

// watch for this key
m.Keys(MediaKeysMBS.kMediaKeyLaunchPanel) = MediaKeysMBS.kModeEventAndBlock

MediaKeysMBS.kMediaKeyMute = 7

Type Topic Plugin Version
const Media Keys MBS MacFrameworks Plugin 11.2
One of the key constants.
Example
dim m as new MediaKeysMBS // your MediaKeys object

// watch for this key
m.Keys(MediaKeysMBS.kMediaKeyMute) = MediaKeysMBS.kModeEventAndBlock

Sound Mute

MediaKeysMBS.kMediaKeyNext = 17

Type Topic Plugin Version
const Media Keys MBS MacFrameworks Plugin 11.2
One of the key constants.
Example
dim m as new MediaKeysMBS // your MediaKeys object

// watch for this key
m.Keys(MediaKeysMBS.kMediaKeyNext) = MediaKeysMBS.kModeEventAndBlock

MediaKeysMBS.kMediaKeyNumLock = 10

Type Topic Plugin Version
const Media Keys MBS MacFrameworks Plugin 11.2
One of the key constants.
Example
dim m as new MediaKeysMBS // your MediaKeys object

// watch for this key
m.Keys(MediaKeysMBS.kMediaKeyNumLock) = MediaKeysMBS.kModeEventAndBlock

Num Lock key

MediaKeysMBS.kMediaKeyPlay = 16

Type Topic Plugin Version
const Media Keys MBS MacFrameworks Plugin 11.2
One of the key constants.
Example
dim m as new MediaKeysMBS // your MediaKeys object

// watch for this key
m.Keys(MediaKeysMBS.kMediaKeyPlay) = MediaKeysMBS.kModeEventAndBlock

Play key. On by default.

MediaKeysMBS.kMediaKeyPower = 6

Type Topic Plugin Version
const Media Keys MBS MacFrameworks Plugin 11.2
One of the key constants.
Example
dim m as new MediaKeysMBS // your MediaKeys object

// watch for this key
m.Keys(MediaKeysMBS.kMediaKeyPower) = MediaKeysMBS.kModeEventAndBlock

Power Key

MediaKeysMBS.kMediaKeyPrevious = 18

Type Topic Plugin Version
const Media Keys MBS MacFrameworks Plugin 11.2
One of the key constants.
Example
dim m as new MediaKeysMBS // your MediaKeys object

// watch for this key
m.Keys(MediaKeysMBS.kMediaKeyPrevious) = MediaKeysMBS.kModeEventAndBlock

Previous key

MediaKeysMBS.kMediaKeyRewind = 20

Type Topic Plugin Version
const Media Keys MBS MacFrameworks Plugin 11.2
One of the key constants.
Example
dim m as new MediaKeysMBS // your MediaKeys object

// watch for this key
m.Keys(MediaKeysMBS.kMediaKeyRewind) = MediaKeysMBS.kModeEventAndBlock

Rewind Key. On by default.

MediaKeysMBS.kMediaKeySoundDown = 1

Type Topic Plugin Version
const Media Keys MBS MacFrameworks Plugin 11.2
One of the key constants.
Example
dim m as new MediaKeysMBS // your MediaKeys object

// watch for this key
m.Keys(MediaKeysMBS.kMediaKeySoundDown) = MediaKeysMBS.kModeEventAndBlock

Sound down

MediaKeysMBS.kMediaKeySoundUp = 0

Type Topic Plugin Version
const Media Keys MBS MacFrameworks Plugin 11.2
One of the key constants.
Example
dim m as new MediaKeysMBS // your MediaKeys object

// watch for this key
m.Keys(MediaKeysMBS.kMediaKeySoundUp) = MediaKeysMBS.kModeEventAndBlock

Sound up

MediaKeysMBS.kMediaKeyUpArrow = 8

Type Topic Plugin Version
const Media Keys MBS MacFrameworks Plugin 11.2
One of the key constants.
Example
dim m as new MediaKeysMBS // your MediaKeys object

// watch for this key
m.Keys(MediaKeysMBS.kMediaKeyUpArrow) = MediaKeysMBS.kModeEventAndBlock

MediaKeysMBS.kMediaKeyVideoMirror = 15

Type Topic Plugin Version
const Media Keys MBS MacFrameworks Plugin 11.2
One of the key constants.
Example
dim m as new MediaKeysMBS // your MediaKeys object

// watch for this key
m.Keys(MediaKeysMBS.kMediaKeyVideoMirror) = MediaKeysMBS.kModeEventAndBlock

The items on this page are in the following plugins: MBS MacFrameworks Plugin.


💬 Ask a question or report a problem