Page 1 of 1
Shortcut To Head-up Display
#2
Posted 25 June 2009 - 07:59 AM
geeman89, on Jun 25th 2009, 01:36 PM, said:
Is there a way to create a shortcut (like one on the desktop) to activate the Heads-up display? I saw some old threads that all point to a now non-existent thread that seemed to have the solution to this. Help appreciated! Thanks! 
i think is f8.. and its on the settings.
#3
Posted 25 June 2009 - 11:52 AM
You can save this as display.vbs and place it anywhere to do that.
Some antivirus programs will want you to approved using the script the first time you run it. Change F8 to whatever you are using for the widgets (default is F8).
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.SendKeys "{F8}"Some antivirus programs will want you to approved using the script the first time you run it. Change F8 to whatever you are using for the widgets (default is F8).
#4
Posted 25 June 2009 - 06:18 PM
Ghostwalker, on Jun 25th 2009, 05:52 AM, said:
You can save this as display.vbs and place it anywhere to do that.
Some antivirus programs will want you to approved using the script the first time you run it. Change F8 to whatever you are using for the widgets (default is F8).
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.SendKeys "{F8}"Some antivirus programs will want you to approved using the script the first time you run it. Change F8 to whatever you are using for the widgets (default is F8).
Thank you! Worked perfectly
Page 1 of 1








Sign In »
Register Now!
Help

MultiQuote