How to send slash key?

12/23/2012 00:57 Rasoltan#1
Hello,

Anyone can help me i want send normal slash (/) key with ControlSend but i can't if i write normally / i got 6 if i write in ascii code i got 6 if i write shitfdown 6 shiftup i get 6... I don't have more idea but i need send slash key.

Anyone can help?
12/23/2012 01:00 DasRequi#2
Code:
Send("{ALTDOWN}{NUMPAD0}{NUMPAD4}{NUMPAD7}{ALTUP}")
This works ;)
Only change it to ControlSend etc
12/23/2012 01:23 Rasoltan#3
Won't work, if i use your idea i only get one space char " "
12/23/2012 12:46 Croco™#4
This works for me:
PHP Code:
ControlSend("Fenster title","","","{/}"