Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dethcrypto/dethcode
/ NavigatorKeyboard
Interface
NavigatorKeyboard
packages/entrypoint/src/index.ts:98–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
})();
97
98
interface
NavigatorKeyboard {
99
getLayoutMap(): Promise<KeyboardLayoutMap>;
100
}
101
/** https:
//developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap */
102
interface
KeyboardLayoutMap
103
extends Iterable<
Callers
1
getLayoutMap
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected