Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Keyboard command plus sign syntax
Message
 
 
To
23/09/2002 13:14:32
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00703452
Message ID:
00703490
Views:
20
This message has been marked as the solution to the initial question of the thread.
I don't think you cannot do this with KEYBOARD command because it only accepts key labels listed in ON KEY LABEL Command help topic. I don't know if it would work, but you can try to do this with WSH.
oShell = Createobject("wscript.shell")
oShell.SendKeys()
oShell.SendKeys("^+{+}")
For the list of keys see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/wsmthsendkeys.asp.

>I am trying to use the keyboard command for a (control, shift, plus sign)
>
>ctrl+shift++
>I have tired
>KEYBOARD ('{CTRL+SHIFT}'+CHR(043))
>KEYBOARD '{CTRL+SHIFT++}'
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform