Tomb Raider I

Tomb Raider I

Iceira Nov 12, 2014 @ 12:20pm
windows key fix found in a post
not my post, it was hes solution, and he should make guide about it
i was looking inhere and tip was inside other post about other issus...lol

-----
original post input
http://steamcommunity.com/app/224960/discussions/0/540744936581768450/#p1
------

raron 1 Oct @ 8:13pm
I took a quick peek at the Windows key issue, and this seems to work:

First you need AutoHotkey[ahkscript.org] installed.
Edit a plain text file (Right-click - select New - Autohotkey Script, is the simplest). Then make this little script.

~LWin Up:: Return

And thats it! At least to disable the left windows key. If you also need to disable the right one then make another line with "~RWin Up:: Return".

Then all you need to do is to doubleclick that file, and AutoHotkey will run in the background, executing it (Or you may compile it).

Or, yet another solution is to pop that windows key :)
Last edited by Iceira; Nov 12, 2014 @ 12:28pm
< >
Showing 1-3 of 3 comments
Iceira Nov 12, 2014 @ 12:20pm 
and now i dont crash the game if i hit the windows key in dosbox games..and will work to all dos box games
Last edited by Iceira; Nov 12, 2014 @ 12:29pm
wrOngplanet Nov 12, 2014 @ 4:09pm 
Well all I did was knowing about AutoHotkey, and googling a little bit :)

Turns out Its even mentioned in AutoHotkeys manual on the page for Hotkeys[www.autohotkey.com] (scroll two lines up to see it). So it's not really a script but more of a functionality of AutoHotkey.

(I originally found this ahk thread[www.autohotkey.com] with a post by "uogpjf" that had this solution (from 2010)).


Btw, I forgot to mention that this still allows for windows key + shortcut key to work, for example Win+r for the run box, or Win+e for windows explorer, etc. (As only the key-up event is blocked).


As for a making a guide about it, I'm not sure what more to say.

To disable both Windows keys:

~LWin Up:: return ~RWin Up:: return

Just right-click and choose "New - AutoHotkey script" (after installing AutoHotkey[ahkscript.org], ofc), edit it (Notepad works) and copy-paste the above into the file and save it. To use, double-click it and then AutoHotkey starts running that script.

Once started, it sits in the "notification area" by the clock, and if you need to stop it, just right-click the AutoHotkey icon and choose exit.
Last edited by wrOngplanet; Nov 12, 2014 @ 4:11pm
Iceira Nov 13, 2014 @ 1:27am 
thx for input. ... but as you know old keyboard did not have windows key, and now we play old games and i have crashed the game so many times... and there is many fix to regedit it out... but we allso need the key for other function today...
Last edited by Iceira; Nov 13, 2014 @ 4:05am
< >
Showing 1-3 of 3 comments
Per page: 1530 50

Date Posted: Nov 12, 2014 @ 12:20pm
Posts: 3