AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AHK and Oblivion

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
jtuttle



Joined: 06 Nov 2008
Posts: 26

PostPosted: Mon Jan 26, 2009 7:27 am    Post subject: AHK and Oblivion Reply with quote

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.
Back to top
View user's profile Send private message
Razlin



Joined: 05 Nov 2007
Posts: 454
Location: canada

PostPosted: Mon Jan 26, 2009 1:44 pm    Post subject: Reply with quote

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=-
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group