Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I use the F10 key !!
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00174739
Message ID:
00174812
Views:
31
Ken,

Shift-F10 isn't a good substitute because it's the ContextMenu shortcut key, and I think what fires on the Win95 keyboard for the menu shortcut key. And the KeyCode is 93 instead of 96. My cForm.KeyPress() calls this.RightClick()

>Another workaround for this would be to redefine the F10 with an OKL. This way, it can be trapped for in the KeyPress event of the form (using the new key):
>
>*Form.Init
>on key label f10 keyboard '{SHIFT+F10}'
>
>*KeyPress Event
>if nKeycode = 96
>    wait window 'F10 was pressed' nowait
>    nodefault
>endif
>
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform