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 

Catalogue of Scripts
Goto page Previous  1, 2, 3, 4
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
SKAN



Joined: 26 Dec 2005
Posts: 5298

PostPosted: Thu Mar 08, 2007 7:39 am    Post subject: Thanks :-) Reply with quote

Dear Jon, Smile

One of my AHK scripts was found by someone through wiki, and he has found it useful.

Web page: http://www.campbellssource.com/input-devices/autohotkeys/
The code: http://www.campbellssource.com/projects/input-devices/CursorNavigator-amend.ahk

Many thanks Jon. Very Happy

Regards.
Back to top
View user's profile Send private message
joe10994
Guest





PostPosted: Tue Mar 13, 2007 8:17 pm    Post subject: runescape startup script Reply with quote

can you please add my runescape startup scrip i just made it and it is my first ever script . all you need to do is download the runescape icon from runescape.com and change the script so it puts in your username and pass. it is also made for a hispeed computer so you may need to add some sleep to it. here it is ty if you add it.
Code:

run runescape
sleep,1500
click, 733,8
sleep,1500
click 707,321
sleep,2300
click 363,312
sleep,2000
click 354,442
sleep,7300
click 593,433
send USERNAME HERE
sleep, 100
Send, {ENTER}
sleep 200
send PASS HERE
click 444,462
sleep 1000
click 444, 462
Back to top
controlfreak



Joined: 13 Apr 2007
Posts: 7
Location: Unterschleißheim, BY, DE

PostPosted: Sat Apr 14, 2007 7:29 pm    Post subject: A script to switch the default printer upon hotkey trigger Reply with quote

Hello Jon,

would you kindly add this one?

http://www.autohotkey.com/forum/viewtopic.php?t=18348

Thank you for your great work!
Christian Sentis
_________________
On-on!
Back to top
View user's profile Send private message
Erittaf



Joined: 03 Nov 2007
Posts: 182

PostPosted: Wed Nov 21, 2007 1:35 am    Post subject: Reply with quote

Can you please add my connection monitoring utility to the wiki?

Thanks!
Back to top
View user's profile Send private message Send e-mail
engunneer



Joined: 30 Aug 2005
Posts: 5957
Location: Pacific Northwest, US

PostPosted: Wed Nov 21, 2007 1:43 am    Post subject: Reply with quote

It's a wiki, so you can add whatever you want Cool
_________________
Unless otherwise noted, all code is untested.
Common Answers: 1.(Loops, Viruses, etc.) 2. Search 3.RTFM
Back to top
View user's profile Send private message Visit poster's website
Erittaf



Joined: 03 Nov 2007
Posts: 182

PostPosted: Wed Nov 21, 2007 2:24 am    Post subject: Reply with quote

true enough, just got lazy on signing up for a login so that i could Razz
Back to top
View user's profile Send private message Send e-mail
automaticman



Joined: 27 Oct 2006
Posts: 299

PostPosted: Sun Feb 17, 2008 4:08 pm    Post subject: Reply with quote

Thanks for all efforts so far. (I only had a look to the listing page in the wiki and didn't read all the replies here.) I want to share here my observations from that big wiki page:

GOOD ARE:
+ we know the name of solution, name of coder, url of further information

I MISSED:
- we don't know the 3 list elements below := ipo
    input, input.space, input.space.coordinates
    used algorithm/processing dependencies
    output, output.space, output.space.coordinates

- we have no grouped organization of solutions where the inputs match outputs of other solutions so we could easily chain/integrate them together into a bigger chain/sequence of processing.

SO WHAT?(= possible future actions)
1. We can try to create a standard for ipo
2. We can apply this ipo-standard to the huge wiki-list and any other code which will appear there in future
Back to top
View user's profile Send private message
Tuncay



Joined: 07 Nov 2006
Posts: 379
Location: Berlin

PostPosted: Sun Feb 17, 2008 6:31 pm    Post subject: Reply with quote

I am currently working on something similar. Its a private thing, but may be this interests you. In current state, I have only a thread in german board of AutoHotkey.

AutoHotkey Script Collection by Tuncay (XML+DTD+XSLT)
Back to top
View user's profile Send private message Send e-mail
automaticman



Joined: 27 Oct 2006
Posts: 299

PostPosted: Sun Feb 17, 2008 7:21 pm    Post subject: Reply with quote

Tuncay wrote:
I am currently working on something similar. Its a private thing, but may be this interests you. In current state, I have only a thread in german board of AutoHotkey.

AutoHotkey Script Collection by Tuncay (XML+DTD+XSLT)
I had a short look on it and for the beginning it seems to be interesting and useful. I paste your solution so far here:
Code:

******** [ FULL EMPTY TEMPLATE ] **********************************************

    <script
        id=""
        added=""
        update="">
        <source url=""></source>
        <title></title>
        <description>
            <p></p>
        </description>
        <keywords></keywords>
        <version revision="" date="" />
        <author></author>
        <license url=""></license>
        <classify type="" category="" />
        <specific url=""></specific>
        <environment ahkversion="" platform="" />
        <conform standalone="" stdlib="" />
        <link url="" lang=""></link>
    </script>

******** [ TEMPLATE 1 ] *******************************************************

    <script
        id="GUID_"
        added="2008-">
        <source url="src/" />
        <title></title>
        <description>
            <p></p>
        </description>
        <keywords></keywords>
        <version revision="" date="" />
        <author></author>
        <license url=""></license>
        <classify type="Application|Library" category="" />
        <specific url=""></specific>
        <environment ahkversion="" platform="" />
        <conform standalone="" stdlib="" />
        <link url="http://www.autohotkey.com/forum/viewtopic.php?t=0" lang="en">Discussion</link>
    </script>

I would propose a more atomic description. See my ipo definition in the previous post. I would prefer here more "mathematic description" with PowerObjects in spaces having some coordinates. This model can be applied to almost anything in the world (from my experience).

PowerObjects is a geneal term I like to use for anything which can change anything else anywhere. Some examples for PowerObjects:
x money can change your house you live in
x beautiness (e.g. of a woman) can change her bank account if she manages to attract and bind/marry a multi-millionaire
x intelligence/skills in some area/domain, like financial skills, business skills, coding skills can again make you interesting for companies/groups who need these skills.
x military power can change your behaviour in the world as it can give you the "freedom" to decide who should continue living and/or who should die.
As you can see we can apply this model almost on anything we want, up to mathematics, or transistors, computers, digital world and finally codes and their internal states. Each code should end up with some transistor state changes in the lowest level. Maybe this is also related to our topic: http://en.wikipedia.org/wiki/Systems_Modeling_Language

SysML reduces UML's software-centric restrictions and adds two new diagram types, requirement and parametric diagrams.
The former can be used for requirements management;
the latter can be used for performance analysis and quantitative analysis.


legend: x means example
_________________
Imo the usability of ahk-solutions and ahk-forum postings can be improved.
Imagination is more important than knowledge. --Albert Einstein
Back to top
View user's profile Send private message
Titan



Joined: 11 Aug 2004
Posts: 5007
Location: imaginationland

PostPosted: Mon Feb 18, 2008 1:02 am    Post subject: Reply with quote

Tuncay wrote:
AutoHotkey Script Collection by Tuncay (XML+DTD+XSLT)
I took a quick glance and it looks good. In my opinion however most users aren't bothered submitting their work to a directory or even conforming to basic standards.

automaticman wrote:
I would propose a more atomic description.
What's the reason in making a standard more inaccessible to users when the uptake is slow in the first place? It's a tu quoque fallacy. Also what's up with you and the crazy fonts? It becomes quite frustrating to read.
_________________

RegExReplace("irc.freenode.net/autohotkey", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2")
Back to top
View user's profile Send private message Visit poster's website
automaticman



Joined: 27 Oct 2006
Posts: 299

PostPosted: Mon Feb 18, 2008 2:42 pm    Post subject: Reply with quote

Titan wrote:
What's the reason in making a standard more inaccessible to users when the uptake is slow in the first place? It's a tu quoque fallacy. Also what's up with you and the crazy fonts? ...
I'm not sure if I did understand your post from above at all. If you want you can clarify it a little more in simpler words. Crazy fonts? I like them. Me? I'm fine, thanks for asking.
_________________
Imo the usability of ahk-solutions and ahk-forum postings can be improved.
Imagination is more important than knowledge. --Albert Einstein
Back to top
View user's profile Send private message
Tuncay



Joined: 07 Nov 2006
Posts: 379
Location: Berlin

PostPosted: Mon Feb 18, 2008 11:26 pm    Post subject: Reply with quote

automaticman, I wanted to say that also, I cannot read some of your postings, because the font is too small for me. May be on your computer, it looks good, but I am not able to read it, until copy and paste them to notepad or increasing the font-size in my browser. But I´m too lazy for that. Just a note from me ...

Thx for interesting in it, but the format changes currently and have not any freezed status. Now pictures and example codes included... and so the above quoted code is deprecated. I did not want this discuss at this place.
Back to top
View user's profile Send private message Send e-mail
kimo
Guest





PostPosted: Mon Mar 03, 2008 7:24 am    Post subject: help for a newbie Reply with quote

hi, as a newbie I badly need help for this script.
Under Win XP and using autohotkey.exe, I want that pressing a keyboard key (for example an F key as F1) I have the pressing in sequence of a group of keys on the same keyboard.
pressing F1---> I obtain in sequence the pressing of key 1, then key Ctrl, then key2, then key Ctrl.
thx for the help
Back to top
tinku99



Joined: 03 Aug 2007
Posts: 13

PostPosted: Mon Mar 03, 2008 8:18 am    Post subject: sortable forum Reply with quote

If the forum search results were sortable by number of replies, that would also help people find the more useful scripts.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3, 4
Page 4 of 4

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group