 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Lexikos
Joined: 17 Oct 2006 Posts: 2739 Location: Australia, Qld
|
Posted: Sun Jun 22, 2008 12:14 am Post subject: |
|
|
| 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 |
|
 |
Jex
Joined: 01 Aug 2008 Posts: 61
|
|
| Back to top |
|
 |
Chavez
Joined: 20 Aug 2008 Posts: 153
|
Posted: Thu Aug 21, 2008 7:11 pm Post subject: |
|
|
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 |
|
 |
TOTAL
Joined: 26 Sep 2007 Posts: 64
|
Posted: Wed Nov 26, 2008 11:14 pm Post subject: gonna be technical |
|
|
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 |
|
 |
Ktafil
Joined: 11 Nov 2007 Posts: 16 Location: Netherlands
|
Posted: Sat Nov 29, 2008 11:36 am Post subject: |
|
|
- 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 |
|
 |
tidbit
Joined: 09 Mar 2008 Posts: 187
|
Posted: Sat Nov 29, 2008 3:48 pm Post subject: |
|
|
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 |
|
 |
Frankie
Joined: 02 Nov 2008 Posts: 338
|
Posted: Sun Nov 30, 2008 2:33 am Post subject: |
|
|
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 |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|