Skip to content

Instantly share code, notes, and snippets.

@demicuz
Last active April 1, 2021 22:07
Show Gist options
  • Save demicuz/bd4d7bd21270e0f93d3ba51b469935c4 to your computer and use it in GitHub Desktop.
Save demicuz/bd4d7bd21270e0f93d3ba51b469935c4 to your computer and use it in GitHub Desktop.
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
::.larr::{U+2190} ; ←
::.uarr::{U+2191} ; ↑
::.rarr::{U+2192} ; →
::.darr::{U+2193} ; ↓
::.para::{U+00B6} ; ¶
::.wequal::{U+2248} ; ≈
::.tri::{U+25B3} ; △
::.hrp::{U+21CB} ; ⇋
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment