Jump to content

Fallout 4 - Quick Scrap


CrazyCactuaR

Recommended Posts

Just plotting this down incase it helps anyone else who has OCD in wanting to scrap things faster.

It's a AutoHotKey script and all you do is press middle mouse button and it'll send R then E, Which is Scrap and Confirm.

I did attempt to figure out how to do this if Caps Lock is on and pressing R but no joy.


;

; https://autohotkey.com/docs/KeyList.htm

;

MButton::

{

    Send, {r down}

    Sleep 10

    Send, {r up}

    Sleep 10

    Send, {e down}

    Sleep 10

    Send, {e up}

}
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...