Options
All
  • Public
  • Public/Protected
  • All
Menu

Module config

Configuration flags and settings for how mmk.keyboard as a whole behaves.

Index

Variables

debugAssertKeyDefined

debugAssertKeyDefined: boolean = true

debugEvents

debugEvents: boolean = false

Master control for all per-event debugging options.

debugIgnoreRepeat

debugIgnoreRepeat: boolean = false

Should events where event.mmkRepeat === true be ignored for debugging purpouses?

debugLog

debugLog: boolean = true

Should events be logged to the console?

debugLogBaked

debugLogBaked: boolean = true

When logging, should event.mmk___ fields be logged?

debugLogMods

debugLogMods: boolean = true

When logging, should event.___Key fields be logged?

debugLogOnlyDown

debugLogOnlyDown: boolean = true

When logging, should only keydown events be logged? Or should keypress / keyup events be logged as well?

debugLogOriginalEvent

debugLogOriginalEvent: boolean = false

When logging, should the event object as a whole be logged?

debugLogRaw

debugLogRaw: boolean = true

When logging, should event.___ fields of the original event be logged?

Generated using TypeDoc