Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codex-team/editor.js
/ get
Method
get
src/components/utils/keyboard.ts:6–6 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
4
*/
5
interface
KeyboardLayoutMap {
6
get(key: string): string | undefined;
7
has(key: string): boolean;
8
size: number;
9
entries(): IterableIterator<[string, string]>;
Callers
15
onchange.cy.ts
File · 0.65
block-ids.cy.ts
File · 0.65
readOnly.cy.ts
File · 0.65
copy-paste.cy.ts
File · 0.65
i18n.cy.ts
File · 0.65
initialization.cy.ts
File · 0.65
selection.cy.ts
File · 0.65
sanitisation.cy.ts
File · 0.65
ToolsFactory.cy.ts
File · 0.65
Ui.cy.ts
File · 0.65
Saver.cy.ts
File · 0.65
InlineToolbar.cy.ts
File · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected