Page 1 of 1

SENDKEY buttons instead of Keyboard Map?

Posted: 29 Sep 2022, 04:19
by Dino
Hi,

I am trying to avoid having to use the keyboard map for some screens as it uses too much real estate in a tablet/cellphone
and instead having some extra buttons in the screen, like "System Request" or "NewLine"

If I go per the keyboard map definition, doing a CTRL F2 should cause that effect, but how could you join a couple of keys in a send key?

something like will be my goal:

Code: Select all

SENDKEY("Ctrl+F2");
sendkeyinstead.png
sendkeyinstead.png (215.86 KiB) Viewed 5167 times
sendkeyinstead2.png
sendkeyinstead2.png (1.49 MiB) Viewed 5167 times

Re: SENDKEY buttons instead of Keyboard Map?

Posted: 06 Oct 2022, 09:03
by Dino
The solution of running aXes inside aXes Mobile App from Apple and Play Stores, makes good sense
to save real state in the screen and have a more clean look and feel..

Re: SENDKEY buttons instead of Keyboard Map?

Posted: 08 Dec 2022, 10:59
by tim mcentee
Hi Dino

Ctrl-F2 is not a 5250 key press so it will not be handled by the aXes SENDKEY command.

Have a look at this page. It might get you there.
https://stackoverflow.com/questions/100 ... -in-jquery

Tim