;-_- HELP section s--c.tk -_- Project by 4rtist.com based on the o.s. AutoHotKey.com + ahk_L project ;if you found this CODE-page s.ahk @ google, switch to s--c.tk ;TROUBLE shooting ;-_-if you got an error message, delete the last shortcut lines, save, and click/activate again the s.exe file ;-_-access @ 1mm.de/t a different troubleshooting page ;########### -_-KEY names-_- ########## ;1)MOUSE: Lbutton mbutton rbutton xbutton1 xbutton2 (1=back 2=forward) ;2)FX: F1 - F24 ;3)NUMPAD0-9 -dot depending on the default numlock OFF state -enter -sub -add -mult -div ;4)space up bs+backspace space esc tab Ins End Del Home Down Right ScrollLock CapsLock NumLock ; lctrl lwin lalt lshift rwin ralt rctrl rshift ; PgUp PgDn Down Left Right ScrollLock CapsLock NumLock ; ;5) PrintScreen CtrlBreak Pause ; Break -Since this is synonymous with Pause, use ^CtrlBreak in hotkeys instead of ^Pause or ^Break. ; ;6) MULTIMEDIA ; Browser_Back b._Forward .._Refresh .._Stop .._Search .._Favorites .._home ; Volume_Mute Volume_Down Volume_Up ; Media_Next Media_Prev Media_Stop Media_Play_Pause ; Launch_Mail Launch_Media Launch_App1 Launch_App2 ; ;####NOTE#### the s.exe will not load the above help section, so you can keep it. ;if the script is active, you can access the above help section and your shortcuts with x + y ; use the notepad search function "ctrl + s" if you intent to change or to delete shortcuts #singleinstance force ;line who prevents incompliet shortcuts &:: & :: 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:: Send ^c AutoTrim Off ClipboardOld = %ClipboardAll% Clipboard = Send ^c ClipWait 1 if ErrorLevel return StringReplace, copied, Clipboard, ``, ````, All ; Do this replacement first to avoid interfering with the others below. StringReplace, copied, copied, `r`n, ``r, All ; Using `r works better than `n in MS Word, etc. StringReplace, copied, copied, `n, ``r, All StringReplace, copied, copied, %A_Tab%, ``t, All StringReplace, copied, copied, `;, ```;, All Clipboard = %ClipboardOld% gui, -MaximizeBox -MinimizeBox AlwaysOnTop gui, font, s10, Verdana Gui, Add, GroupBox, x3 y-3 w359 h122 , Gui, Add, Text, x7 y7 w77 h18 cblue , define a gui, font, underlined Gui, Add, Text, x67 y7 w77 h18 cblue underlined gs , single key gui, font, norm Gui, Add, Text, x140 y7 w200 h18 cblue, or a different key combination Gui, Add, Edit, x130 y25 w110 h20 cblue Edit v2k, x & y Gui, Add, Text, x7 y57 w353 h25 , url path callto:// multiline text or macro Gui, Add, Edit, x6 y73 w353 h20 cred v1,%copied% Gui, Add, Button, x155 y97 w50 h20 cBlue, OK Gui, Show, x10 y130 h123 w365, s--c.tk allows ~10k shortcuts i.e. "ins + 1" Return GuiClose: reload Return s: Run Notepad %A_ScriptFullPath% Return ButtonOK: Gui,Submit,nohide Loop , Read , %A_ScriptFullPath% IfInString , A_LoopReadLine, ~%2k%:: { Msgbox,,,your shortcut "%2k%" still exists `n`n or you forgot to define a NEW shortcut. `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,%2k% ,~%2k%::, All FileAppend , `n`n%2k%, %A_ScriptFullPath% FileAppend , %1%, %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#__TROUBLEshooting capslock::@ ;capSLOOCK remapped to @ rctrl::send {#}{enter} ;addressTRICK ->1kg.de ~b & space::send {browser_back} ~n & space::send {browser_forward} NumpadSub::WinMinimize A NumpadAdd::WinMaximize A ; 1finger shortcutS [win|ALT] and [ALT|Y] together, if possible ~lwin & lalt::run notepad ~lalt & y::run http://1mm.de/s+.ahk ;script/APP-source in a browser window