Skip to content

Instantly share code, notes, and snippets.

@jondcoleman
jondcoleman / AdvancedWindowSnap.ahk
Last active January 23, 2020 12:06 — forked from AWMooreCO/AdvancedWindowSnap.ahk
Advanced Window Snap is a script for AutoHotKey that expands upon Windows built-in window-snapping hotkeys.
/**
* Advanced Window Snap
* Snaps the Active Window to one of nine different window positions.
*
* @author Jonathan Coleman
* @originalAuthor Andrew Moore <andrew+github@awmoore.com>
* @version 1.0
*/
/**
@jondcoleman
jondcoleman / shrug.ahk
Last active June 17, 2017 23:33 — forked from farfromunique/shrug.ahk
autohotkey script to replace 🤷 with ¯\_(ツ)_/¯ (and a few other common unicode art emoji)
;using unicode character strings instead of literal characters, for use in programs like Skype for Business.
; :shrug: ¯\_(ツ)_/¯
:B0:`:shrug::
if (A_EndChar == ":") {
SendInput, {BS 7}{U+00AF}\_({U+30C4})_/{U+00AF}
}
return
; :whatever: ◔_◔