Hacker News new | past | comments | ask | show | jobs | submit login

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



Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: