SENDKEY buttons instead of Keyboard Map?
Posted: 29 Sep 2022, 04:19
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:
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");