Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/claude-code-best/claude-code
/ notifyExpectedEscape
Function
notifyExpectedEscape
src/utils/computerUse/escHotkey.ts:52–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
}
51
52
export
function
notifyExpectedEscape(): void {
53
if
(!registered)
return
54
;(requireComputerUseSwift() as any).hotkey?.notifyExpectedEscape()
55
}
Callers
2
key
Function · 0.85
holdKey
Function · 0.85
Calls
1
requireComputerUseSwift
Function · 0.85
Tested by
no test coverage detected