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 384 matches
AutoHotkey Community Forum Index
Author Message
  Topic: backward search, delete a word, to the left
Conquer

Replies: 9
Views: 579

PostForum: Ask for Help   Posted: Wed Dec 10, 2008 1:54 am   Subject: backward search, delete a word, to the left
Send {Control Down}{Backspace}{Control Up}

That will erase text until the next space. (Unless you're starting with a space, in which case it will erase until the first ...
  Topic: ahk -> c++ migration tutorial
Conquer

Replies: 16
Views: 1134

PostForum: Ask for Help   Posted: Sat Nov 15, 2008 8:13 pm   Subject: ahk -> c++ migration tutorial
tidbit and engunneer:
I can not see

a) a tutorial
or
b) links

Why are you answering then?

Wow, show some respect. There isn't a tutorial on it.

Did you try search? And checking the ma ...
  Topic: Alt+M+S opens say, a website
Conquer

Replies: 16
Views: 813

PostForum: Ask for Help   Posted: Sat Nov 15, 2008 8:08 pm   Subject: Alt+M+S opens say, a website
Check the index (in the ahk help file) on these topics:

Hotkeys - You probably already figured this out
Run - To open websites or documents
Variables - For knowing if the user has press ...
  Topic: Disabling UpDown Arrows
Conquer

Replies: 7
Views: 402

PostForum: Ask for Help   Posted: Mon Jul 07, 2008 5:44 pm   Subject: Disabling UpDown Arrows
You could perhaps have two separate buttons imitating an updown control, one button for up and one button for down (perhaps with ^/v as labels). Then the buttons could have labels which would add (or ...
  Topic: Fade in/out taskbar
Conquer

Replies: 7
Views: 2649

PostForum: Scripts & Functions   Posted: Sun Jun 29, 2008 10:06 pm   Subject: Fade in/out taskbar
How to use the extra real estate though?

I know this is kind of a grave dig, but..

channelog: Great script, thanks for sharing.

this is my version of the script: (Allows you to use the extra ...
  Topic: HELP PLZ!!! Rules for Halo, and how to make them work.
Conquer

Replies: 19
Views: 751

PostForum: Ask for Help   Posted: Sat Jun 28, 2008 10:28 pm   Subject: HELP PLZ!!! Rules for Halo, and how to make them work.
Er, don't you need to send 2 enter keystrokes? Like when you're typing it in halo?

SetKeyDelay, -1
^1::
Send,{Enter}---ATTENTION---{Enter}{Enter}*WARNING* M ...
  Topic: if not A_IsAdmin... restart script without manual entering?
Conquer

Replies: 5
Views: 1065

PostForum: Ask for Help   Posted: Fri May 16, 2008 11:18 pm   Subject: if not A_IsAdmin... restart script without manual entering?
Sounds... Sly

Surprised



Um, use the command RunAs ?

lolz
  Topic: [Solved] Another Noob question from me... Iniwrite...
Conquer

Replies: 7
Views: 495

PostForum: Ask for Help   Posted: Mon Apr 28, 2008 10:54 pm   Subject: [Solved] Another Noob question from me... Iniwrite...
When it's solved, mark the title of the thread like this: (For easy readability)

(Epic Win)

rather than

Thread Topic Here .. Solved (Epic Fail, like Titan's captcha. Very Happy)

Thx for listenin ...
  Topic: Keeping the Fox quiet...
Conquer

Replies: 9
Views: 786

PostForum: Ask for Help   Posted: Mon Apr 28, 2008 10:49 pm   Subject: Keeping the Fox quiet...
ggwwtt, you are ruining his evil plan with your user-aware "code". Razz Laughing Cool

Anyways, I tried to improve the code:

(Failed attempt):
#Singleinstance,force
#Persistent

FoxPat ...
  Topic: Keeping the Fox quiet...
Conquer

Replies: 9
Views: 786

PostForum: Ask for Help   Posted: Sat Apr 26, 2008 5:47 pm   Subject: Keeping the Fox quiet...
QuietFoxLaunch:
Run, firefox.exe http://www.google.ca ,,Hide UseErrorLevel
If ErrorLevel
return ; Script failed to launch the browser/site
Else
goto QuietFoxControl
return

Quie ...
  Topic: Script stopped working with IE7
Conquer

Replies: 4
Views: 419

PostForum: Ask for Help   Posted: Tue Apr 15, 2008 2:45 am   Subject: Script stopped working with IE7
/me Saved the day once again Cool
  Topic: Monitoring script - Copy entered text to log file
Conquer

Replies: 3
Views: 535

PostForum: Ask for Help   Posted: Tue Apr 15, 2008 2:30 am   Subject: Monitoring script - Copy entered text to log file
No, I don't think you could get the text on a button in a website, because its not actually a button, as its not on your os, its on the web page. I don't think ImageSearch would work either, as themes ...
  Topic: Want to write a script for money?
Conquer

Replies: 6
Views: 628

PostForum: Ask for Help   Posted: Tue Apr 08, 2008 5:04 pm   Subject: Want to write a script for money?
You should probably provide some screen shots of the site, as well; also mention what tasks are needed to be scripted. Be more specific about these "bunch of hotkeys" and you'll likely get a ...
  Topic: [Solved] Animated GUI Windows Causing Clipboard Set Error
Conquer

Replies: 5
Views: 557

PostForum: Ask for Help   Posted: Sun Apr 06, 2008 3:49 pm   Subject: [Solved] Animated GUI Windows Causing Clipboard Set Error
Hey, this is my script.

#SingleInstance,Force

Gui, Add, Edit, w400 h400 vEditWp, This is a test.
Gui, Add, Button,y+5 gCopyText, Copy Text

Gui, +LastFound ; (For the line below)

I ...
  Topic: silently add url to firefox bookmarks database
Conquer

Replies: 9
Views: 1901

PostForum: Ask for Help   Posted: Sat Apr 05, 2008 1:20 am   Subject: silently add url to firefox bookmarks database
Just an idea, run the site hidden then silently send Ctrl+D (Bookmark this page) having your script (critically for most reliable results) hooked onto shell and set the transparency of the window to 1 ...
 
Page 1 of 26 Goto page 1, 2, 3 ... 24, 25, 26  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group