File: pho-kbm-name.cpp

package info (click to toggle)
gcin 2.9.4%2Bdfsg1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,812 kB
  • sloc: cpp: 34,326; ansic: 9,319; makefile: 648; sh: 556
file content (17 lines) | stat: -rw-r--r-- 376 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include "gcin.h"
#include "pho-kbm-name.h"

struct PHO_KBM_NAME kbm_sel[]= {
// {"標準 standard", "zo"},
 {"標準", "zo"},
 {"倚天", "et"},
 {"倚天 26 鍵", "et26"},
 {"許氏(國音,自然)", "hsu"},
 {"拼音有聲調", "pinyin"},
 {"拼音", "pinyin-no-tone"},
 {"Dvorak", "dvorak"},
 {"IBM", "ibm"},
 {"神通", "mitac"},
 {"Colemak", "colemak"},
 {NULL, NULL}
};