Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ElectronKeyboardLayoutChangeNotifier

Keyboard layout changes are detected by the native-keymap package. This must happen in the main process of Electron. The events are sent to the renderer process using Electron IPC.

Hierarchy

  • ElectronKeyboardLayoutChangeNotifier

Implements

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

Protected Readonly nativeLayoutChanged

nativeLayoutChanged: Emitter<NativeKeyboardLayout> = ...

Accessors

onDidChangeNativeLayout

Methods

Protected initialize

  • initialize(): void