-
Notifications
You must be signed in to change notification settings - Fork 0
/
ms-Assamese-Inscript.ts
39 lines (38 loc) · 1.55 KB
/
ms-Assamese-Inscript.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
import { ILayoutItem } from '../../core/interfaces/layout.interfaces';
/**
* Layout: Assamese Inscript
*/
export default <ILayoutItem>{
name: `ms-AssameseInscript`,
lang: [`as`],
layout: {
default: [
`\u0965 \u09e7 \u09e8 \u09e9 \u09ea \u09eb \u09ec \u09ed \u09ee \u09ef \u09e6 - \u09c3 {bksp}`,
`{tab} \u09cc \u09c8 \u09be \u09c0 \u09c2 \u09ac \u09b9 \u0997 \u09a6 \u099c \u09a1 \u09bc {empty}`,
`\u09cb \u09c7 \u09cd \u09bf \u09c1 \u09aa \u09f0 \u0995 \u09a4 \u099a \u099f {enter}`,
`{shift} {empty} {empty} \u0982 \u09ae \u09a8 \u09f1 \u09b2 \u09b8 , . / {shift}`,
`{alt} {space} {alt}`,
],
shift: [
`{empty} ! @ \u09cd\u09f0 \u09f0\u09cd \u099c\u09cd\u099e \u09a4\u09cd\u09f0 \u0995\u09cd\u09b7 \u09b6\u09cd\u09f0 ( ) \u0983 \u098b {bksp}`,
`{tab} \u0994 \u0990 \u0986 \u0988 \u098a \u09ad \u0999 \u0998 \u09a7 \u099d \u09a2 \u099e {empty}`,
`\u0993 \u098f \u0985 \u0987 \u0989 \u09ab {empty} \u0996 \u09a5 \u099b \u09a0 {enter}`,
`{shift} {empty} {empty} \u0981 \u09a3 {empty} {empty} {empty} \u09b6 \u09b7 \u0964 / {shift}`,
`{alt} {space} {alt}`,
],
alt: [
`\` 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}`,
],
altShift: [
`~ ! @ # $ % ^ & * ( ) _ + {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}`,
],
},
};