環境: spacemacs
設置輸入法: 快捷鍵m-x, set-input-method, 選擇ipa-x-sampa.
取消輸入法: 快捷鍵m-x, toggle-input-method.
例如
d? 對應健盤dZ
? 對應鍵盤t?
θ 對應鍵盤T
e 對應鍵盤D
重音符 ? 對應鍵盤雙引號
次重音符 ? 對應鍵盤百分號
具體的鍵盤對應關係, 可打開ipa.el.gz 查看. help describe spc-h,d,f ipa.
ipa.el.gz 節選如下:
("g" "ɡ") ;; Voiced velar plosive U+0261
("r" "?") ;; Alveolar approximant U+0279
("A" "ɑ") ;; Low back unrounded vowel U+0251
("B" "β") ;; Voiced bilabial fricative U+03B2
("C" "?") ;; Voiced palatal fricative U+00E7
("D" "e") ;; Voiced dental fricative U+00F0
("E" "?") ;; Lower-mid front unrounded vowel U+025B
("G" "?") ;; Voiced uvular stop U+0262
("H" "?") ;; Voiced pharyngeal fricative U+0127
("I" "?") ;; Semi-high front unrounded vowel U+026A
("J" "?") ;; Voiced palatal stop U+025F
("L" ["?" ;; Voiced velar lateral U+026B
"?" ;; Voiced velar lateral U+029F
"?"]) ;; Voiced alveolar lateral fricative U+026C
("M" "?") ;; Labio-dental nasal U+0271
("N" "?") ;; Velar nasal U+014B
("O" "?") ;; Low-mid back rounded vowel U+0254
("P" "?") ;; Voiceless bilabial fricative U+0278
("Q" "?") ;; Voiced velar fricative U+0263
("R" ["?" ;; Alveolar trill U+0280
"?"]) ;; Rhotacized schwa U+025A
("@
("S" "?") ;; Voiceless postalveolar fricative U+0283
("tS" ["?" ;; Voiceless postalveolar affricate U+02A7
"t?" ;; U+0074 U+0283
"t??"]) ;; U+0074 U+2040 U+0283
("T" "θ") ;; Voiceless dental fricative U+03B8
("U" "?") ;; Semi-high back rounded vowel U+028A
("V" "?") ;; Low-mid back unrounded vowel U+028C
("W" "?") ;; Low-mid front rounded vowel U+0153
("X" "χ") ;; Voiceless uvular fricative U+03C7
("Y" "?") ;; Upper-mid front rounded vowel U+00F8
("Z" "?") ;; Voiced postalveolar fricative U+0292
("?" "?") ;; Glottal stop U+0294
("@" "?") ;; Mid central unrounded vowel (schwa) U+0259
("&" "?") ;; Low front unrounded vowel U+00E6
("*" "?") ;; Voiced alveolar flap U+027E
原文:https://www.cnblogs.com/cnxing/p/12179044.html