| Author |
Message |
Topic: instant backup of file selection |
lazygeek
Replies: 0
Views: 592
|
Forum: Scripts & Functions Posted: Tue Mar 09, 2010 11:36 am Subject: instant backup of file selection |
hi,
i was looking for a way to select files in explorer and quickly
back them up with a hotkey. at first i thought it wouldn't
be possible without using 3rd party tools but then i came up
wit ... |
Topic: Pass quotes in variable to Google search |
lazygeek
Replies: 5
Views: 264
|
Forum: Ask for Help Posted: Tue Nov 03, 2009 10:54 am Subject: Pass quotes in variable to Google search |
here's my take (i've been using this script for months and it works just fine for me):
Win+G activates the input box.
#g::
send {Ctrl}
inputbox, st,Google Search,,,,95,,,,,weather miami
if ... |
Topic: tiny computer usage tracker |
lazygeek
Replies: 16
Views: 1772
|
Forum: Scripts & Functions Posted: Thu Mar 05, 2009 3:37 am Subject: tiny computer usage tracker |
Glad to see this is generating some interest and nice suggestions .
I have amended the code in the original post with the 2 fixes suggested by OceanMachine. Thanks for this.
However, I will p ... |
Topic: Toggle Visibility of Desktop Icons by DoubleClicking Desktop |
lazygeek
Replies: 3
Views: 571
|
Forum: Scripts & Functions Posted: Fri Feb 27, 2009 5:51 pm Subject: Toggle Visibility of Desktop Icons by DoubleClicking Desktop |
You can fix the hide-on-launch-app issue by checking if any icon is selected before performing the show/hide.
See SKAN's code at http://www.autohotkey.com/forum/viewtopic.php?t=41388 |
Topic: tiny computer usage tracker |
lazygeek
Replies: 16
Views: 1772
|
Forum: Scripts & Functions Posted: Thu Feb 26, 2009 4:06 pm Subject: tiny computer usage tracker |
Robbo, glad you like it.
The script should be quite stable,
but if you encounter any bugs, please report.
Thanks for your feedback |
Topic: Double-click desktop to hide icons |
lazygeek
Replies: 8
Views: 1033
|
Forum: Ask for Help Posted: Thu Feb 26, 2009 12:13 am Subject: Double-click desktop to hide icons |
I have taken SKAN's script above and replaced "toggledesktopicons"
with a variant that should do the job with less delay:
~LButton::
If ( A_PriorHotKey = A_ThisHotKey & ... |
Topic: force font antialiasing |
lazygeek
Replies: 4
Views: 178
|
Forum: Ask for Help Posted: Wed Feb 25, 2009 6:24 pm Subject: force font antialiasing |
| Whoa! Fantastic. Thanks so much, SKAN. |
Topic: tiny computer usage tracker |
lazygeek
Replies: 16
Views: 1772
|
Forum: Scripts & Functions Posted: Wed Feb 25, 2009 6:20 pm Subject: tiny computer usage tracker |
I'm spending way too much time on the computer.
Up to now, I was using a freeware app called TimeTracker to keep track of the total time I spend working on the computer per day. However it has a fe ... |
Topic: force font antialiasing |
lazygeek
Replies: 4
Views: 178
|
Forum: Ask for Help Posted: Wed Feb 25, 2009 5:26 pm Subject: force font antialiasing |
Hi, thanks but I think I need some more help with this.
Not too familiar with dll calls from ahk...
Let's take the below code, for example.
What would be the simplest way to force the text to be ... |
Topic: Hotkeys in fullscreen games |
lazygeek
Replies: 1
Views: 205
|
Forum: Ask for Help Posted: Sun Feb 22, 2009 11:17 pm Subject: Hotkeys in fullscreen games |
try adding the below commands at the top of your script
#InstallKeybdHook
SetKeyDelay 20, 20
does that help?
you can also search the forum for bf2 macros to get more ideas |
Topic: How can i go faster than milliseconds |
lazygeek
Replies: 9
Views: 419
|
Forum: Ask for Help Posted: Sun Feb 22, 2009 6:09 pm Subject: How can i go faster than milliseconds |
Sorry for the delay, due to some real-life issues...
this is the post i was thinking of. (note that i haven't tried that
but it sounds like it might help you)
http://www.autohotkey.com/forum/ ... |
Topic: force font antialiasing |
lazygeek
Replies: 4
Views: 178
|
Forum: Ask for Help Posted: Sat Feb 21, 2009 5:13 am Subject: force font antialiasing |
Is it possible to force a text control to be antialiased or not (regardless
of the global preference set in the windows control panel) ?
I know for a fact that this kind of application specific ... |
Topic: Windows-D key causes trouble, howto fix? |
lazygeek
Replies: 10
Views: 860
|
Forum: Ask for Help Posted: Wed Feb 18, 2009 4:43 pm Subject: Windows-D key causes trouble, howto fix? |
| Your script looks fine to me... but i'm no expert... would be curious to see what the explanation is |
Topic: multi color text |
lazygeek
Replies: 1
Views: 151
|
Forum: Ask for Help Posted: Thu Feb 12, 2009 6:21 pm Subject: multi color text |
hi,
what would be a simple way to display text in more than one color? For instance, "This is r=blue]blue lor=red]red
Gui, Add, text, cRed, y0 x10, This is blue and this is red
Gui, Show |
Topic: changing border color |
lazygeek
Replies: 2
Views: 153
|
Forum: Ask for Help Posted: Wed Feb 11, 2009 11:34 am Subject: changing border color |
Hi,
Is it possible to customize border color in the below example?
If not, any workarounds?
Thanks
Gui, Font, s32
Gui, Add, Text, border vMyText cRed, XOOXOXOXOXOOXOOX
Gui, show
|
| |