Dragon Age: Origins

File information

Last updated

Original upload

Created by

Fisknils

Uploaded by

fisknils

Virus scan

Some manually verified files

Documentation

Readme

View as plain text

This is a hotkey script made using Autohotkey (www.autohotkey.com)
The .exe is a compiled version of the .ahk without any changes.
If autohotkey is installed on your system, you can simply run the .ahk (which is clear text) instead of that scary .exe ;)

Hotkey: Tab

Description:
Pressing Tab will simulate it being held down until pressed again.

Purpose:
The idea is to spare your pinky finger from getting all soar, by allowing you to simply
tap tab instead of holding it down.

Usage: Press Tab to toggle "Highlight Usable Objects". Press it again to turn it off.







-----------






Update: 3:16 PM 2/22/2011
New version
(I suggest you throw the old version to the sharks, basically)
(if you've been using the old version, you'll need to remap your Highlight key back to Tab from F12)

Also corrected a rather awkward mistake in the code (declaration of a variable which was never used)


Long story short, that you will notice:

Update fixes so that remapping highlighting (Tab -> F12) is no longer neeeded.

Before:
Tab -> (if F12 is up, then: F12 down. if F12 is down, then: F12 up)
(so you had to remap Highlight to F12)

Now:
Tab -> (if Tab is up, then: Tab down. if Tab is down, then: Tab up)


(Thanks to NobodyElse for the suggestion and prepared update of the code)

--------------------------------------------