PDA

View Full Version : How to make F1 keys internet shortcuts?



ziggyjuarez
08-03-2005, 05:58 AM
Like if i wanted yahoo.com to be F5 or others,how would i do this?

harrycary
08-03-2005, 10:27 PM
Maybe this will work...

http://www.annoyances.org/exec/show/article02-022

Never tried it myself though. Use at own risk

vivitron 15
08-04-2005, 12:35 PM
create a text file with the following




'VBScript Example
Set WshShell = WScript.CreateObject("WScript.Shell")

'WshShell.Run "%windir%\notepad.exe"
'WshShell.Appactivate "Notepad"
WshShell.SendKeys "{ENTER}"
WshShell.SendKeys "{TAB}"
WshShell.SendKeys "a"
WshShell.SendKeys "{ENTER}"
WshShell.SendKeys "{ENTER}"
WshShell.SendKeys "{TAB}"
WshShell.SendKeys "{TAB}"
WshShell.SendKeys "{ENTER}"
WshShell.SendKeys "{%p}"
WshShell.SendKeys "r"
WshShell.SendKeys "r"
WshShell.SendKeys "{ENTER}"


Save it as
script.vbs


Check out the following for more commands
http://www.winguides.com/scripting/reference.php?id=149
and
http://www.winguides.com/scripting/reference.php?category=30

Then Copy the script somewhere, create a shortcut on your desktop

Goto File properties, and then shortcut.
Then under shortcut key enter whatever, F4 etc.

im sure you could do this for what you want

imasoldier
08-04-2005, 01:23 PM
I don't think it would be a good idea in the futur if you play games or use anything that needs the F keys.

vivitron 15
08-05-2005, 07:58 AM
but the way i suggested, the keys arent permenantly remapped - so you wouldnt have the problem