citrix and keybd_event problem
Asked Answered
U

2

1

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

Unilateral answered 23/6, 2009 at 12:29 Comment(0)
S
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.

Saccharoid answered 12/1, 2010 at 17:4 Comment(0)
J
0

Does your keyboard shortcut conflict with a Citrix Hot Key:

alt text

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

Hope this helps...

Jetty answered 9/7, 2009 at 12:5 Comment(0)
S
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.

Saccharoid answered 12/1, 2010 at 17:4 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.