simple-keyboard-layouts
Version:
Layouts module for simple-keyboard
25 lines (24 loc) • 1.07 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/**
* Layout: Ukrainian
* Source: boomsya (https://github.com/boomsya)
*/
exports.default = {
layout: {
default: [
"\u0027 1 2 3 4 5 6 7 8 9 0 - = {bksp}",
"{tab} \u0439 \u0446 \u0443 \u043a \u0435 \u043d \u0433 \u0448 \u0449 \u0437 \u0445 \u0457 \u0491 \\",
"{lock} \u0444 \u0456 \u0432 \u0430 \u043f \u0440 \u043e \u043b \u0434 \u0436 \u0454 {enter}",
"{shift} / \u044f \u0447 \u0441 \u043c \u0438 \u0442 \u044c \u0431 \u044e . {shift}",
".com @ {space}",
],
shift: [
'\u20B4 ! " \u2116 ; % : ? * ( ) _ + {bksp}',
"{tab} \u0419 \u0426 \u0423 \u041a \u0415 \u041d \u0413 \u0428 \u0429 \u0417 \u0425 \u0407 \u0490 /",
"{lock} \u0424 \u0406 \u0412 \u0410 \u041f \u0420 \u041e \u041b \u0414 \u0416 \u0404 {enter}",
"{shift} | \u042f \u0427 \u0421 \u041c \u0418 \u0422 \u042c \u0411 \u042e , {shift}",
".com @ {space}",
],
},
};