Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

Make it harder to accidentally exit fullscreen mode

Abierto
#1,491 0 comentarios 1 reacción 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
5/5
Tiempo estimado
Más de una semana
Aptitud para principiantes
25/100
Tipo de issue
Nueva funcionalidad
Claridad
Necesita aclaración
Estado de actividad
Estancado
Área
frontend

Línea de trabajo

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.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

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.

Lenguaje dominante
Python
Estrellas
3.5k
Forks
291
Métricas de merge de PR
Sin PR fusionados en 30 d

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de tiny-pilot/tinypilot

Todos los issues de tiny-pilot/tinypilot

Issues similares

Más issues de Python

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.