@cartridge-engine/keyboard-engine
    Preparing search index...

    Function removeKeysFromActionMap

    • Remove specific keys from an action's entry in the actionKeysMap. If no keys remain for the action after removal, the entire entry is deleted.

      Used during unbind to keep the map consistent with the current bindings.

      Parameters

      • map: Map<string, string[]>
      • actionId: string
      • keysToRemove: string[]

      Returns void