AutoHotkey?  American American Français Italiano Russian Japanese Greek Portuguese Korean Chinese   → forum .de → downlod  3.ly/ahk   ﴾͡๏̯͡๏﴿  => AutoHotkeyU.tk

simple Autohotkey.com#_script_functions
the beginner Autohotkey scripts are very easy but you can design very comfortible applications with the ahk scrippting language
i.e.   shortCUTTER.tk simple folder ftp    activaid with 60 extensions

initial steps:

1) →Download and click  the open source program AutoHotkey.exe

2) permit "create and display the sample script"

3) add your own script lines to the file and save it

4) click again  desktop file "Autohotkey.exe" for the 1st session

Permant usage drag a shortcut over [start] [all programs] into the [Startup] folder 
► to edit scripts rightclick on the H tray icon  →ctrl + c →reload script  

Option: download this sample file_with_more_scripted_functions into the (My) Documents folder
This sample file you can also view in the browser as a low formatted page ( if you start with this step you must click the exe only one time) 

► ~ 25 hotkeys  keylist
f6::run f:\6   numpad6 ::run http://6de.de    ins::run http://script.tk   end::http://1mm.de
one shortcut per line

► ~ 104² shortcuts  ~x & y:: 
Tip: set up one hand shortcuts and shortcuts with mouse keys  i.e. ~space & 1:: ~rbutton & 1:: ~rwin & appkey::
a little easier syntax
!x:: (=ALTx) #x:: (=WINx) ^x:: (=CTRLx)

‎►remappings                                                                   
capslock::@ ; remaps the anoying capslock key to @

►hotstrings                                                                    


for TEXT ::btw::by the way ; replaces after typing btw and [enter] or [space] OPT‏ION  :*:btw:: ...;[enter] or[ space] isn´t requiered
for url´s :*:3lb::  ; type  3lb 
run http://3.ly/billboard                                  
return
::g+::  ; type g+ ENTER or space
run http://gmail.com
return
; opens gmail.com in the
if you prefere a user interface for the hotstring set up => 6.gp/aa

►character + command by hiting a key                          
rwin::send {@}{enter} ;inserts on the cursor position "@" and sends  ENTER  =TRICK to shorten addr. with 3 steps less

►searching highlighted text                                        

#9::          ;=[win] + [9]
send ^c    ;= [ctrl] + [c] copy to clipboard
clipwait
run http://google.com/search?hl=de&q=%clipboard%  ;de
run http://google.com/search?hl=en&q=%clipboard%  ;en
return

 
general AHK tips
→you can run different .ahk files in this case you can hide the tray icons with  " #NoTrayIcon "
→reload the scripts after changes by clicking the "autohotkey.exe" or "x.ahk"  or a shortcut to the files  →requiers the code "#singleinstance force"
→ you can find a lot of scripts in the autohotkey forums  .de

© 4rtist.com#─────██████████════█    imprint


 
AutoHotkey is an open source macro-making utility for Windows that can automate almost anything by sending keystrokes and mouse clicks. It can also create hotkeys for keyboard, mouse, joystick, and handheld remote controls. Similarly, it can create abbreviations that expand as you type them (AutoText). Finally, it makes it easy to create your own graphical user interfaces and custom menus.