Chaos Project

RPG Maker => RPG Maker Scripts => Topic started by: GamerGeeks on August 18, 2011, 09:43:06 am

Title: Disable/change full screen hotkey
Post by: GamerGeeks on August 18, 2011, 09:43:06 am
Hallo there :)

i have looked everywere but did not found anything that helped me, so is there a way do disable ALT+Enter? and is there a way to change it eg to F4? i am using RMXP :)


Thanks in advance
Kroko
Title: Re: Disable/change full screen hotkey
Post by: Blizzard on August 18, 2011, 09:51:37 am
ALT+Enter is a default Windows command to change fullscreen mode / window mode if the window was "created" to allow that kind of functionality. Unless you hack and edit Game.exe yourself, there is no proper way to disallow it.

It can be mapped additionally to F4 by simply calling the code of a fullscreen script when F4 was pressed.
Title: Re: Disable/change full screen hotkey
Post by: GamerGeeks on August 18, 2011, 10:07:45 am
okay :)

how hard would it be to make a script that can do that? i am not a coder so i do not know anything, i can just edit a little in scripts.


Thanks in advance
kroko
Title: Re: Disable/change full screen hotkey
Post by: Blizzard on August 18, 2011, 10:44:23 am
It's relatively simple to do, but it requires a bit of advanced knowledge.
Title: Re: Disable/change full screen hotkey
Post by: GamerGeeks on August 18, 2011, 11:16:32 am
do you know anyone who have the time and knowledge to make it?