Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "msime-ja/keystrokes"

Index

Type aliases

CharsToKeystrokesList

CharsToKeystrokesList: {}

A mapping from characters to a list of keystrokes.

Type declaration

  • [key: string]: string[]

KeystrokesToChars

KeystrokesToChars: {}

A mapping from keystrokes to characters.

Type declaration

  • [key: string]: string

Generated using TypeDoc