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 

What do you do with AHK?
Goto page Previous  1, 2
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> General Chat
View previous topic :: View next topic  
Author Message
Lexikos



Joined: 17 Oct 2006
Posts: 2739
Location: Australia, Qld

PostPosted: Sun Jun 22, 2008 12:14 am    Post subject: Reply with quote

Look at some of the existing scripts. Mine works by polling the mouse position in a loop. It calculates the angle of the difference between the current position and the last position, then determines which "zone" the angle is in (-45-45=up, 45-135=right, etc.) If the zone has changed, count it as part of the gesture. If the zone hasn't changed, consider it an extension of the previous movement - i.e. ignore it.
Back to top
View user's profile Send private message
Jex



Joined: 01 Aug 2008
Posts: 61

PostPosted: Thu Aug 21, 2008 6:25 pm    Post subject: Reply with quote

Very Happy

i added the voice recognition, among others. and now my family gives me funny looks while i talk to my PC
_________________
Woot.

Please read forum etiquette
Back to top
View user's profile Send private message
Chavez



Joined: 20 Aug 2008
Posts: 153

PostPosted: Thu Aug 21, 2008 7:11 pm    Post subject: Reply with quote

I use it to list all my games, so i can select one from the list to play it. Same goes for anime/movies/series. Then i have an emergency button which locks the computer and starts remote camera surveillance so that (if ever necessary) the police can monitor my room.

I introduced this on my work, and they have asked me to program a solution for them, so they can see if it's really useful. So we'll see :3
_________________
-Chavez.
Back to top
View user's profile Send private message MSN Messenger
TOTAL



Joined: 26 Sep 2007
Posts: 64

PostPosted: Wed Nov 26, 2008 11:14 pm    Post subject: gonna be technical Reply with quote

Ableton Live music application

numpad keys to open explorer windows, show/hide instrument GUI

tilde to stop all

(connected with miditranslator program) controlsurface commands (WOW)

cursor keys to move the instrument gui (WOW)


Windows
all major apps have shortcuts to srart and operate


numlock to close a window (I simply could not live with the need to click the idiotic cross)

winminimize, maximize, restore

also
scrolllock - winrestore
scrolllock plus lclick to drag the window


Explorer

mbutton for shortcuts




After sorting things out a moment ago I have all in one script, working like miracle.
Only some problems with Logitech mouse (any help appreciated).



I was impressed by AHK from t he very beginning. But the greatest trick to date, something that makes my life much more pleasurable is the customization of Ableton Live, especially the one where

appskey and rctrl and , . / each produce a characted which is not normally used in any application I know, including MSWord.

These chars are translated by Midi Translator into MIDI signals (notes) that reach via a emulated midi channel (midi yoke program) the control surface of ableton live. This surface translates the notes into commands of solo, mute, RECenable, and also go to next/previous track.

This functionality makes Live a destroyer.
Back to top
View user's profile Send private message
Ktafil



Joined: 11 Nov 2007
Posts: 16
Location: Netherlands

PostPosted: Sat Nov 29, 2008 11:36 am    Post subject: Reply with quote

- I use it on my work laptop to adress some hotkeys, there is no win button so i converted right alt to win key for example.

- I use multimonitor to switch applications from screens when docked in a docking with an external screen.

- Depending on IP adress I map or unmap my work or home networkdrives.

- i wrote a script for work wich launches programs and puts in the correct inputs in the desired input fields (login/pwd's and numbered inputs).
_________________
Broodje gitaar
Back to top
View user's profile Send private message
tidbit



Joined: 09 Mar 2008
Posts: 187

PostPosted: Sat Nov 29, 2008 3:48 pm    Post subject: Reply with quote

I barely ever use it. All the scripts I do use, I use rarely. The main one is autocorrect, but that's because I'm lazy.
and I use volume OSD by Rajat, helps alot when you unexpectedly enter a website with sound.
all the scripts I make a basic and repeditive. That no one would need. Heck, not even I use the scripts I make!
I guess I'm just waiting for a [simple] grand moment/idea.
_________________
rawr. be very affraid

Note: My name is all lowercase for a reason.
Back to top
View user's profile Send private message
Frankie



Joined: 02 Nov 2008
Posts: 338

PostPosted: Sun Nov 30, 2008 2:33 am    Post subject: Reply with quote

My main script uses tooltip as in inputbox and takes commands such as:
    run notepad
    email someemail@email.com Subject Goes Here
    download http://www.somesite.com/file.txt
    search map somestreet 010101 city state
    search news some event
    close notepad
    change (works like alt tab but keeps alt held down and space works like tab, nice effect)
    scan (scans using my printer)
    active stats (shows window stats, similar to window spy)
    get var somevar
    set somever value
    time (says the date and time in a message box)
    random 100 (random number 1 to 100)
    random 10 15 (random number from 10 to 15)
    pick stay go (picks one of the listed items after pick)
    copy var (copys var to clipboard)
    indent 10 (indents 4 spaces on 10 lines)
    ahk cmd winget (goes to the web page for the chosen command, helpful for replying to posts in the help form)
    rmove 100 (click once, click twice, thats the box that it randomly moves the cursor around in, used to select from objects on the screen randomly)
    site search (finds all files of an extention like swf or html or com on a site and lets you pick one, you then can download it if you want)
    cmd msgbox, test (runs the chosen command by making a temp.ahk, compiling it and deleting both once runwait is done)
    convert (right now only converts between seconds, minutes, hours and days but will do feet, meters, cm etc.)
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> General Chat All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
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