テキストエディタスレ-TextMate使ってる?-
at MAC
21:名称未設定
06/10/08 01:04:44 /yi0zPpz0
改正
ダイアログの表示と同時にIMを切り替える方法。
多分、環境依存なのでsleepの値など変えるといいと思う。
あと、コマンド+スペースでIMを英数とかなで切り替わるように設定
URLリンク(www.occn.zaq.ne.jp)
これをApplicationsフォルダにインストール
open /Applications/StartupIM_carb_J
sleep 2
res=$(CocoaDialog inputbox --title "I Need Input" ?
--informative-text "Please give me a string:" ?
--button1 "Okay" --button2 "Cancel")
[[ $(head -n1 <<<"$res") == "2" ]] && exit_discard
res=$(tail -n1 <<<"$res")
echo -n "$res"
osascript << EOF
tell application "System Events"
keystroke " " using command down
end tell
EOF
次ページ続きを表示1を表示最新レス表示スレッドの検索類似スレ一覧話題のニュースおまかせリスト▼オプションを表示暇つぶし2ch
5385日前に更新/50 KB
担当:undef