Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

After running AHK function, the original function is executed



  • Please log in to reply
2 replies to this topic
BLUEnLIVE
  • Members
  • 2 posts
  • Last active: Sep 02 2013 09:37 AM
  • Joined: 17 Jul 2013

It's hard to make a title. hmhmhm.
Any way... Here is my problem.

I assigned Launch_Media to PotPlayer. 

$Launch_Media::
Run %APP_POTPLAYER%
return

BTW, when I push Media key, the application(POTPLAYER) is executed and then, Windows Media Player runs also.
 

And, I assigned Launch_Mail to Calculator 

$Launch_Mail::
{
  IfWinExist 계산기
    WinActivate
  else
    Run Calc.exe
}
return

Of course, when I push Mail, Calculator and OutLook both are executed.

 

I use Windows 7 x64 at home, and Windows 7 x86 at office.

The problem happens only at home(Win 7 x64).

 

(edited) It happens in both Windows 7 x86 and x64.

 

Is there anybody to solve this problem?



BLUEnLIVE
  • Members
  • 2 posts
  • Last active: Sep 02 2013 09:37 AM
  • Joined: 17 Jul 2013
✓  Best Answer

Self-question, self-answering. ha-ha
 
I have installed Microsoft Mouse and Keyboard Center.

And after removing it, It doesn't happen.



gunner
  • Members
  • 79 posts
  • Last active: Aug 11 2013 11:18 AM
  • Joined: 05 Jun 2013

btw, what is the use of microsoft mouse and then kyboard center.

do they help in games