1

citrix は keybd_event をサポートしていますか? イベントを無視するという問題がありますか?

4

2 に答える 2

0

キーボード ショートカットが Citrix ホット キーと競合していませんか。

代替テキスト

その場合は、Citrix Program Neighborhood で変更してみてください ([ツール] > [ICA 設定])。

お役に立てれば...

于 2009-07-09T12:05:45.217 に答える
0

Citrix thin clients uses the scancode param of keybd_event even when MS says it is unused and should be 0. You need to supply the physical scancode aswell for the citrix client to get it. Citrix client also has major problem with keyboard input generated with the SendInput API.

于 2010-01-12T17:04:06.437 に答える