Jump to content

Global hotkey


vaion

Recommended Posts

For all you people who dont want to use the icon for "pause all" or dont use the trayicon at all heres a macroexpress macro www.macros.com that does the Job, just paste the code to a new macro and give it a global key for example ctrl-shift-p. Quite a sad workaround.

<IF PROGRAM Option="\x01" Program="UTORRENT.EXE"/>
<WINDOW SHOW Option="\x01" Title="µTorrent 1." Partial="TRUE" Wildcards="FALSE" _IGNORE="0x0006"/>
<WINDOW ACTIVATE Title="µTorrent 1." Exact_Match="FALSE" Wildcards="FALSE" _IGNORE="0x0006"/>
<WAIT FOR WINDOW TITLE Title="µTorrent 1." Partial="TRUE" Wildcards="FALSE" Indefinite="FALSE" Hours="0" Minutes="0" Seconds="5"/>
<MOUSE MOVE Option="\x01" X="167" Y="159" _PROMPT="0x000A"/>
<MOUSE LEFT CLICK/>
<TEXT TYPE Action="0" Control="%C[1]%" Text="<CTRLD>a"/>
<WAIT FOR KEY PRESS Key="A" Indefinite="TRUE" Hours="0" Minutes="0" Seconds="0"/>
<TEXT TYPE Action="0" Control="%C[1]%" Text="<CTRLU>"/>
<TEXT TYPE Action="0" Text="<APP>"/>
<TEXT TYPE Action="0" Text="p"/>
<WINDOW HIDE Option="\x01" Title="µTorrent 1." Partial="TRUE" Wildcards="FALSE" _IGNORE="0x0006"/>
<TEXT BOX DISPLAY Title="UT Paused" Content="{\\rtf1\\ansi\\ansicpg1252\\deff0\\deflang1031{\\fonttbl{\\f0\\fnil Tahoma;}}\r\n\\viewkind4\\uc1\\pard\\f0\\fs16 \r\n\\par }\r\n" Left="Right" Top="Bottom" Width="123" Height="75" Monitor="0" OnTop="TRUE" Keep_Focus="FALSE" Mode="\x00" Delay="0"/>
<WINDOW SHOW Option="\x01" Title="µTorrent 1." Partial="TRUE" Wildcards="FALSE" _IGNORE="0x0006"/>
<WINDOW ACTIVATE Title="µTorrent 1." Exact_Match="FALSE" Wildcards="FALSE" _IGNORE="0x0006"/>
<WAIT FOR WINDOW TITLE Title="µTorrent 1." Partial="TRUE" Wildcards="FALSE" Indefinite="FALSE" Hours="0" Minutes="0" Seconds="5"/>
<MOUSE MOVE Option="\x01" X="167" Y="159" _PROMPT="0x000A"/>
<MOUSE LEFT CLICK/>
<TEXT TYPE Action="0" Control="%C[1]%" Text="<CTRLD>a"/>
<WAIT FOR KEY PRESS Key="A" Indefinite="TRUE" Hours="0" Minutes="0" Seconds="0"/>
<TEXT TYPE Action="0" Control="%C[1]%" Text="<CTRLU>"/>
<TEXT TYPE Action="0" Text="<APP>"/>
<TEXT TYPE Action="0" Text="s"/>
<WINDOW HIDE Option="\x01" Title="µTorrent 1." Partial="TRUE" Wildcards="FALSE" _IGNORE="0x0006"/>
<END IF/>

Link to comment
Share on other sites

  • 11 months later...

One person's feature is another person's bug.

So no one have to say that who wants hotkey is stupid (as "splintax" said )

I like the idea of hotkeys.

From this topic I knew that alot of people also wants hot keys (me too), so what will be the problem to make hotkeys and make it DISABLED BY DEFAULT (so it will not affect who don't want hot keys).

____________________

see this image for "Internet Download Accelerator" HotKeys options:

http://img222.imageshack.us/img222/4282/hotkeyxf3.jpg

____________________

Link to comment
Share on other sites

  • 4 years later...

I feel this feature (Global hotkey: pause all/resume) is surprisingly not yet implemented. There was some discussion with all good reason summarized in 2006 (Sic!) http://forum.utorrent.com/viewtopic.php … 61#p161261

Since 2006 utorrent get a lots of useless and not necessary things. but this one is still missing.

Idd it should be optional and may be non active by default. It can be Win+P or Win-Alt-P whatever.

But it should clean all bandwidth with a single keypress.

Link to comment
Share on other sites

  • 2 months later...
It can be Win+P or Win-Alt-P whatever.

Win+P is a global hotkey in Windows 7 for switching between single display, extended, duplicate and projector-only modes.

Other than that, I'm also supporting the idea of disabled-by-default, but can-be-enabled hotkeys. As for making them global... that's another question.

I personally really miss the Shift-Delete combo, which could be used prior 3.0 to to Delete the Torrent from uTorrent, the .torrent file plus the data itself. Now you gotta' right click every time... :mad:

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...