| Author |
Message |
Forum: Support Topic: How to capture Logitech N305 Numpad '=', '(' and ')' keys |
| tom.luft |
|
Posted: February 13th, 2010, 10:02 pm
|
|
Replies: 13 Views: 1442
|
Indeed!
Thank you very much! |
|
 |
Forum: Support Topic: Suspending Keys with command |
| tom.luft |
|
Posted: February 13th, 2010, 11:43 am
|
|
Replies: 1 Views: 216
|
Code: ^Tab::Suspend -> CtrlTab to suspend. |
|
 |
Forum: Support Topic: How to capture Logitech N305 Numpad '=', '(' and ')' keys |
| tom.luft |
|
Posted: February 13th, 2010, 11:23 am
|
|
Replies: 13 Views: 1442
|
| I tried it with GetKeyState in several variations, but it won't work. This won't work: *Numpad4:: If(GetKeystate("Alt","P")) { if(GetKeyState("Numpad0","P")) { MsgBox 40 } if(GetKeyState("Numpad1"... |
|
 |
Forum: Support Topic: How to capture Logitech N305 Numpad '=', '(' and ')' keys |
| tom.luft |
|
Posted: February 12th, 2010, 11:36 pm
|
|
Replies: 13 Views: 1442
|
| My current solution looks like Code: !Numpad6:: KeyWait, Numpad1, D MsgBox = Return
!Numpad4:: KeyWait, Numpad0, D MsgBox ( Return
The problem is, that you can't assign a hotkey two times, so I can't capture Alt-Numpad4-Numpad0 AND Alt-Numpad4-Numpad1. |
|
 |
Forum: Support Topic: Winamp Play/Pause |
| tom.luft |
|
Posted: February 12th, 2010, 5:20 pm
|
|
Replies: 5 Views: 1155
|
| Thanks, my solution now looks like this: Numpad5::Gosub Play_Pause_Check Play_Pause_Check: SendMessage, 1024, 0, 104, , ahk_class Winamp v1.x If(ErrorLevel = 1 Or ErrorLevel = 3) { Gosub Play_Pause } else { Gosub Play } Return Play: PostMessage, 0x111, 40045, 0, , ahk_cla... |
|
 |
Forum: Support Topic: Winamp Play/Pause |
| tom.luft |
|
Posted: February 12th, 2010, 4:33 pm
|
|
Replies: 5 Views: 1155
|
| Whats wrong with my following Code? #IfWinExist, ahk_class Winamp v1.x SendMessage, 1024, 0, 104, , ahk_class Winamp v1.x If(ErrorLevel in 1,3) { Hotkey,Numpad5,Play } else { Hotkey,Numpad5,Play_Pause } Return Play: PostMessage, 0x111, 40045, 0, , ahk_class Winamp v1.x Re... |
|
 |
Forum: Support Topic: How to capture Logitech N305 Numpad '=', '(' and ')' keys |
| tom.luft |
|
Posted: February 12th, 2010, 2:05 pm
|
|
Replies: 13 Views: 1442
|
|
 |
Forum: Support Topic: How to capture Logitech N305 Numpad '=', '(' and ')' keys |
| tom.luft |
|
Posted: February 11th, 2010, 10:29 pm
|
|
Replies: 13 Views: 1442
|
| I recently bought the wireless Logitech N305 Numpad for using it with Ableton Live. I managed to assign all the keys to my prefered actions (like undo, redo, create a new track and so on) - except the ones mentioned in the subject. I know that the Numpad sends ALT-Codes to create the characters. For... |
|
 |
| Sort by: |