AutoHotkey Community

It is currently May 26th, 2012, 2:37 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: AHK and Oblivion
PostPosted: January 26th, 2009, 8:27 am 
Offline

Joined: November 6th, 2008, 7:43 pm
Posts: 26
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 26th, 2009, 2:44 pm 
Offline

Joined: November 5th, 2007, 7:25 pm
Posts: 454
Location: canada
Theres many different "send" commands.

try them all. some dont work in some games.

try

Code:
F1::
send ~
return


or any of the following.
sendplay ~
sendinput ~
sendraw ~

you may have to send it as 2 keys.

IE

Code:
F1::
send +``
return


;+`` = shift + `

If no one else finds a solution you can always plug a keyboard on your laptop and use it.. "bad solution but if all else fails"

_________________
-=Raz=-


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], G. Sperotto, poserpro, Yahoo [Bot] and 22 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group