Emulator Issues #4098
closedFullscreen switch on Mac OS X
0%
Description
What's the problem?
Keyboard shortcut no longer works. It will flick over for a split-second and then flick back to windowed.
I've tried changing various video settings, to no avail.
Dolphin version with the problem (as it appears in the title bar, Ex.: "R
4779" or "R 6403M"):
R7170
(optional) Dolphin version that does not have the problem:
Not sure - I'll track if required.
Operating system and version:
32-bit or 64-bit:
Mac OS X 10.6.6 64bit
Game ID (as it appears in game properties, Ex.: "GZ2P01" or "RSBE01"):
Any
Build command-line (not on Windows):
Pulled from here:
http://dolphinemulatormac.dyndns.org/
Was the ISO a plain dump from disc, compressed and/or scrubbed?
Mainly plain dumps
Please provide any additional information below.
If feasible could the fullscreen switch be cmd+F as that's the usual key-combo in Mac apps.
Updated by soren.jorvang over 13 years ago
- Status changed from New to Accepted
Cmd-F is already the default fullscreen key. Your configuration file is presumably from before that change.
I have just tried to reproduce this and can only make it happen when the main window is not used for rendering and the fullscreen toggle key is Alt-Return (the old default).
Updated by louis.farnham over 13 years ago
OK found the file - Dolphin.ini in Library/Application Support/Dolphin/Confg
and the line that says fullscreen=13, so what's the code for cmf+F?
So in that case, when new revisions change things in the config file, does
it merge/overwrite/replace or ignore?
Updated by soren.jorvang over 13 years ago
You can change the hotkeys using the GUI (display tab) or just delete the lines from the config file to revert to defaults.
New settings are added to existing config files, but existing settings are not overwritten by changed defaults.
Updated by louis.farnham over 13 years ago
OK so deleting the line didn't work, but the new hotkey gui worked a treat and fixed the drop-out.
Thanks very much
Updated by soren.jorvang over 13 years ago
That doesn't fix the bug, though.
smelenchuk, anything obvious spring to mind?
Updated by smelenchuk over 13 years ago
There was a previous report that the full-screen switching hotkey wasn't working at all on any platform, which was apparently fixed with my recent changes.
Is this something which is working with the new hotkey dialogue? Did you have old config files from pre-r7170? I'm wondering if a fresh build of r7170 would have this working with default configuration.
Updated by smelenchuk over 13 years ago
Before you move the config file, can we also see the current line in the config file for this hotkey?
I'm wondering if the default is set up incorrectly.
Updated by louis.farnham over 13 years ago
Just tried on another Mac that had never had Dolphin installed and yes, all
worked there as expected with default of cmd+F.
Updated by smelenchuk over 13 years ago
Sounds like the original problem has been resolved and that it doesn't recur with new installs - is there anything further to discuss here?
Updated by soren.jorvang over 13 years ago
It still happens for me if I set the render window to non-main and the toggle key to alt-return.
Updated by smelenchuk over 13 years ago
- Status changed from Accepted to Fixed
r7171 should fix this - full screen hotkey was being triggered twice.