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 10 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Mouse/Keyboard inactive for
emerysteele

Replies: 2
Views: 119

PostForum: Ask for Help   Posted: Mon Nov 16, 2009 6:48 am   Subject: Mouse/Keyboard inactive for
Perfect. I used the following code to achieve what I want.


#Persistent
SetTimer, CheckIdle, 60000 ; Check every 1 minute
return

CheckIdle:
if A_TimeIdle >= 600000 ; after 10 minutes ...
  Topic: Mouse/Keyboard inactive for
emerysteele

Replies: 2
Views: 119

PostForum: Ask for Help   Posted: Mon Nov 16, 2009 12:42 am   Subject: Mouse/Keyboard inactive for
I want a script that will tell if the keyboard/mouse has been inactive for 10 minutes and then shut the monitor off with 'Run "C:\Windows\nircmd.exe" monitor off'. The reason i want to do th ...
  Topic: Remember mouse position & return to it?
emerysteele

Replies: 5
Views: 123

PostForum: Ask for Help   Posted: Tue Nov 10, 2009 10:38 am   Subject: TY
This is exactly what I needed. Thank you soo much =D
  Topic: Remember mouse position & return to it?
emerysteele

Replies: 5
Views: 123

PostForum: Ask for Help   Posted: Tue Nov 10, 2009 9:42 am   Subject: Remember mouse position & return to it?
I would like a script that would allow me to press a few buttons like Ctrl+Alt+S and have it get and save my mouse position. Then I want to be able to Press another key combination like Ctrl+Alt+D and ...
  Topic: Hotkey Suspend
emerysteele

Replies: 5
Views: 207

PostForum: Ask for Help   Posted: Fri Aug 21, 2009 8:45 am   Subject: Thank You
Thank you randallf. This is exactly what i needed. Thank you again. Very Happy
  Topic: Hotkey Suspend
emerysteele

Replies: 5
Views: 207

PostForum: Ask for Help   Posted: Thu Aug 20, 2009 11:44 pm   Subject: Hotkey Suspend
I have made an autohotkey script that allows me to mute my system audio with the F10 key and play/pause music in itunes with the F8 key. Some programs that i use have hotkeys that use the F10 key so w ...
  Topic: Esc key remapping
emerysteele

Replies: 11
Views: 153

PostForum: Ask for Help   Posted: Thu Jul 30, 2009 7:25 am   Subject: Esc key remapping
Very Happy Yep. Thanx
  Topic: Esc key remapping
emerysteele

Replies: 11
Views: 153

PostForum: Ask for Help   Posted: Thu Jul 30, 2009 5:38 am   Subject: emerysteele
now it doesn't work at all
  Topic: Esc key remapping
emerysteele

Replies: 11
Views: 153

PostForum: Ask for Help   Posted: Thu Jul 30, 2009 5:15 am   Subject: Esc key remapping
No that doesn't seem to work either.
  Topic: Esc key remapping
emerysteele

Replies: 11
Views: 153

PostForum: Ask for Help   Posted: Thu Jul 30, 2009 4:23 am   Subject: Actually no
I thought it works, but it doesn't. It only works when it is an empty tab. It won't work when i have a site open.
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group