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.
バックグラウンドで実行され、特定のキーの組み合わせが押された後、特定の文字を挿入するプログラムを作成することは可能ですか?
たとえば、プログラムは、いつでも(どこでも)Ctrl+Mを押すと、「Copyright2012」というフレーズが挿入されるようにすることができますか?
はい、可能です。技術的には、これはすでにあなたの質問に答えていますが、同様に機能する関数を提供します: RegisterHotkey。