| Author |
Message |
Topic: PriorHotkey alternative |
bvaroni
Replies: 4
Views: 183
|
Forum: Ask for Help Posted: Tue Mar 04, 2008 8:36 am Subject: PriorHotkey alternative |
| wow, thank you alot it works just like i wanted. |
Topic: PriorHotkey alternative |
bvaroni
Replies: 4
Views: 183
|
Forum: Ask for Help Posted: Sun Mar 02, 2008 6:36 pm Subject: PriorHotkey alternative |
It does work, just that if u keep Ctrl pressed itīll trigger and that is not wanted.
This code works just the same, but activated on key release as well~*LControl::
Loop
If ! GetKeyState ... |
Topic: AltTab commands issue |
bvaroni
Replies: 7
Views: 298
|
Forum: Ask for Help Posted: Sun Mar 02, 2008 6:34 pm Subject: AltTab commands issue |
Help!
- TY |
Topic: AltTab commands issue |
bvaroni
Replies: 7
Views: 298
|
Forum: Ask for Help Posted: Sat Mar 01, 2008 12:50 am Subject: AltTab commands issue |
HELP!
- TY |
Topic: PriorHotkey alternative |
bvaroni
Replies: 4
Views: 183
|
Forum: Ask for Help Posted: Fri Feb 29, 2008 4:51 pm Subject: PriorHotkey alternative |
~*LControl Up::
If ( A_ThisHotkey == A_PriorHotkey and A_TimeSincePriorHotkey < 400 )
MsgBox, Ctrlē
With the above code u need to release Ctrl key to activate msg, is ther ... |
Topic: AltTab commands issue |
bvaroni
Replies: 7
Views: 298
|
Forum: Ask for Help Posted: Fri Feb 29, 2008 4:45 pm Subject: AltTab commands issue |
Damn, thank you thats exactly what i wanted to say!
Now how do i make it go to the left when altTab menu is in?
Code:
LWin & Left::ShiftAltTab
LWin & Right::AltTabIf i use this, ill ha ... |
Topic: AltTab commands issue |
bvaroni
Replies: 7
Views: 298
|
Forum: Ask for Help Posted: Fri Feb 29, 2008 4:19 pm Subject: AltTab commands issue |
what do u mean?
If i press Win left it and release it goes to last window, just like alt tab, that is OK. My problem is that after the AltTab menu is up, i want the goddamn keys to behave inverted ... |
Topic: AltTab commands issue |
bvaroni
Replies: 7
Views: 298
|
Forum: Ask for Help Posted: Tue Feb 26, 2008 8:21 pm Subject: AltTab commands issue |
Ok, with the following code i can simulate alt tab when i press Win and arrow.
LWin & Right::ShiftAltTab
LWin & Left::AltTab
It opens the menu as i want, if i press Win le ... |
Topic: Scripts seems to be trying to minimize TaskBar |
bvaroni
Replies: 2
Views: 148
|
Forum: Ask for Help Posted: Tue Feb 26, 2008 8:14 pm Subject: Scripts seems to be trying to minimize TaskBar |
Aight, this did it:
LWin & Up::
IfWinActive, ahk_class Shell_TrayWnd ; <------ if taskbar is active
{
Send, {Escape}
return ... |
Topic: Messenger mainwindow minimize to trayicon |
bvaroni
Replies: 1
Views: 98
|
Forum: Ask for Help Posted: Tue Feb 26, 2008 4:52 pm Subject: Messenger mainwindow minimize to trayicon |
let me guess, u want a minimize to tray code?
http://www.autohotkey.com/forum/viewtopic.php?t=29017minimize+tray |
Topic: Scripts seems to be trying to minimize TaskBar |
bvaroni
Replies: 2
Views: 148
|
Forum: Ask for Help Posted: Tue Feb 26, 2008 4:35 pm Subject: Scripts seems to be trying to minimize TaskBar |
Hi, i ended up with this code
LWin & Right::AltTab
LWin & Left::ShiftAltTab
LWin & WheelUp::ShiftAltTab
LWin & WheelDown::AltTab
LWin & Up ... |
Topic: Script Worked then Is really messed up |
bvaroni
Replies: 2
Views: 373
|
Forum: Ask for Help Posted: Tue Feb 26, 2008 4:12 pm Subject: Script Worked then Is really messed up |
I think some code might help us help you  |
Topic: Dumb question - Win + ` |
bvaroni
Replies: 2
Views: 149
|
Forum: Ask for Help Posted: Tue Feb 26, 2008 4:10 pm Subject: Dumb question - Win + ` |
Just a guess
~LButton & RButton::
Send {LWin Down}{`}{LWin Up}
return |
Topic: AppsKey behaving weird |
bvaroni
Replies: 11
Views: 281
|
Forum: Ask for Help Posted: Tue Feb 26, 2008 4:52 am Subject: AppsKey behaving weird |
| why are they unreliable? what happens ? lol |
Topic: Cant get WinMove to work |
bvaroni
Replies: 9
Views: 192
|
Forum: Ask for Help Posted: Tue Feb 26, 2008 4:36 am Subject: Cant get WinMove to work |
"]And no, I don't always test code before I post... But incidentally, how would one go about activating a minimized window without restoring it??
Well sorry if it looks like i didnt test it, but i wa ... |
| |