Keymod

bearlyb.keycode.Keymod$package.Keymod
object Keymod

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Keymod.type

Members list

Value members

Concrete fields

val Alt: Keymod

Any Alt key is down.

Any Alt key is down.

Attributes

val Caps: Keymod

the Caps Lock key is down.

the Caps Lock key is down.

Attributes

val Ctrl: Keymod

Any Ctrl key is down.

Any Ctrl key is down.

Attributes

val Gui: Keymod

Any Gui (often windows key) is down.

Any Gui (often windows key) is down.

Attributes

val LAlt: Keymod

the left Alt key is down.

the left Alt key is down.

Attributes

val LCtrl: Keymod

the left Ctrl (Control) key is down.

the left Ctrl (Control) key is down.

Attributes

val LGui: Keymod

the left GUI key (often the Windows key) is down.

the left GUI key (often the Windows key) is down.

Attributes

val LShift: Keymod

the left Shift key is down.

the left Shift key is down.

Attributes

val Level5: Keymod

the Level 5 Shift key is down.

the Level 5 Shift key is down.

Attributes

val Mode: Keymod

the !AltGr key is down.

the !AltGr key is down.

Attributes

val None: Keymod

no modifier is applicable.

no modifier is applicable.

Attributes

val Num: Keymod

the Num Lock key (may be located on an extended keypad) is down.

the Num Lock key (may be located on an extended keypad) is down.

Attributes

val RAlt: Keymod

the right Alt key is down.

the right Alt key is down.

Attributes

val RCtrl: Keymod

the right Ctrl (Control) key is down.

the right Ctrl (Control) key is down.

Attributes

val RGui: Keymod

the right GUI key (often the Windows key) is down.

the right GUI key (often the Windows key) is down.

Attributes

val RShift: Keymod

the right Shift key is down.

the right Shift key is down.

Attributes

val Scroll: Keymod

the Scroll Lock key is down.

the Scroll Lock key is down.

Attributes

val Shift: Keymod

Any Shift key is down.

Any Shift key is down.

Attributes