2139 links
238 private links
  • Ginko's Link Dump
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
17 results tagged ahk x
  • AutoHotkey Community :: View topic - OCR.ahk - Library for recognizing text in images
    April 14, 2015 at 3:31:17 PM GMT+2 - permalink -
    QRCode
    - archive.org - http://ahkscript.org/forum/viewtopic.php?t=74227&postdays=0&postorder=asc&start=30
    ahk
  • WinTrigger: Watch [de]activation/[un]existance of windows... - Scripts - AutoHotkey Community

    hook activation window

    March 24, 2015 at 4:03:11 PM GMT+1 - permalink -
    QRCode
    - archive.org - http://www.autohotkey.com/board/topic/59059-wintrigger-watch-deactivationunexistance-of-windows/
    ahk
  • Intellisense for AHK commands - Scripts - AutoHotkey Community

    autocomplete

    March 20, 2015 at 5:29:37 PM GMT+1 - permalink -
    QRCode
    - archive.org - http://www.autohotkey.com/board/topic/531-intellisense-for-ahk-commands/
    ahk script
  • AutoHotkey

    Doc

    March 10, 2015 at 5:40:53 PM GMT+1 - permalink -
    QRCode
    - archive.org - http://ahkscript.org/docs/AutoHotkey.htm
    ahk
  • FileGetAttrib

    Reports whether a file or folder is read-only, hidden, etc.

    March 10, 2015 at 5:39:11 PM GMT+1 - permalink -
    QRCode
    - archive.org - http://www.autohotkey.com/docs/commands/FileGetAttrib.htm
    ahk
  • Regular Expressions (RegEx) - Quick Reference
    March 10, 2015 at 5:27:38 PM GMT+1 - permalink -
    QRCode
    - archive.org - http://ahkscript.org/docs/misc/RegEx-QuickRef.htm
    ahk
  • String - Methods/Properties (AHK_L) - Scripts - AutoHotkey Community

    String Lib

    March 10, 2015 at 5:26:38 PM GMT+1 - permalink -
    QRCode
    - archive.org - http://www.autohotkey.com/board/topic/46707-string-methodsproperties-ahk-l/
    ahk
  • AutoHotkey

    Le site communautaire

    March 10, 2015 at 4:35:01 PM GMT+1 - permalink -
    QRCode
    - archive.org - http://ahkscript.org/
    ahk
  • Clipboard, ClipboardAll, and OnClipboardChange
    March 9, 2015 at 6:30:24 PM GMT+1 - permalink -
    QRCode
    - archive.org - http://www.autohotkey.com/docs/misc/Clipboard.htm
    ahk
  • Functions
    March 9, 2015 at 5:58:51 PM GMT+1 - permalink -
    QRCode
    - archive.org - http://www.autohotkey.com/docs/Functions.htm
    ahk
  • List of Keys and Mouse/Joystick Buttons for Hotkeys and Macros
    March 9, 2015 at 5:37:24 PM GMT+1 - permalink -
    QRCode
    - archive.org - http://www.autohotkey.com/docs/KeyList.htm
    ahk
  • Variables and Expressions
    March 6, 2015 at 4:14:27 PM GMT+1 - permalink -
    QRCode
    - archive.org - http://www.autohotkey.com/docs/Variables.htm
    ahk
  • AutoHotkey Tutorial: Macro and Hotkey Creation

    Bootstrap tutorial. Useful

    March 6, 2015 at 4:02:24 PM GMT+1 - permalink -
    QRCode
    - archive.org - http://www.autohotkey.com/docs/Tutorial.htm
    ahk
  • Click a tray icon - Scripts - AutoHotkey Community

    ; the number of the tray icon that you need to click, followed by a space and then the filename containing the icon :

    iconstr = 3 C:\Program Files\Winamp\Plugins\gen_delete.dll

    ;replace this with your filename. I used beardboys Icon Browser - http://www.autohotkey.com/forum/viewtopic.php?t=5587&highlight=iconviewer - to find the icon inside the dll

    coordmode, mouse, screen
    MouseGetPos, mouseX, mouseY
    coordmode, pixel, screen
    WinGetPos, trayX, trayY, trayWidth, trayHeight, ahk_class Shell_TrayWnd
    ImageSearch, imageX, imageY, trayX, trayY, trayX+trayWidth, trayY+trayHeight, *Icon%iconstr%
    MouseMove,%imageX%,%imageY%,0
    MouseClick,left,%imageX%,%imageY%,1,0
    MouseMove,%mouseX%,%mouseY%,0
    Return

    February 23, 2015 at 12:08:46 PM GMT+1 - permalink -
    QRCode
    - archive.org - http://www.autohotkey.com/board/topic/21357-click-a-tray-icon/
    ahk
  • ClipStep - Step through multiple clipboards using Ctrl-X-C-V - Scripts - AutoHotkey Community

    Un gestionnaire de presse-papier très élégant

    December 17, 2014 at 6:30:06 PM GMT+1 - permalink -
    QRCode
    - archive.org - http://www.autohotkey.com/board/topic/4567-clipstep-step-through-multiple-clipboards-using-ctrl-x-c-v/
    ahk clipboard tool opensource
  • Alphabetical Command List for AutoHotkey

    La bible d'AutoHotKey

    November 17, 2014 at 6:15:58 PM GMT+1 - permalink -
    QRCode
    - archive.org - http://www.autohotkey.com/docs/commands.htm
    automation ref_doc ahk
  • Hotkeys (Mouse, Joystick and Keyboard Shortcuts)
    October 7, 2014 at 11:09:18 AM GMT+2 - permalink -
    QRCode
    - archive.org - http://www.autohotkey.com/docs/Hotkeys.htm
    ahk
Links per page: 20 50 100
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation