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.
C# を使用して WinForm プログラムを作成しています。「Alt+S」や「Alt+Shift+S」などのキーボード クリックの組み合わせでいくつかの機能をトリガーしたいと思いますが、フォーカスがプログラム自体にない (どのフォームにもない) 場合でも同様です。
それは可能ですか?もしそうなら、関数とボタンの組み合わせを検出するコードをどこに置くべきですか?
ありがとう!