About 50 results
Open links in new tab
  1. AutoLeap: Leap Motion Module - AHK control with your hands!

    Dec 9, 2014 · Initialize an AutoLeap object like this: vLeap := new AutoLeap ("LeapSample_MsgHandler") Callback must have the following parameters: …

  2. AutoLeap: Leap Motion Module - AHK control with your hands!

    Mar 24, 2015 · AutoLeap: Leap Motion Module - AHK control with your hands! - posted in Scripts and Functions: If you dont already know what a Leap Motion Controller is, then watch this video: This is …

  3. AutoHotkey

    AutoHotkey

  4. PostMessage - Syntax & Usage | AutoHotkey v2

    The PostMessage function places a message in the message queue of a window or control.

  5. class_EasyIni:Native syntax-Ini.Section.Key:=val +Formatting

    Oct 4, 2013 · ; To create an ini object, vIni := class_EasyIni ("MyIni.ini") ; To interface with the object, for section, aKeysAndVals in vIni for key, val in aKeysInVals vIni [Section] [key] := 1 vIni …

  6. Changes from v1.0 to v1.1 | AutoHotkey v2

    Changes between v1.0 and v1.1. Changes from v1.0 to v1.1 This document details changes between AutoHotkey v1.0 and v1.1 that may cause scripts to behave differently, and therefore might be …

  7. ControlGetText - Syntax & Usage | AutoHotkey v1

    The ControlGetText command retrieves text from a control. If the retrieved text appears to be truncated (incomplete), try using VarSetCapacity (OutputVar, 55) prior to ControlGetText (replace 55 with a …

  8. Hold down a key as long as I'm holding down a mouse button

    I want my LShift to be held down as long as I'm holding down my MButton. I wrote the script mentioned below but what it does is locks the LShift key down and does not release it even after I let go of my …

  9. FileOpen - Syntax & Usage | AutoHotkey v2

    The FileOpen function opens a file to read specific content from it and/or to write new content into it.

  10. System Menu : Add custom and/or remove standard items

    Dec 19, 2013 · Native DragDrop for Windows 8+ (8.1 10 | Drag & Drop) | AutoLeap - Control AutoHotKey with your Hands (Leap Motion) | EasyIni (ini native class object) Top 7 posts • Page 1 of …