Created
July 4, 2013 06:16
-
-
Save henry0312/5925282 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- lisp/term/ns-win.el.patched 2013-07-04 15:11:31.000000000 +0900 | |
+++ lisp/term/ns-win.el 2013-07-04 15:11:47.000000000 +0900 | |
@@ -1285,6 +1285,58 @@ | |
(title . "半英") | |
(cursor-color) | |
(cursor-type)) | |
+ ("com.justsystems.inputmethod.atok26.Japanese" | |
+ (title . "ひらがな") | |
+ (cursor-color) | |
+ (cursor-type)) | |
+ ("com.justsystems.inputmethod.atok26.Japanese.FullWidthRoman" | |
+ (title . "全角英字") | |
+ (cursor-color) | |
+ (cursor-type)) | |
+ ("com.justsystems.inputmethod.atok26.Japanese.HalfWidthKana" | |
+ (title . "半角カタカナ") | |
+ (cursor-color) | |
+ (cursor-type)) | |
+ ("com.justsystems.inputmethod.atok26.Japanese.Katakana" | |
+ (title . "カタカナ") | |
+ (cursor-color) | |
+ (cursor-type)) | |
+ ("com.justsystems.inputmethod.atok26.Roman" | |
+ (title . "英字") | |
+ (cursor-color) | |
+ (cursor-type)) | |
+ ("com.justsystems.inputmethod.atok26.Japanese.FullWidthEisu" | |
+ (title . "全角英数") | |
+ (cursor-color) | |
+ (cursor-type)) | |
+ ("com.justsystems.inputmethod.atok26.Japanese.FullWidthEisuKotei" | |
+ (title . "全角英数固定") | |
+ (cursor-color) | |
+ (cursor-type)) | |
+ ("com.justsystems.inputmethod.atok26.Japanese.HalfWidthEiji" | |
+ (title . "半角英字") | |
+ (cursor-color) | |
+ (cursor-type)) | |
+ ("com.justsystems.inputmethod.atok26.Japanese.HalfWidthEisu" | |
+ (title . "半角英数") | |
+ (cursor-color) | |
+ (cursor-type)) | |
+ ("com.justsystems.inputmethod.atok26.Japanese.HalfWidthInput" | |
+ (title . "半角入力") | |
+ (cursor-color) | |
+ (cursor-type)) | |
+ ("com.justsystems.inputmethod.atok26.Japanese.HalfWidthKanaKotei" | |
+ (title . "半角カタカナ固定") | |
+ (cursor-color) | |
+ (cursor-type)) | |
+ ("com.justsystems.inputmethod.atok26.Japanese.HiraganaKotei" | |
+ (title . "ひらがな固定") | |
+ (cursor-color) | |
+ (cursor-type)) | |
+ ("com.justsystems.inputmethod.atok26.Japanese.KatakanaKotei" | |
+ (title . "カタカナ固定") | |
+ (cursor-color) | |
+ (cursor-type)) | |
) | |
"Alist of Mac script code vs parameters for input method on MacOSX.") | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
titleを以前のものと合わせるならこんな感じになる?