AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 6 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Winamp Play/Pause
nuganen

Replies: 5
Views: 1053

PostForum: Ask for Help   Posted: Fri Mar 26, 2010 12:11 am   Subject: Winamp Play/Pause
You do know that wimpamp already got shortcut keys to for these function?
C - pause/start
V - Stop
X - Start

just incase you didnt know
  Topic: Auto ALT+TAB every 30 minutes?
nuganen

Replies: 11
Views: 9051

PostForum: Ask for Help   Posted: Wed Nov 21, 2007 4:27 am   Subject: Auto ALT+TAB every 30 minutes?
cheers for the quick response
just have a few more questions
how would you go about changing the code so that doesnt matter how many windows is open it will just loop through that like using a vari ...
  Topic: Auto ALT+TAB every 30 minutes?
nuganen

Replies: 11
Views: 9051

PostForum: Ask for Help   Posted: Wed Nov 21, 2007 12:52 am   Subject: Auto ALT+TAB every 30 minutes?
Hi,

how would you change the code

#Persistent
Settimer, sendaltTab, 5000 ;2 minutes

Return

sendaltTab:
Send, {ALT DOWN}{TAB}{ALT UP}
Return

if you have 4 windows open?
cheers
huy
  Topic: ALT-TAB replacement with icons and window titles in ListView
nuganen

Replies: 152
Views: 51010

PostForum: Scripts & Functions   Posted: Tue Nov 20, 2007 12:49 am   Subject: ALT-TAB replacement with icons and window titles in ListView
hey mate,

how would you go about to make alt-tab every 20 seconds between all the windows that it have open?

cheers
  Topic: Alt+Tab Action for the Mouse Wheel
nuganen

Replies: 42
Views: 19229

PostForum: Scripts & Functions   Posted: Wed Nov 07, 2007 11:59 pm   Subject: Re: Alt+Tab Action for the Mouse Wheel
#NoTrayIcon
*MButton::

GetKeyState, CapsState, CapsLock, T
If CapsState = D
SetCapsLockState, Off

Send, {AltDown}{Tab}
Sleep, 200
Loop
{
GetKeyState, Whee ...
  Topic: Incrementally switch between windows
nuganen

Replies: 153
Views: 49936

PostForum: Scripts & Functions   Posted: Wed Nov 07, 2007 11:05 pm   Subject: Incrementally switch between windows
Hi,

Is there a way that we can modified the code so that it will alt+tab automatically every 30 second or 1 minute

say you got a web page monitor and another monitoring system n you just need th ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group