MCPcopy Create free account
hub / github.com/TanStack/hotkeys / _hello

Method _hello

examples/lit/hotkey-sequence/src/app.ts:240–242  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

238
239 @hotkeySequence(['H', 'E', 'L', 'L', 'O'])
240 private _hello() {
241 this.addToHistory('hello → Hello World!')
242 }
243
244 @hotkey('Escape')
245 private _escape(_event: KeyboardEvent, _ctx: HotkeyCallbackContext) {

Callers

nothing calls this directly

Calls 1

addToHistoryMethod · 0.95

Tested by

no test coverage detected