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.
Inno Setup でアイコンのショートカット ホットキーを作成するにはどうすればよいですか?
ウェブサイトには、これを追加すると書かれています:
ホットキー: ctrl+ alt+k
誰もサンプルコードを持っていますか?
これHotKeyはセクション エントリのオプション パラメータな[Icons]ので、次のようにアイコン エントリに追加するだけです。
HotKey
[Icons]
[Icons] Name: "{group}\My Program"; Filename: "{app}\MYPROG.EXE"; WorkingDir: "{app}"; \ HotKey: "ctrl+alt+k"