Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el
- --- a/lisp/term/ns-win.el
- +++ b/lisp/term/ns-win.el
- @@ -1233,6 +1233,26 @@ See the documentation of `create-fontset-from-fontset-spec' for the format.")
- (title . "半英")
- (cursor-color)
- (cursor-type))
- + ("com.justsystems.inputmethod.atok25.Roman"
- + (title . "A")
- + (cursor-color)
- + (cursor-type))
- + ("com.justsystems.inputmethod.atok25.Japanese"
- + (title . "あ")
- + (cursor-color)
- + (cursor-type))
- + ("com.justsystems.inputmethod.atok25.Japanese.Katakana"
- + (title . "ア")
- + (cursor-color)
- + (cursor-type))
- + ("com.justsystems.inputmethod.atok25.Japanese.FullWidthRoman"
- + (title . "英")
- + (cursor-color)
- + (cursor-type))
- + ("com.justsystems.inputmethod.atok25.Japanese.HalfWidthEiji"
- + (title . "半英")
- + (cursor-color)
- + (cursor-type))
- )
- "Alist of Mac script code vs parameters for input method on MacOSX.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement