-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathms-Belarusian.ts
26 lines (25 loc) · 990 Bytes
/
ms-Belarusian.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* eslint-disable sort-keys */
import { ILayoutItem } from '../../core/interfaces/layout.interfaces';
/**
* Layout: Belarusian
*/
export default <ILayoutItem>{
name: `ms-ABelarusian`,
lang: [`be`],
layout: {
default: [
`\u0451 1 2 3 4 5 6 7 8 9 0 - = {bksp}`,
`{tab} \u0439 \u0446 \u0443 \u043a \u0435 \u043d \u0433 \u0448 \u045e \u0437 \u0445 ' \\`,
`\u0444 \u044b \u0432 \u0430 \u043f \u0440 \u043e \u043b \u0434 \u0436 \u044d {enter}`,
`{shift} \\ \u044f \u0447 \u0441 \u043c \u0456 \u0442 \u044c \u0431 \u044e / {shift}`,
`{alt} {space} {alt}`,
],
shift: [
`\u0401 ! " \u2116 ; % : ? * ( ) _ + {bksp}`,
`{tab} \u0419 \u0426 \u0423 \u041a \u0415 \u041d \u0413 \u0428 \u040e \u0417 \u0425 ' /`,
`\u0424 \u042b \u0412 \u0410 \u041f \u0420 \u041e \u041b \u0414 \u0416 \u042d {enter}`,
`{shift} / \u042f \u0427 \u0421 \u041c \u0406 \u0422 \u042c \u0411 \u042e / {shift}`,
`{alt} {space} {alt}`,
],
},
};