Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
AppleScriptを使用してOSXでグローバルコピーアンドペーストをインターセプトすることは可能ですか?それとも、AppleScriptがクリップボードを読み取るようにトリガーする中間ステップが必要ですか?
私がApplescriptでそれを行う方法は、次のコマンドを使用することです。
get the clipboard
もちろん、それを変数に設定して表示するようなこともできます。
set xyz to the clipboard display alert (xyz as text)
お役に立てば幸いです。
エリオット