Giter Site home page Giter Site logo

ahk-unicode-enter's Introduction

ahk-unicode-enter

Simple Insertion of unicode characters and abbreviations

quick start

  • run "unicode enter generator.ahk". Select which definition file should be used. It will generate and start "unicode enter script.ahk"

For everyday use start "unicode enter script.ahk" directly. You can change the definitions by editing or creating a definitions files in the directory "unicode definitions". Then run "unicode enter generator.ahk" again.

how to use

Enter a keyword and press break. Your keyword will be replaced by the first unicode character. If multiple unicode characters have the same keyword you can press break multiple times and choose which one you want.

how to define

You can easily define your own keyword - character pairs. Create a new .txt file in the folder "unicode definitions" (use UTF-8 encoding) and follow those rules:

  • write one or multiple keywords separated by comma.
  • enter an equal sign: =
  • write one or multiple characters or strings separated by comma.
  • make a linebreak and start from first step

As keyword you can use any string which noes not include spaces. You can also specify a hotkey as described in the AutoHotkey Help. Put that hotkey in those Brackets {}. Examples: {left} or {^s} or {f5}

You can use the = in a keyword, but then you must make sure to put a space on each side of =. Example: /=, =/ = โ‰ 

You can add comments to each character. Puth them is brackets. Example: animal = ๐Ÿ… (Tiger), ๐Ÿ (Mouse), ๐Ÿ˜ (Elephant)

If you want a comma to be entered in a string, escape it (`,). You can also enter linefeeds and other special keys as described in the AutoHotkey help.

You can insert variables content by surrounding them with the " character. Example: time = " a_now "

If you write #include, the remainder of the file will be included into your script. This allows you to define your own variables.

ahk-unicode-enter's People

Contributors

bichlepa avatar

Stargazers

 avatar  avatar

Watchers

 avatar

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.