Hacker News new | ask | show | jobs
by glomph 3365 days ago
On windows I use autohotkey to give middle click with three fingers. Main thing that was missing when I bought it.

    #^+F22::
        Send {Click Middle}  
    Return