change the console key

Post » Wed Jun 26, 2013 9:53 pm

Hi,

unfortunately i spilled some milk over my keyboard and now the console key isn't working anymore. Is there a way to customize the console key (chaning it via txt-file or something)?

User avatar
Ashley Clifft
 
Posts: 3468
Joined: Thu Jul 26, 2007 5:56 am

Post » Thu Jun 27, 2013 6:29 am

give me some time i am working on it...a couple minutes...

User avatar
kennedy
 
Posts: 3299
Joined: Mon Oct 16, 2006 1:53 am

Post » Wed Jun 26, 2013 10:34 pm

You can download a mod to change key binding (including the console)

http://steamcommunity.com/sharedfiles/filedetails/?id=8639

User avatar
x a million...
 
Posts: 3464
Joined: Tue Jun 13, 2006 2:59 pm

Post » Thu Jun 27, 2013 6:17 am

Go there and download this utility. You can create hotkey(s) with that on your desktop.

http://www.autohotkey.com/ and choose download.

Install the application and follow the instructions...

Setup --> Express installation --> Run Autohotkey --> Would you like to create a sample script--> Yes. (after that close the window)

So...NOW: Right click with your mouse on your desktop --> New --> AutoHotkey Script. (left click with your mouse...Done)

After that you see on your desktop an icon "New AutoHotkey Script" with a big H on it.

Right click --> Edit Script --> and right this on it (mark all the below with your mouse and copy-paste to your opened "New AutoHotkey Script")

; Map grave accent/tilde key (`/~)
F12::SendEvent {vkC0sc029}
+F12::SendEvent +{vkC0sc029}

; On some systems you may need to use the less optimal mapping
F12::~

Then go to File --> Save and save it. (close the window after that.)

Now you see on the bottom right corner of your desktop a Green H.

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

That will map F12 to grave accent (`) and Shift+F12 to tilde (~).

(The grave accent (`) key is the same physical key as tilde on US English keyboards.)

So, actually you will hit (SHIFT + F12) and if all goes well (i hope so) you will get your console open.

User avatar
Marie Maillos
 
Posts: 3403
Joined: Wed Mar 21, 2007 4:39 pm

Post » Thu Jun 27, 2013 4:06 am

Ha, Ha that's a better solution.... :D

User avatar
NAkeshIa BENNETT
 
Posts: 3519
Joined: Fri Jun 16, 2006 12:23 pm

Post » Wed Jun 26, 2013 8:12 pm

Thanks a lot, guys!

User avatar
Chloe :)
 
Posts: 3386
Joined: Tue Jun 13, 2006 10:00 am


Return to V - Skyrim