Author Topic: Disabling alt+enter fullscreen toggle  (Read 608 times)

It's the most annoying and most inconvenient toggle ever made by man. How can I disable it?


It's the most annoying and most inconvenient toggle ever made by man. How can I disable it?
i agree
By not using it...?
rather difficult to stop something happening by accident, when i'm building, i use super shift a lot to save time, which is alt, then i place it, and most of the time i'm too quick and trying to save time and press alt, then enter right after eachother, which sometimes registers at the same time

Is it in controls? If it annoys you that much, reconfigure other controls to make it IMPOSSIBLE to hit alt-enter.

Personally, I've never experienced this problem, but then again, I usually take advantage of the fact that supershift stays on.

Alt+enter seems to be coded into the engine.

Code: [Select]
globalactionmap.unbind("keyboard","alt enter");
You'll need to put it in a script to make it work each time you open the game.
« Last Edit: October 02, 2010, 12:42:18 PM by Ephialtes »

Code: [Select]
globalactionmap.unbind("keyboard","alt enter");
You'll need to put it in a script to make it work each time you open the game.
And how would I make the script?

Open a text editor.
Enter the code stated above.
Save as "client.cs".
Make new text document.
Enter the following.
Quote
Title: No Alt-Return
Author: Makingblah
iunno i just packaged it
Save as "description.txt".
Put both files in a zip, preferably named "Client_AltEnter.zip".
Put it in your Add-Ons folder.
????
Profit.

Open a text editor.
Enter the code stated above.
Save as "client.cs".
Make new text document.
Enter the following.Save as "description.txt".
Put both files in a zip, preferably named "Client_AltEnter.zip".
Put it in your Add-Ons folder.
????
Profit.

Is that all?
I have no experience in client sided scripts or how they initiate.

Is that all?
I have no experience in client sided scripts or how they initiate.
Yes. It's as simple as that.

Wow. Well, that's that. May as well release it to people who want it.