GithubHelp home page GithubHelp logo

autohotkey's Introduction

autohotkey

Autohotkey .ahk v2 simple code examples

  1. simple code examples that work the first time

  2. no library includes (nothing wrong with them, but all the code is now right in front of you)

  3. read the comments

  4. be brief

v2_1 of 3_a function that does not throw an error ; function that does not throw an error working code

v2_2 of 3_a function that thows an error ; function that thows an error working code

v2_3 of 3_a function that try-catches an error ; function that try-catches an error working code

v2_A_Cursor ; Report cursor type when you click the mouse working code

v2_ByRef_and_Deref.ahk ; Referencing and Dereferencing a variable working code

v2_Command_line_parameter ; use Win-R or a cmd window to pass command line params to the script working code

v2_Continuation lines working code ; how to make multiple line variables working code

v2_Chrome_winmove ; demo of winmaximise, winminimize, winmove and winrestore on a chrome window working code

v2_FileGetShortcut ; Demo of getting parameters from filegetshortcut working code

v2_format ; Format working code

v2_iF.ahk ; IF working code

v2_iF - Winexist and !.ahk ; If with Winexist and !Winexist working code

v2_inline_ini.ahk ; save ini values inside the script working code

v2_inputhook.ahk ; inputhook working code

v2_is functions.ahk : "is a variable this..." working code

v2_Keyboard history ; keyhistory working code

v2_Loop_parse_text.ahk ; use loop parse on a sample text working code

v2_Macropad.ahk ; turn an external 10key pad into a macropad working code

v2_Msgbox errors when using an array.ahk ; Msgbox errors when using an array working code

v2_msgbox for object keys values and properties ; msgbox for object keys, values and properties working code

v2_msgbox_timeout.ahk ; msgbox closes in 2 seconds working code

v2_notify.ahk ; a notification function demonstrating variables as comments

v2_one-liner-simple.ahk ; sometimes you just one run command. It's also a good way to practice AHK

v2_ord to see character codes of a string.ahk ; see character codes. Usefull to tell non printing characters apear like tabs and spaces working code

v2_regexmatch as an object.ahk ; regexmatch object working code

v2_run_notepad_with_ComObject.ahk ; open notepad with a ComObject and a function

v2_simple_log_file.ahk ; create a simple log file for your script

v2_simple regexreplace working code ; replace characters working code

v2_sort.ahk ; sort working code

v2_square array.ahk ; put a variable into an array and read it out working code

v2_store_notes_in_your_script.ahk ; store notes in your script you can look at it while it is running working code

v2_store_variables_as_comments.ah ; using variables to store comments so you can look at it while it is running working code

v2_tabbing_for_acceleration_keys.ahk ; TIC + Numpad Number to tab that number of times working code

v2_type for string function array and object.ahk ; use type to see what class name is working code

v2_variadic_function_concatenate_words.ahk ; function without a fixed number of parameters working code

v2_vercompare_two strings.ahk ; compare two strings to see if they match. 0 = match, -1 = no match

v2_winmove resizing and moving folders ; working code

autohotkey's People

Contributors

pillowd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

poa00 upholdjd

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.