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 27 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Windows 7 Audio - Speaker Setup Configuration
T-nm

Replies: 6
Views: 1003

PostForum: Ask for Help   Posted: Wed Jun 30, 2010 2:22 am   Subject: Windows 7 Audio - Speaker Setup Configuration
Not possible.
Unless you use the noob way with point & click.
Can't help though lol.
  Topic: Need help with remapping.
T-nm

Replies: 10
Views: 308

PostForum: Ask for Help   Posted: Wed May 26, 2010 12:55 am   Subject: Need help with remapping.
Yes indeed.
  Topic: Need help with remapping.
T-nm

Replies: 10
Views: 308

PostForum: Ask for Help   Posted: Tue May 25, 2010 9:20 pm   Subject: Need help with remapping.
Well here's what I did lol:
*1::
SetKeyDelay -1
Send {Blind}{j DownTemp}{; DownTemp}{r DownTemp}
return

*1 up::
SetKeyDelay -1
Send  ...
  Topic: Need help with remapping.
T-nm

Replies: 10
Views: 308

PostForum: Ask for Help   Posted: Tue May 25, 2010 9:15 pm   Subject: Need help with remapping.
I see. With sleep 10 it works, in a way.
I'll continue messing a bit with this.
  Topic: Need help with remapping.
T-nm

Replies: 10
Views: 308

PostForum: Ask for Help   Posted: Tue May 25, 2010 8:55 pm   Subject: Need help with remapping.
Very interesting, thank you for your time.
This also works, but I didn't tell you everything, I never imagined it would be so complex.
Here's what I did:
var1=0
var2=0
var3=0
1::
if var ...
  Topic: Need help with remapping.
T-nm

Replies: 10
Views: 308

PostForum: Ask for Help   Posted: Tue May 25, 2010 8:31 pm   Subject: Need help with remapping.
But still there must be a better way to do it.
It does the same problem as my earlier attempt. I can't press them at the same time with other remappings.
  Topic: Need help with remapping.
T-nm

Replies: 10
Views: 308

PostForum: Ask for Help   Posted: Tue May 25, 2010 8:22 pm   Subject: Need help with remapping.
I didn't know you could do that "2 up::etc"
The first code works perfectly for what I need.
It doesn't repeat the keys, but I don't need it.

The second one also works but if I hold it t ...
  Topic: Need help with remapping.
T-nm

Replies: 10
Views: 308

PostForum: Ask for Help   Posted: Tue May 25, 2010 7:53 pm   Subject: Need help with remapping.
I tried to remap a single key to 3 others. (For a virtual onscreen piano in my case)
So instead of:
1::A
I need it to be for example:
1::A+B+C
But it needs to act the same way, not just send the ...
  Topic: Weird remapping problem.
T-nm

Replies: 5
Views: 665

PostForum: Ask for Help   Posted: Sun Nov 05, 2006 8:54 pm   Subject: Weird remapping problem.
No clue, try another key. Like "-" "=". That's what I did. But Xbutton for me doesn't work, I use the logitech software. (Logitech MX518)
  Topic: Can This Script Run Any Faster?
T-nm

Replies: 28
Views: 2181

PostForum: Ask for Help   Posted: Sat Sep 09, 2006 8:54 pm   Subject: Can This Script Run Any Faster?
A guy in this forum made this for me, I needed the program to be able to detect when I release the button, like a turbo left click.
  Topic: Can This Script Run Any Faster?
T-nm

Replies: 28
Views: 2181

PostForum: Ask for Help   Posted: Sat Sep 09, 2006 5:19 pm   Subject: Can This Script Run Any Faster?
I might as well use this thread.
Can this one run anyfaster, like doing double clicks or something?

;F4=TURBO LEFT CLICK
F4::
Loop
{
GetKeyState, RButtonState, F4, P
if R ...
  Topic: Select tracks in Winamp using digits
T-nm

Replies: 5
Views: 1566

PostForum: Scripts & Functions   Posted: Tue Aug 29, 2006 11:26 pm   Subject: Select tracks in Winamp using digits
Or you can just use the global hotkeys in winamp.
Like Alt+Ctrl+1,2,3,4...
  Topic: Play any song from anywhere
T-nm

Replies: 32
Views: 12400

PostForum: Scripts & Functions   Posted: Mon Aug 07, 2006 3:28 am   Subject: Play any song from anywhere
I would just like to bump this, to show how incredible this script is, very smart.
  Topic: Hi, could you help me add a toggle key?
T-nm

Replies: 2
Views: 1070

PostForum: Ask for Help   Posted: Sat Jul 15, 2006 4:51 am   Subject: Hi, could you help me add a toggle key?
Why don't you make it:
~V & Space::
Instead?
  Topic: I want to run a macro series of keystrokes every 60 seconds
T-nm

Replies: 3
Views: 547

PostForum: Ask for Help   Posted: Wed Jul 12, 2006 9:15 pm   Subject: I want to run a macro series of keystrokes every 60 seconds
Lol, rtfm..heh, heh.
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group