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 114 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Remap XButtons to ALT and CTRL
PurloinedHeart

Replies: 2
Views: 67

PostForum: Ask for Help   Posted: Wed Sep 03, 2008 12:17 am   Subject: Remap XButtons to ALT and CTRL
Try

Alt::XButton1
Ctrl::XButton2
  Topic: Quicktime player flip hotkey?
PurloinedHeart

Replies: 3
Views: 66

PostForum: Ask for Help   Posted: Wed Sep 03, 2008 12:13 am   Subject: Quicktime player flip hotkey?
Have you tried using the script recorder that comes with AHK? You can just record yourself doing it once, then turn it into a hot key by adding it to the first like

eg.

#G:: ; Hot key he ...
  Topic: Fake ASCII art
PurloinedHeart

Replies: 6
Views: 701

PostForum: Scripts & Functions   Posted: Mon Jul 07, 2008 4:34 pm   Subject: Fake ASCII art
That is amazing. Surprised
  Topic: 2 inputboxes with a submit
PurloinedHeart

Replies: 4
Views: 96

PostForum: Ask for Help   Posted: Mon Jul 07, 2008 2:26 am   Subject: 2 inputboxes with a submit
You can use g-labels and variables

Eg..

Gui, Add, Button, gThisButtonWasPressed vButtonVariable, Button Text
Gui, Show

ThisbuttonWasPressed:
Msgbox, 42
  Topic: Fake ASCII art
PurloinedHeart

Replies: 6
Views: 701

PostForum: Scripts & Functions   Posted: Sun Jul 06, 2008 11:59 pm   Subject: Fake ASCII art
Now you can pretend to be an ASCII artist!


;Needed On Next Version:
;2nd GUI with options
;Speed
;Colors
;Eraser
;Shapes (Later Version?)
;Text Selection (Range)
...
  Topic: Coordinates Problem
PurloinedHeart

Replies: 2
Views: 88

PostForum: Ask for Help   Posted: Sun Jul 06, 2008 11:55 pm   Subject: Coordinates Problem
Maybe http://www.autohotkey.com/docs/commands/CoordMode.htm might help with the problem
  Topic: Suggestions for Improvement on one of my first scripts
PurloinedHeart

Replies: 4
Views: 227

PostForum: Ask for Help   Posted: Tue Jun 17, 2008 9:29 pm   Subject: Suggestions for Improvement on one of my first scripts
[url=http://www.autohotkey.com/docs/commands/Gui.htm#Font]Bold / Italic
For the mouse position, you could use a Loop or SetTimer
For background images, look at 'Gui, Add, Picture'
For the CheckBox, ...
  Topic: Hi, newbie needing help to make complex dvdrip script :S
PurloinedHeart

Replies: 2
Views: 83

PostForum: Ask for Help   Posted: Tue Jun 17, 2008 9:23 pm   Subject: Hi, newbie needing help to make complex dvdrip script :S
You posted in the wrong section.

Have you tried using the auto script recorder that comes with ahk? I think it can do most, if not all of what you're asking for Smile
  Topic: [Dead] Yet Another Media Player!
PurloinedHeart

Replies: 1
Views: 815

PostForum: Scripts & Functions   Posted: Tue Jun 17, 2008 12:39 am   Subject: [Dead] Yet Another Media Player!
Small Update - Animation when you roll/unroll

Left To Do:
-Pause
-Current Song Playing (Song Name from ID3V1 instead of File Name)
-Progress Slider [Select where to go in song]
-Next So ...
  Topic: I have a problem...
PurloinedHeart

Replies: 15
Views: 245

PostForum: Ask for Help   Posted: Mon Jun 16, 2008 9:23 pm   Subject: I have a problem...
Try SendPlay?
  Topic: [Solved] map Alt & Shift & Tab to ShiftAltTab?
PurloinedHeart

Replies: 6
Views: 176

PostForum: Ask for Help   Posted: Mon Jun 16, 2008 6:17 pm   Subject: [Solved] map Alt & Shift & Tab to ShiftAltTab?

Shift & Alt & Tab::


I think that would work.

I'm not sure about your other question (the if-statement)
  Topic: RESOLVED Change AutoHotkey.ahk script prevents startup-WHY?
PurloinedHeart

Replies: 3
Views: 135

PostForum: Ask for Help   Posted: Mon Jun 16, 2008 6:14 pm   Subject: RESOLVED Change AutoHotkey.ahk script prevents startup-WHY?

#Persistent
  Topic: GUI edit/ .ini question
PurloinedHeart

Replies: 3
Views: 105

PostForum: Ask for Help   Posted: Mon Jun 16, 2008 6:13 pm   Subject: GUI edit/ .ini question
Get the key from the ini and give a variable it's value. When you press the key, compare the key you're pressing with the variable
  Topic: Create A Script
PurloinedHeart

Replies: 7
Views: 163

PostForum: Ask for Help   Posted: Mon Jun 16, 2008 2:20 am   Subject: Create A Script
Whoops, you probably needed the Enter key instead of newlines Mad


::bbb::Want a chance to win coins? See if you can find the secret.{Enter}Visit www.website.com for more info.{Enter}
  Topic: [Dead] Yet Another Media Player!
PurloinedHeart

Replies: 1
Views: 815

PostForum: Scripts & Functions   Posted: Mon Jun 16, 2008 2:07 am   Subject: [Dead] Yet Another Media Player!
Dead due to lack of intrest

Portable Player
For those who can't install winamp on the school's computer

V 1.0
http://www.autohotkey.net/~PurloinedHeart/Stop.zip

http://img261.imageshack.us/ ...
 
Page 1 of 8 Goto page 1, 2, 3, 4, 5, 6, 7, 8  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group