Subversion Repositories SvarDOS

Rev

Rev 67 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
67 mv_fox 1
char *kblayouts[] = {
2
  /****** EN ******/
3
  "English (US)\0en\0\1\265\0\0",
4
  "English (UK)\0uk\0\1\265\0\1",
5
  /****** FR ******/
6
  "French (France)\0fr\0\3\132\1\1",
7
  "French (Canada, standard)\0cf\0\3\137\11\1",
8
  "French (Canada, legacy)\0cf501\0\3\137\11\1",
9
  /****** DE ******/
10
  "German\0de\0\3\132\1\1",
92 mv_fox 11
  /****** HU ******/
12
  "Hungarian\0hu208\0\3\124\1\1",
67 mv_fox 13
  /****** PL ******/
14
  "Polish\0pl\0\3\337\12\1",
15
  /****** ES ******/
16
  "Spanish\0es\0\3\132\1\1",
17
  /****** TR ******/
18
  "Turkish\0tr\0\3\131\1\2",
19
  NULL};