I have a fairly sophisticated Single Page Application, with a nice little menu system (similar to Windows 8 start menu). I'd like for my users to hit the Windows key to open this menu when within my application. I have this successfully functioning, however it also brings up the Microsoft Windows start menu.
Is there a way (from a web browser) I can "block" the Microsoft Windows Start Menu from appearing when I hit the Windows Key within my web app?
I'm using latest jQuery, knockoutJS, and any necessary JavaScript plugin to accomplish this task.
Write a custom binding handler for your button action -
As per the question of whether you can disable a button in Windows from the browser, see the answer that Daniel White posted that no, this cannot be done.