User Controls

Remap like a boss

  1. #1
    AngryOnion Big Wig [the nightly self-effacing broadsheet]
    Fucking windows key was getting in my way,I kept hitting it by accident playing Fallout 76.
    The game would crash and fuckup my shit.
    So I thought ok I'll do a remap in the game setting NOPE cannot do that so I thought well maybe I could do a system profile or some shit and remap through windows NOPE.
    So this is how I did it.
    I just removed the key.
    End of problem.
  2. #2
    Twinkie the kid Tuskegee Airman
    they should call it the broken windows key because when I hit it and launch the keyboard across the living room it's probably gonna end up through a window one of these days
    The following users say it would be alright if the author of this post didn't die in a fire!
  3. #3
    aldra JIDF Controlled Opposition
    I think dexpot can disable that
  4. #4
    Twinkie the kid Tuskegee Airman
    wait the windows key is PERFECT

    import subprocess
    import win32api

    def F12_handler(event):
    if event.KeyID == 123:
    subprocess.Popen("mspaint.exe")

    win32api.SetWindowsHookEx(win32con.WH_KEYBOARD_LL, F12_handler)
    win32api.PumpMessages()
  5. #5
    aldra JIDF Controlled Opposition
    more like mspain
Jump to Top