Advertisement
henry0312

Follow ATOK 2012

Jun 19th, 2012
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.97 KB | None | 0 0
  1. diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el
  2. --- a/lisp/term/ns-win.el
  3. +++ b/lisp/term/ns-win.el
  4. @@ -1233,6 +1233,26 @@ See the documentation of `create-fontset-from-fontset-spec' for the format.")
  5.       (title . "半英")
  6.       (cursor-color)
  7.       (cursor-type))
  8. +    ("com.justsystems.inputmethod.atok25.Roman"
  9. +     (title . "A")
  10. +     (cursor-color)
  11. +     (cursor-type))
  12. +    ("com.justsystems.inputmethod.atok25.Japanese"
  13. +     (title . "あ")
  14. +     (cursor-color)
  15. +     (cursor-type))
  16. +    ("com.justsystems.inputmethod.atok25.Japanese.Katakana"
  17. +     (title . "ア")
  18. +     (cursor-color)
  19. +     (cursor-type))
  20. +    ("com.justsystems.inputmethod.atok25.Japanese.FullWidthRoman"
  21. +     (title . "英")
  22. +     (cursor-color)
  23. +     (cursor-type))
  24. +    ("com.justsystems.inputmethod.atok25.Japanese.HalfWidthEiji"
  25. +     (title . "半英")
  26. +     (cursor-color)
  27. +     (cursor-type))
  28.      )
  29.    "Alist of Mac script code vs parameters for input method on MacOSX.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement