citrix and keybd_event problem

人盡茶涼 提交于 2020-01-05 04:06:07

问题


Is citrix supporting keybd_event, I have a problem that it ignores events ?


回答1:


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.




回答2:


Does your keyboard shortcut conflict with a Citrix Hot Key:

If so try changing in the Citrix Program Neighborhood (Tools>ICA Settings)

Hope this helps...



来源:https://stackoverflow.com/questions/1032246/citrix-and-keybd-event-problem

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!