| Author |
Message |
Topic: Want F1 key to do full Alt-Tab function, how? |
danli
Replies: 8
Views: 558
|
Forum: Ask for Help Posted: Wed Feb 08, 2006 4:28 pm Subject: Works fine. |
*F1::Send {Alt down}{tab} ; Asterisk is required in this case.
!Enter::Send {Blind}{Alt up}
~*Escape::
IfWinExist ahk_class #32771
Send {Blind}{Escape}{Alt up}
return
The above script ... |
Topic: Get this .exe file converted to text file, how |
danli
Replies: 2
Views: 325
|
Forum: Ask for Help Posted: Wed Feb 08, 2006 4:25 pm Subject: Never mind |
| Never mind. I found a copy of it in my Recycle Bin. I can't see how to delete my post, even though it says I have permission to do so. You can go ahead and delete this whole thread if you want to. |
Topic: Get this .exe file converted to text file, how |
danli
Replies: 2
Views: 325
|
Forum: Ask for Help Posted: Wed Feb 08, 2006 4:16 pm Subject: Get this .exe file converted to text file, how |
I have two scripts that I compiled into an .exe file. I need to get th is .exe file back to the text file so I can edit them. Is there any way to do this?
I was hoping I could just right click on ... |
Topic: Combine these 2 scripts into 1 exe file, how |
danli
Replies: 4
Views: 322
|
Forum: Ask for Help Posted: Wed Feb 08, 2006 3:55 pm Subject: MIGHT AS WELL DELETE THIS WHOLE THREAD NOW |
Editor, you might as well delete this whole thread now. I can't remember what Toralf is talking about because the post he is refering to is gone.
Well, he might just be saying to switch the order o ... |
Topic: Want F1 key to do full Alt-Tab function, how? |
danli
Replies: 8
Views: 558
|
Forum: Ask for Help Posted: Wed Feb 08, 2006 3:28 pm Subject: Re: Read the follow-up |
| Well, guess what. I guess it depends on what apps you have running. I just opened Excel and the keyboard lock up came back when I tried entering numbers in Excel. However, I hit the Alt key and the ke ... |
Topic: Want F1 key to do full Alt-Tab function, how? |
danli
Replies: 8
Views: 558
|
Forum: Ask for Help Posted: Tue Jan 31, 2006 7:25 pm Subject: Nice one. |
| Yea, I would add that on this website's archive section for useful scripts. I especially like how it displays where the mouse cursor is currently located on the screen. |
Topic: Combine these 2 scripts into 1 exe file, how |
danli
Replies: 4
Views: 322
|
Forum: Ask for Help Posted: Tue Jan 31, 2006 3:59 am Subject: Solved |
That fixed it. Thank you.
Change the order.
Put the first at the end of the second (you may leave the "Process, Priority,, High" at the top, or delete that line)
This is due to the au ... |
Topic: Combine these 2 scripts into 1 exe file, how |
danli
Replies: 4
Views: 322
|
Forum: Ask for Help Posted: Mon Jan 30, 2006 6:26 pm Subject: Combine these 2 scripts into 1 exe file, how |
| I know how to use the autokey compile thing to make an exe file. I can create a separate exe file for each script below, and they work fine separately. However, when I put both scripts in the same txt ... |
Topic: Tile Windows Vertically, how? Too difficult? |
danli
Replies: 4
Views: 2066
|
Forum: Ask for Help Posted: Mon Jan 30, 2006 3:53 am Subject: Tile Windows Vertically, how? Too difficult? |
| Yes, that works for me. |
Topic: Tile Windows Vertically, how? Too difficult? |
danli
Replies: 4
Views: 2066
|
Forum: Ask for Help Posted: Sun Jan 29, 2006 10:02 pm Subject: Tile Windows Vertically, how? Too difficult? |
Thanks Goyyah. None of that would work for me in XP. Can you do anything with this:
Set objshell = CreateObject("Shell.Application")
objshell.TileVertically |
Topic: Tile Windows Vertically, how? Too difficult? |
danli
Replies: 4
Views: 2066
|
Forum: Ask for Help Posted: Sun Jan 29, 2006 6:08 pm Subject: Tile Windows Vertically, how? Too difficult? |
| Hello. If you right click on the Windows taskbar and select Tile Windows Veritcally, all active windows are tiled on the monitor screen. I know this must be a difficult one, but it would be so much ea ... |
Topic: Scripts work separately but not when in one file, why? |
danli
Replies: 9
Views: 491
|
Forum: Ask for Help Posted: Sun Jan 29, 2006 7:17 am Subject: Working Fine Now |
| Just following up. I don't know if it was separating the scripts and making one of them an exe file or adding the {blind} or both, but I have been using these scripts for a week now. They work fine an ... |
Topic: Scripts work separately but not when in one file, why? |
danli
Replies: 9
Views: 491
|
Forum: Ask for Help Posted: Tue Jan 24, 2006 2:04 am Subject: To sum up.... |
Ok, to sum up for anyone who is following this thread. This is what I have done.
1 ) This part is compiled into an exe file:
Process, Priority,, High
*F1::Send {Alt down}{tab} ; Asterisk is ... |
Topic: Scripts work separately but not when in one file, why? |
danli
Replies: 9
Views: 491
|
Forum: Ask for Help Posted: Tue Jan 24, 2006 1:44 am Subject: Scripts work separately but not when in one file, why? |
| I will try what you sent. I should not have said lock up, because what is actually happening is that the keyboard stops. I can't type anything. However, the mouse still works and allows me to restart ... |
Topic: Scripts work separately but not when in one file, why? |
danli
Replies: 9
Views: 491
|
Forum: Ask for Help Posted: Mon Jan 23, 2006 8:54 pm Subject: still won't work as one file |
| My screen just locked up again, so this is what I am trying now. I have copied the F1 part into a separate file and compiled it as an exe file. I am running the rest as the .ini file and the F1 part a ... |
| |