MCPcopy Create free account
hub / github.com/codename-co/stack / addLocale

Function addLocale

hub/astray/keyboard.js:462–464  ·  view source on GitHub ↗

* Adds a new keyboard local not supported by keyboard JS * @param local * @param keys

(local, keys)

Source from the content-addressed store, hash-verified

460 * @param keys
461 */
462 function addLocale(local, keys) {
463 locals[local] = keys;
464 }
465
466 /**
467 * Changes the keyboard local

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected