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! 
Shortcut To Head-up Display
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.
You can save this as display.vbs and place it anywhere to do that.
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).
You can save this as display.vbs and place it anywhere to do that.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 ![]()
Aqua-Soft Forums