Platforms to show: All Mac Windows Linux Cross-Platform

Back to MediaKeysMBS class.

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

MediaKeysMBS.kModeBlock = 1

Type Topic Plugin Version
const Media Keys MBS MacFrameworks Plugin 11.2
One of the mode constants.

Block the event.

MediaKeysMBS.kModeEventAndBlock = 2

Type Topic Plugin Version
const Media Keys MBS MacFrameworks Plugin 11.2
One of the mode constants.

Call the receivedMediaKeyEvent event and block the event.

MediaKeysMBS.kModeEventAndPass = 3

Type Topic Plugin Version
const Media Keys MBS MacFrameworks Plugin 11.2
One of the mode constants.

Call the receivedMediaKeyEvent event and pass the event to other applications.

MediaKeysMBS.kModePass = 0

Type Topic Plugin Version
const Media Keys MBS MacFrameworks Plugin 11.2
One of the mode constants.

Pass event to other applications.

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


💬 Ask a question or report a problem
The biggest plugin in space...