Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/hotkeys
/ _sideToSide
Method
_sideToSide
examples/lit/hotkey-sequence/src/app.ts:235–237 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
233
timeout: 1500,
234
})
235
private _sideToSide() {
236
this.addToHistory(
'←→←→ → Side to side!'
)
237
}
238
239
@hotkeySequence([
'H'
,
'E'
,
'L'
,
'L'
,
'O'
])
240
private _hello() {
Callers
nothing calls this directly
Calls
1
addToHistory
Method · 0.95
Tested by
no test coverage detected