* Adds a new keyboard local not supported by keyboard JS * @param local * @param keys
(local, keys)
| 460 | * @param keys |
| 461 | */ |
| 462 | function addLocale(local, keys) { |
| 463 | locals[local] = keys; |
| 464 | } |
| 465 | |
| 466 | /** |
| 467 | * Changes the keyboard local |
nothing calls this directly
no outgoing calls
no test coverage detected