Applies To: |
|
Summary: |
I have
configured Keyboard Commands in my project that both have
have the same value in the Command field (PageDisplay("GoToPage").
The difference is the Key Sequence field. One has the "F1 Key" Keyboard Key selected and the other has "F2_Key" Keyboard Key. When I run my project and press F1 I see a prompt saying "Invalid Command". However, if I press F2, it will take me to the "GoToPage" page. |
Solution: |
Keyboard key names cannot contain spaces. They can be A-Z, a-z, and 0-9 only. |
Keywords: |
Related Links
Attachments