-
Notifications
You must be signed in to change notification settings - Fork 0
/
ms-Czech-Programmers.ts
40 lines (39 loc) · 1.57 KB
/
ms-Czech-Programmers.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
34
35
36
37
38
39
40
/* eslint-disable sort-keys */
import { ILayoutItem } from '../../core/interfaces/layout.interfaces';
/**
* Layout: Czech Programmers
*/
export default <ILayoutItem>{
name: `ms-CzechProgrammers`,
lang: [`cs`],
layout: {
default: [
`\` 1 2 3 4 5 6 7 8 9 0 - = {bksp}`,
`{tab} q w e r t y u i o p [ ] \\`,
`a s d f g h j k l ; ' {enter}`,
`{shift} \\ z x c v b n m , . / {shift}`,
`{alt} {space} {alt}`,
],
shift: [
`~ ! @ # $ % ^ & * ( ) _ + {bksp}`,
`{tab} Q W E R T Y U I O P { } |`,
`A S D F G H J K L : " {enter}`,
`{shift} | Z X C V B N M < > / {shift}`,
`{alt} {space} {alt}`,
],
alt: [
`; + \u011b \u0161 \u010d \u0159 \u017e \u00fd \u00e1 \u00ed \u00e9 = \u00b4 {bksp}`,
`{tab} {empty} {empty} \u20ac {empty} {empty} {empty} {empty} {empty} {empty} {empty} \u00fa ) {empty}`,
`{empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} \u016f \u00a7 {enter}`,
`{shift} \u00df {empty} {empty} {empty} {empty} {empty} {empty} {empty} ? : {empty} {shift}`,
`{alt} {space} {alt}`,
],
altShift: [
`\u00b0 {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} % \u02c7 {bksp}`,
`{tab} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} / ( {empty}`,
`{empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} {empty} " ! {enter}`,
`{shift} \u02dd {empty} {empty} {empty} {empty} {empty} {empty} {empty} \u00d7 \u00f7 {empty} {shift}`,
`{alt} {space} {alt}`,
],
},
};