Feature request: cvar to disable alt + enter
Moderators: Forum moderators, developers
Feature request: cvar to disable alt + enter
I havent found a way to disable Alt + enter, so I dont think it is possibe (without disabling the keys or somthing).
I hate alt + enter to toggle between windowed mode and full screen, because I often do it accidently. My convieniently placed talk key: alt , combined with enter, either after a chat box, or kp_enter for my spawn script, makes changing between windowed modes and fullscreen a huge problem.
Its happened on pubs, its happened in scrims and im lucky sofar that it hasnt happened in a match.
I know some people like it (get a minimizer) but there are many who are just annoyed by it. So I believe that there should be a cvar to enable it. (or possibly to change the keys, eg: both ctrls, right shift and home <_<)
Those who think this is a stupid idea, and I should just avoid hitting it, consider this. Alt is a modifier key, positioned where it can be presses easily. Enter is used heaps for new lines and to enter stuff, so it is in an easy to reach position, BOTH of them are. My binds, like most people's, are centered around easy to use keys. Such as Alt....
Thank you!
I hate alt + enter to toggle between windowed mode and full screen, because I often do it accidently. My convieniently placed talk key: alt , combined with enter, either after a chat box, or kp_enter for my spawn script, makes changing between windowed modes and fullscreen a huge problem.
Its happened on pubs, its happened in scrims and im lucky sofar that it hasnt happened in a match.
I know some people like it (get a minimizer) but there are many who are just annoyed by it. So I believe that there should be a cvar to enable it. (or possibly to change the keys, eg: both ctrls, right shift and home <_<)
Those who think this is a stupid idea, and I should just avoid hitting it, consider this. Alt is a modifier key, positioned where it can be presses easily. Enter is used heaps for new lines and to enter stuff, so it is in an easy to reach position, BOTH of them are. My binds, like most people's, are centered around easy to use keys. Such as Alt....
Thank you!
It can be bypassed by applications. However, the low level key handling code is in the engine, not gamecode, so blocking it in etpro would likely require ugly hackery.gotenks wrote:afaik, it's hardcoded into windows to do this, not ET... and since bani mods for et (generally linux) i don't think it's possible
There might be third party software that could be used to block or remap it. (I had a similar problem with hitting the 'windows' key by mistake... my solution was to remove the key from the keyboard )
send lawyers, guns and money
IIRC some games are alt+enter while others are alt+tab. I vaguely remember thinking it was alt+enter for opengl, while alt+tab is directx, but probably just coincidence with the games i was playing at the time.
I thought TweakUI had an option to disable winkeys, but i cant see it. Pretty sure there is an option for XP somewhere though.
I thought TweakUI had an option to disable winkeys, but i cant see it. Pretty sure there is an option for XP somewhere though.
In quakeworld we just added the cvar /sys_disablewinkeysSCDS_reyalP wrote:There might be third party software that could be used to block or remap it. (I had a similar problem with hitting the 'windows' key by mistake... my solution was to remove the key from the keyboard )
then we also made them bindable keys
/bind lwinkey
/bind rwinkey
<3 opensource
BAN PRONEDELAY \o/
- Ragnar_40k
- Posts: 394
- Joined: Thu Mar 18, 2004 5:18 pm
- Location: Berlin, birthplace of the Döner
- Contact:
With ALT+TAB you switch to the next task (i.e. programm) and with SHIFT+ALT+TAB you cycle backwards through the task list. To accomplish this, usually the current programm will switch from full screen (if it is in fullscreen) to windowed mode.DG wrote:IIRC some games are alt+enter while others are alt+tab. I vaguely remember thinking it was alt+enter for opengl, while alt+tab is directx, but probably just coincidence with the games i was playing at the time.
With ALT+ENTER you toggle between windowed and fullscreen mode.
ALT+TAB should work with all programms, ALT+ENTER usually only functions with programms that support full screen mode, i.e. the console (cmd.exe resp. command.com).
To disable these key combinations I found these two articles on MSDN:
How To Block CTRL+ALT+DEL and ALT+TAB in Windows 95 or Windows 98
How To Disable the Keyboard Windows Key
The Emperor watch over you.