- From: jamiewalch <notifications@github.com>
- Date: Tue, 19 Dec 2023 10:06:57 -0800
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 19 December 2023 18:07:03 UTC
This might work for keys that would otherwise be handled by the browser (so the ones in your example would all work, I think), but it's not sufficient for system keys like Alt+Tab. These have to be intercepted (or not) at the OS level, and at least on some OSes (Windows and X11 Linux for sure) this needs to be synchronous, so you can't defer the decision to the web page. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fullscreen/issues/231#issuecomment-1863252955 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fullscreen/issues/231/1863252955@github.com>
Received on Tuesday, 19 December 2023 18:07:03 UTC