Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Make it harder to accidentally exit fullscreen mode

Aperta
#1,491 0 commenti 1 reazione 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
5/5
Tempo stimato
Più di una settimana
Idoneità per principianti
25/100
Tipo di issue
Funzionalità
Chiarezza
Da chiarire
Stato di attività
Ferma
Ambito
frontend

Direzione di ricerca

Start with the linked MDN, Stack Overflow, and keyboard-lock specification references to verify the current browser support and fullscreen behavior. The issue is complete when a viable cross-browser way to keep Escape available to the target computer is identified or the feature's limitations are documented.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

enhancement

I received a request from a customer who mentioned that in their usage, they often hit the Escape key in full screen mode, intending to send it to the target computer, but the browser captures the keystroke and interprets it as a request to exit full screen mode.

There's an experimental browser feature called keyboard.lock that seems like it does what we'd want.

https://stackoverflow.com/a/65413565/90388
https://developer.mozilla.org/en-US/docs/Web/API/Keyboard/lock
https://wicg.github.io/keyboard-lock/#escape-key (specifically, how it relates to fullscreen)

However, the feature currently has several big limitations:

  • It only works over HTTPS
  • It only works in Chrome and Edge, not in Firefox or Safari
  • The feature is still experimental and may change

I'm opening this to track the feature request and see if the keyboard.lock feature matures or if we find other ways to achieve the same thing.

Lingua principale
Python
Stelle
3.5k
Fork
291
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di tiny-pilot/tinypilot

Tutte le issue di tiny-pilot/tinypilot

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.