Hi, Is there a list of possible keyEvent keyCombinations ? I tested and basics like Enter and the function keys like F8 work on the web, but is it also possible to use Alt or Ctrl key combinations? Thanks, Michiel |
Hi Michiel, In Formspider the keys are split into two groups; modifiers (shift, ctrl and alt) and virtual keys (rest of the keys). A keyCombination consists of one mandatory virtual key and one or more optional modifiers. Below is the list of most commonly used virtual keys: A B C ... Z And modifiers: ALT Sample keyEvent Tag: <keyEvent action="test" keyCombination="CONTROL SHIFT A"/> |