# chieffancypants/angular-hotkeys

Configuration-centric keyboard shortcuts for your Angular apps.

Repository: https://github.com/chieffancypants/angular-hotkeys
Canonical: https://ross.abutalabs.com/products/angular-hotkeys
Homepage: http://chieffancypants.github.io/angular-hotkeys/
Language: JavaScript
License: MIT
License Family: permissive
Archived: true
Last push: 2020-01-06T15:56:10+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4573, "days_push": 2431, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1698, forks 243 (observed 2026-08-28T04:05:24.059886+00:00)

## What it is
A configuration-centric keyboard shortcut library for AngularJS (1.2+) apps, built on Mousetrap. It lets developers define hotkeys in JavaScript controllers or route configs, automatically binds/unbinds them on navigation, and generates a route-aware cheat sheet when users press '?'.

## Use cases
- add keyboard shortcuts to an angularjs app without littering templates with DOM attributes
- bind hotkeys per route and unbind them automatically on navigation
- show users an automatic cheat sheet of active shortcuts
- pass arguments to functions triggered by key combinations
- manage dozens of shortcuts centrally instead of across many templates

## When to choose
- you maintain a legacy AngularJS 1.x app and want clean, centralized keyboard shortcut management
- your app's controller methods are keyboard-driven with no 1-to-1 DOM relationship
- you want an automatic, route-aware help cheat sheet for shortcuts

## When to avoid
- you use modern Angular (2+) or another framework - this only supports AngularJS 1.2+
- you prefer declarative DOM-attribute-based shortcut binding
- you need a maintained library - the last release was in 2020 and AngularJS itself is end-of-life

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, developer-tools
- domain: web-development, frontend, developer-tools
- platform: browser
- tags: angularjs, keyboard-shortcuts, hotkeys, cheat-sheet, mousetrap, web-server, nodejs

## Member repositories
- chieffancypants/angular-hotkeys (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:24.059886+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:37:49.412396+00:00, confidence not recorded.
  - readme: https://github.com/chieffancypants/angular-hotkeys (fetched 2026-08-28T04:05:24.059886+00:00, sha 67b2dcd9899c)
  - homepage: http://chieffancypants.github.io/angular-hotkeys/ (fetched 2026-08-29T11:12:46.064653+00:00, sha f1db07e4474f)
  - registry_npm: https://registry.npmjs.org/angular-hotkeys (fetched 2026-08-29T11:12:46.074547+00:00, sha 19390a7293e2)
- Data as of 2026-08-30T08:39:29.467469+00:00.
