Home AMX User Forum AMXForums Archive Threads AMX Applications and Solutions

VNC click interpretation

I have a PC application that does not provide "Back" button for a window but using Escape for the purpose. On a touch panle the computer control channel code is assigned to emulate Left Mouse Button when touching the button.

Any possibility to emulate Escape as well when needed or maybe any other solution?

Comments

  • hi

    you can emulate a complete keyboard
  • Check out the "^VKS" SEND_COMMAND in your touch panel's manual. There's a table with it that lists all the "keystrokes" you can send to the G4 program, which includes escape...

    - Chip
  • maxifoxmaxifox Posts: 209
    Thank you about ^VKS command and Embedded codes. Works fine.
Sign In or Register to comment.