romkyns wrote:Thanks Peke, that was it! For the record, I had this on two different machines, so if the option is to remain off, perhaps the Office 2013 incompatibility needs to be investigated.
It is the strange issue, and it looks like it is MS fauld where using Low Level Hooks are depricated and can trigger False positive on MMW, but needed as foreground apps do not filter actual needed hotkeys but rather handle ALL (MMW is not the one and have global Flag) even it doesn't handle the hotkey while returning HANDLED and correctly written apps like MMW asume it is actually handled.
Example: Ocassionally I use AIMP to Test something while MMW is paused in background and pressing PLAY/PAUSE while AIMP is in Foreground do not start playback in MMW where if Global Key is set and AIMP is not in Foreground it handles command correctly. AIMP also comply with those rules.
I do not have Excel 2013 to test it but common known bug in Chrome is known to do same (not just in MMW) and is documented.
EDIT: Yes that Article should be revised.
[quote="romkyns"]Thanks Peke, that was it! For the record, I had this on two different machines, so if the option is to remain off, perhaps the Office 2013 incompatibility needs to be investigated.[/quote]It is the strange issue, and it looks like it is MS fauld where using Low Level Hooks are depricated and can trigger False positive on MMW, but needed as foreground apps do not filter actual needed hotkeys but rather handle ALL (MMW is not the one and have global Flag) even it doesn't handle the hotkey while returning HANDLED and correctly written apps like MMW asume it is actually handled.
Example: Ocassionally I use AIMP to Test something while MMW is paused in background and pressing PLAY/PAUSE while AIMP is in Foreground do not start playback in MMW where if Global Key is set and AIMP is not in Foreground it handles command correctly. AIMP also comply with those rules.
I do not have Excel 2013 to test it but common known bug in Chrome is known to do same (not just in MMW) and is documented.
EDIT: Yes that Article should be revised.