/1 or /advanced
[virus check] [ installer → 1i.exe ] [ 1.zip = 1.exe + 1.ahk ] [ free software license ] [ 64 bit ]
Advantages short-CUTr.tk
• beside the 1 + 2 key shortcuts you can set up an ulmtd # LOGICAL “one after another key” shortcuts i.e. ” sc+ “ tip
→ ~25 hotkeys i.e. ins F7 numpad6 → ~80 keySstroke shortcuts i.e. 12 de spaceM WINalt
• to set up a shortcut takes ~ 3 sec -_- →highlight →F6 →change x to “.“ [OK]
than simply hit a key or in the above example “.” and “y” together
• based on 2 open source files, which you can use too on an usb device as a portable application
•you can use the app without any registry changes
•the 7kb .ahk file is extendible with code snippets i.e. a backup codeline
•unicode + idn support because based on the Autohotkey_L forge
•you can combine text + commands username{tab}pw{enter}
[spoiler /the hidden case/ /hide the text/]
•you can show youtube videos to friends without the risk, that a youporn history listing pops up[/spoiler]
the steps to the dialog ↓ box →highlight an url, path, file, folder or multiline text →hit F6
You can use ~ 25 “special” keys in the second field ( ins, up, Fx, NUMPADx +.. →k.1mm.de ) and you can combine all ~107 keyboard + mouse keys
the app code you can preview in browser windows 1.ahk (not Ie6)
The initial downloads
download 1st 1.ahk to the “Documents” folder and 1.exe to i.e. the desktop.
Click the 1.exe OPTION drag for the permanent usage a shortcut from the 1.exe over [START] [ALL Programs] into the [Startup] folder.
easier: •download and click the 2.exe • click the [install] button
the result: 2 extracted files in the documents folder and 2 shortcuts (Desktop + startup)
In both succeeded cases and in the following portable case you will get an H tray icon.
On your friends pc or on public pc´s
•download the 1.exe + the 1.ahk file to a usb or local directory of your choice
→ drag the .ahk file onto the .exe
( If you are using your stick on a pc where an Autohotkey version is installed , you must click only the 1.ahk file )
[spoiler /another way with only the downloaded .exe/ /hide the text/]
→ download + click the 1.exe ( it´s a renamed autohotkey_L.exe )
→ grant permission for “create and display the sample script”
→ remove the sample code with the code from 1.ahk and save the file with utf8 encoding.
( utf8 is requiered for unicode characters in text strings and idn domains i.e. the shorturl ↑.tk)
→ click again the .exe (permanent: drag a shortcut over start into the Startup folder)
[/spoiler]
[spoiler /►the APP code ◄ / /hide the code/]
THE code (without the HELP section on top. The ;HELP text doesn´t affect the script performance)
Note: to copy the following code could cause errors, copy better the browser preview, including the help section
#singleinstance force ; " keep " -> " &:: + & : " prevents incompliet shortcuts [/spoiler]
;
Menu,Tray,NoStandard
Menu,Tray,add,&EDIT your shortcuts after a double click on the H tray icon`; at the bottom of the file,EDIT
Menu,Tray,Default,&EDIT your shortcuts after a double click on the H tray icon`; at the bottom of the file
Menu,Tray,add,&shortCUTTER.tk -key names -help -tips , x+y
Menu,Tray,add,&exit,exit
;
return
;
exit:
exitapp
;
EDIT:
Run Notepad %A_ScriptFullPath%
Return
;
x+y: ; = tray menu link
run http://1mm.de
return
;
f6::
AutoTrim Off
ClipboardOld = %ClipboardAll%
Clipboard =
Send ^c
ClipWait 1
if ErrorLevel
return
StringReplace, copied, Clipboard, ``, ````, All
StringReplace, copied, copied, `r`n, ``r, All
StringReplace, copied, copied, `n, ``r, All
StringReplace, copied, copied, %A_Tab%, ``t, All
StringReplace, copied, copied, `;, ```;, All
Clipboard = %ClipboardOld%
;
gui , -MaximizeBox -MinimizeBox AlwaysOnTop
Gui, Add, GroupBox, x3 y-2 h188 w394,
gui, font, s10, Verdana
Gui, Add, Text, x7 y10 cblue,type an "one after another key" shortcut *
Gui, Add, Edit, x294 y8 w55 h20 voaa
Gui, Add, Text, x8 y32 w300 cred, or modify the "2 key together" shortcut **
Gui, Add, Edit, x294 y31 w100 h20 cred v2k,x & y
Gui, Add, Text, x9 y51 w388 cred,You can use too a single key above i.e. INS Numpad6 up
Gui, Add, Text, x9 y70 w380 cgreen, urls pathes callto:// or multiline text
gui, font,, Arial
Gui, Add, Edit, x7 y88 w385 h20 cgreen v1,%copied%
Gui, Add, Edit, x7 y111 w188 h20 v2,
Gui, Add, Edit, x204 y111 w188 h20 v3,
gui, font, bold
Gui, Add, Button, x95 y133 w50 h20 cBlue, OK
gui, font, underlined cblue
Gui, Add, Text, x192 y133 w180 gl , 1mm.de/t#roubleshooting
gui, font, norm
Gui, Add,Combobox, x6 y155 w389 h300 , HELP: * 1st BAR A-Z 0-9 , . + - = # [ ] \ or unicode || |** you can combine all ~107 mouse + keyboard keys.| In this case keep the spaceS and the &∓| |MOUSE: lbutton mbutton rbutton xbutton1 xbutton2|Function keys: F1 - F24|Numpad0 -9 -dot -enter -sub -add -mult -div|CapsLock NumLock ScrollLock |PgUp PgDn Down Left Right PrintScreen CtrlBreak Pause |up bs+backspace esc tab Ins End Del Home|lctrl lwin lalt lshift rwin ralt APPSkey rctrl rshift | |click the H tray icon for more key names
;
Gui, Show, x10 y130 h192 w400, shortCUTTER.tk - allows to combine all keyboard + mouse keys
Return
;
GuiClose:
reload
Return
;
l:
run http://1mm.de/t#roubleshooting
return
;
ButtonOK:
Gui,Submit,nohide
;
If (oaa = "" && 2k = "x & y" )
{
Msgbox,,,you forgot to define a NEW shortcut.`n`n X + Y is still defined. `n`n This window will disappear in ~3 sec.,4
return
}
;
Loop , Read , %A_ScriptFullPath%
IfInString , A_LoopReadLine, ~%oaa%::
IfInString , A_LoopReadLine, ~%2k%::
{
MsgBox,,,your shortcut " %2k% " still exists `n`n This window will disappear in ~3 sec.,4
return
}
;
IfInString, 1, :\
StringReplace, 1,1,%1% ,`nrun %1%, All
else
;
IfInString, 1, "http
{
StringReplace, 1,1,%1% ,`nsend %1%, All
IfInString, 1, #
StringReplace, 1,1,#,{#},All
IfInString, 1, :
StringReplace, 1,1,:,{:},All
IfInString, 1, +
StringReplace, 1,1,+,{+},All
IfInString, 1, !
StringReplace, 1,1,+,{!},All
}
else
;
IfInString, 1, ://
StringReplace, 1,1,%1% ,`nrun %1%, All
else
;
IfInString, 1, :/
{
StringReplace, 1,1,%1% ,`nrun %1%, All
StringReplace, 1,1,/,\,all
}
;
else
{
StringReplace, 1,1,%1% ,`nsend %1%, All
IfInString, 1, #
StringReplace, 1,1,#,{#},All
IfInString, 1, :
StringReplace, 1,1,:,{:},All
IfInString, 1, +
StringReplace, 1,1,+,{+},All
IfInString, 1, !
StringReplace, 1,1,+,{!},All
}
;
StringReplace, 2k, 2k, x & y,, All
StringReplace, 2k,2k,%2k% ,~%2k%::, All
;
StringReplace, oaa, oaa, %oaa%,:*:%oaa%::, All
;
StringReplace, 2, 2, %2%, `nrun %2%, All
;
StringReplace, 3, 3, %3%, `nrun %3%, All
;
FileAppend , `n`n%2k%%oaa%, %A_ScriptFullPath%
FileAppend , %2%, %A_ScriptFullPath%
FileAppend , %1%, %A_ScriptFullPath%
FileAppend , %3%, %A_ScriptFullPath%
FileAppend , `nreturn, %A_ScriptFullPath%
MsgBox,,, --__-- done --__-- `n`nYour shortcut string " %oaa%%2k% " has been added to the end of the .ahk file.`n`nYou can modify shortcuts by clicking the H tray icon.`n`nBoth windows will disappear in ~3 sec.,5
Reload
Return
;
~x & y::run http://1mm.de/t
[spoiler / appended: 2 additional fuctions / /hide this code/]
capslock::@
rctrl::send {#}{enter}
↑ CODE END ↑ ↓the 2 lines additional code ↓
→capslock to @
→TRICK to shorten url´s with 3 steps less and to switch with less efforts from /x to /y
[/spoiler]
CREDITS to Lexikos + Chris Mallet = founder of the AutoHotKey.com#_project
You can view his ” only TEXT ” coding with more ;comments as hotstring helper
1i.exe∓
br //strong
/s#mall_GUI
→ /s -_- download → 1mm.de/si.exe

keySstroke shortcuts
if your keyboard doesn’t support the technique you must set up 2 shortcuts 1 & 2 + 2 & 1