simple-keyboard-layouts icon indicating copy to clipboard operation
simple-keyboard-layouts copied to clipboard

Multi-language virtual keyboard layouts for simple-keyboard

Results 4 simple-keyboard-layouts issues
Sort by recently updated
recently updated
newest added

## Description Here you have a brazilian layout. If you want a photo as reference, this is one: https://www.mercadolivre.com.br/teclado-sem-fio-logitech-k270-qwerty-portugus-brasil-cor-preto/p/MLB6360374 Regards.

⚡️ Enhancement

If we change the keyboard layout to Spanish for example, shouldn't `backspace` change text to `retroceso`? The same applies for all of the other keys. I can accomplish this myself...

⚡️ Enhancement

## Description This enables dynamic imports in a node context. Without the "type": "module" declaration, nodejs tries to import this package as a CommonJS module when using the dynamic `import()`,...

**Simple-keyboard version** 3.3.98 **Describe the bug** When I try to import a layout dynamically, like this: ``` JS const { default: imported } = await import(`simple-keyboard-layouts/build/layouts/${configuredLayout}.js`); ``` I get the...