XBMC Community Forum
How can I disable the fullscreen hotkey? - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111)
+---- Forum: Windows support (/forumdisplay.php?fid=59)
+---- Thread: How can I disable the fullscreen hotkey? (/showthread.php?tid=45896)



How can I disable the fullscreen hotkey? - NPerez - 2009-02-23 06:49

When I start up XBMC it works fine, for the most part.. but whenever I press the '\' button that's supposed to switch between fullscreen and windowed mode, the whole system hangs and I have to reboot.

I really don't want to troubleshoot this right now. I just want to disable the hotkey so that I can stop accidentally pressing it (since the button's right below backspace, it's honestly happened at least 5 times today and I'm just about ready to bash my head against the wall). I'll look into fixing the problem some other time.

I'm hoping that this is a simple config-file edit. Anyone know?

Thanks.

edit: figured it out, mods may lock/delete, sorry for the wasted space


- iLLNESS - 2011-04-05 22:57

thanks for sharing what you did to fix it.


- jhsrennie - 2011-04-06 09:46

Edit C:\Program Files\XBMX\system\keymaps\keyboard.xml and comment out the line:

<backslash>ToggleFullScreen</backslash>

i.e.

<!-- <backslash>ToggleFullScreen</backslash> -->

JR