Description
I don't know the policy on capturing key combos within the playground.
The idea came from personally struggling, so I'm strongly biased.
Because of muscle memory the key combination [Ctrl] + [S] is pressed about 5 times per session. This opens the save file dialog for completing the task of saving the current page (HTML) and loaded resources to the local disk.
Is it possible to catch these key combo events within the playground and prevent them from bubbling up to the browser? Is this (semantically) correct to do? Are there other file operation shortcuts which might benefit from capturing?
Why?
The playground looks like an editor and feels like a mini-IDE. Capturing specific file operation key combos might become semantically correct for this reason. The browser (tab) is repurposed to be a code editor.