-
Notifications
You must be signed in to change notification settings - Fork 0
/
ms-Slovakian.ts
33 lines (32 loc) · 1.1 KB
/
ms-Slovakian.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
27
28
29
30
31
32
33
/* eslint-disable sort-keys */
import { ILayoutItem } from '../../core/interfaces/layout.interfaces';
/**
* Layout: Slovakian
*/
export default <ILayoutItem>{
name: `ms-Slovakian`,
lang: [`sk`],
layout: {
default: [
`; + \u013e \u0161 \u010d \u0165 \u017e \u00fd \u00e1 \u00ed \u00e9 = \u00b4 {bksp}`,
`{tab} q w e r t z u i o p \u00fa \u00e4 \u0148`,
`a s d f g h j k l \u00f4 \u00a7 {enter}`,
`{shift} & y x c v b n m , . / {shift}`,
`{alt} {space} {alt}`,
],
shift: [
`\u00b0 1 2 3 4 5 6 7 8 9 0 % \u02c7 {bksp}`,
`{tab} Q W E R T Z U I O P / ( )`,
`A S D F G H J K L \\" ! {enter}`,
`{shift} * Y X C V B N M ? : / {shift}`,
`{alt} {space} {alt}`,
],
alt: [
`{empty} ~ \u02c7 ^ \u02d8 \u00b0 \u02db \` \u02d9 \u00b4 \u02dd \u00a8 \u00b8 {bksp}`,
`{tab} \\ | \u20ac {empty} {empty} {empty} {empty} {empty} {empty} ' \u00f7 \u00d7 \u00a4`,
`{empty} \u0111 \u0110 [ ] {empty} {empty} \u0142 \u0141 $ \u00df {enter}`,
`{shift} < > # & @ { } {empty} < > {empty} {shift}`,
`{alt} {space} {alt}`,
],
},
};