jtuttle
Joined: 06 Nov 2008 Posts: 26
|
Posted: Mon Jan 26, 2009 7:27 am Post subject: AHK and Oblivion |
|
|
Due to a well-known and utterly ignored by Bethesda bug I can't access the console in Oblivion at all. The issue, as far as anyone knows, is that apparently the ~ my keyboard sends is not the ~ the game wants for the console hotkey. In a further act of brilliance, this key cannot be changed by any means. The only known fix is "unplug the offending device" which is impossible, as I'm on a laptop keyboard.
I tried the easy way around with AHK, and it didn't work:
| Code: | ^#~::
sendraw, ~
Return |
I'm wondering if anyone who's spent more time fiddling with AHK and oblivion would know how to accomplish what I'm trying to do here. |
|