home.social

#hotif — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #hotif, aggregated by home.social.

  1. @fireborn Pretty easy to do with #AutoHotkey. I've used {CapsLock} instead of {Win} to avoid conflicts with my own keyboard shortcuts:

    #Requires AutoHotkey v2.0

    #HotIf GetKeyState("CapsLock", "T")
    w & g::Run("google.com/")
    w & r::Run("reddit.com/")
    a & w::Run("winword")

    (when CapsLock is "On", "a" and "w" at the same time will open MS Word)

    Other ideas:
    - Having the keys and what's opened in a JSON or CSV file
    - Compiling the script
    - Showing the "layers" with a GUI