Subversion Repositories SvarDOS

Rev

Rev 92 | 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 ******/
96 mv_fox 3
  "English (US)\0en\0\1\265\0\0\0\0",
4
  "English (UK)\0uk\0\1\265\0\1\0\0",
67 mv_fox 5
  /****** FR ******/
96 mv_fox 6
  "French (France)\0fr\0\3\132\1\1\0\0",
7
  "French (Canada, standard)\0cf\0\3\137\11\1\0\0",
8
  "French (Canada, legacy)\0cf\0\3\137\11\1\1\365",
67 mv_fox 9
  /****** DE ******/
96 mv_fox 10
  "German\0de\0\3\132\1\1\0\0",
92 mv_fox 11
  /****** HU ******/
96 mv_fox 12
  "Hungarian\0hu\0\3\124\1\1\0\320",
67 mv_fox 13
  /****** PL ******/
96 mv_fox 14
  "Polish\0pl\0\3\337\12\1\0\0",
67 mv_fox 15
  /****** ES ******/
96 mv_fox 16
  "Spanish\0es\0\3\132\1\1\0\0",
67 mv_fox 17
  /****** TR ******/
96 mv_fox 18
  "Turkish\0tr\0\3\131\1\2\0\0",
67 mv_fox 19
  NULL};