←back to thread

650 points Stratoscope | 1 comments | | HN request time: 0.216s | source
1. velcrovan ◴[] No.43505617[source]
Here's my AutoHotkey script for making my favorite punctuation hotkeys on my Windows laptops the same as my Mac:

    #-::Send("–")     ; Win+- = en-dash
    #+-::Send("—")    ; Win+SHIFT+- = em-dash
    #]::Send("‘")
    #+]::Send("’")
    #[::Send("“")
    #+[::Send("”")
    #;::Send("…")
    #+>::Send("→")
    #+<::Send("←")
    #8::Send("•")
    #+x::Send("×")      ; multiplication symbol
edit...downvoted, why? weird