MSFN Forum: to make my own hotkey - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

to make my own hotkey Rate Topic: -----

#1 User is offline   maniaq 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 378
  • Joined: 28-November 04
  • OS:none specified
  • Country: Country Flag

Posted 24 August 2005 - 01:26 PM

i have benn wondering how it would be great to just push 2buttons in the sime time and the explorer with http://msfn.org/ would be opened automatically?
how can i do that on win XP?tnx :lol: :P


#2 User is offline   glent 

  • Tpyo Spceialist
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,041
  • Joined: 16-August 04

Posted 24 August 2005 - 02:25 PM

set as your homepage :P or use a docklet app like object dock

This post has been edited by glent: 24 August 2005 - 02:26 PM


#3 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 25 August 2005 - 04:28 AM

Ctrl+1 = Open MSFN in explorer.
Ctrl+2 = Exit script.
HotKeySet('^1', 'MSFN')
HotKeySet('^2', 'Close')

While 1
    Sleep(1000)
WEnd

Func MSFN()
    Run('explorer.exe "http://www.msfn.org"')
EndFunc

Func Close()
    Exit
EndFunc

Just use AutoIt to run it. ;)

This post has been edited by MHz: 25 August 2005 - 04:30 AM


#4 User is offline   maniaq 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 378
  • Joined: 28-November 04
  • OS:none specified
  • Country: Country Flag

Posted 25 August 2005 - 04:47 AM

MHz, on Aug 25 2005, 01:28 PM, said:

Ctrl+1 = Open MSFN in explorer.
Ctrl+2 = Exit script.
HotKeySet('^1', 'MSFN')
HotKeySet('^2', 'Close')

While 1
    Sleep(1000)
WEnd

Func MSFN()
    Run('explorer.exe "http://www.msfn.org"')
EndFunc

Func Close()
    Exit
EndFunc

Just use AutoIt to run it. ;)
<{POST_SNAPBACK}>


thank yu

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy