Skip to content

KeyboardShortcuts.SubKeyRegistry

JaykeBird edited this page Feb 21, 2023 · 6 revisions

Back to home | Back to Reference | View raw text

SubKeyRegistry class

Description

A key registry that has a master key registry that it syncs up with. Useful in scenarios where you want to have multiple layers of shortcuts, with only some layers being applicable at certain points.

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SolidShineUi.KeyboardShortcuts
  SolidShineUi.KeyboardShortcuts.SubKeyRegistry[[SubKeyRegistry]]
  SolidShineUi.KeyboardShortcuts.KeyRegistry[[KeyRegistry]]
  end
SolidShineUi.KeyboardShortcuts.KeyRegistry --> SolidShineUi.KeyboardShortcuts.SubKeyRegistry
Loading

Details

Summary

A key registry that has a master key registry that it syncs up with. Useful in scenarios where you want to have multiple layers of shortcuts, with only some layers being applicable at certain points.

Inheritance

Constructors

SubKeyRegistry

public SubKeyRegistry(KeyRegistry master)
Arguments
Type Name Description
KeyRegistry master The master KeyRegistry to stay in sync with.
Summary

Create a SubKeyRegistry.

Generated with ModularDoc

Clone this wiki locally