I have an idea to modify the behavior of Lotus Script action depending whether CTRL key is pressed or not. Now I am seeking how to detect if it is pressed or not. Any idea? Thanks for any help in advance.
Subject: RE: How to detect if CTRL is pressed or not
If you want to program for a particular OS, there are system functions you can declare externally and call, but the problem is that LotusScript is in control and isn’t looking for keystrokes as it begins to run your code. You may not be able to detect the keystates of non-modal keys until after the code finishes – at which point it’s too late.