Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Voorkomen van Backspace #33

Open
KoalaBear84 opened this issue Nov 28, 2023 · 2 comments
Open

Voorkomen van Backspace #33

KoalaBear84 opened this issue Nov 28, 2023 · 2 comments

Comments

@KoalaBear84
Copy link

Omdat je bij Woordle op de desktop de Backspace gebruikt gaat ie i.c.m. een extensie telkens terug als je een letter weg wil halen.

Graag zou ik willen dat dit voorkomen wordt, want het is echt gruwelijk irritant 😅

Zoiets als dit (psuedo code):

document.addEventListener('keydown', (event) => {
    if (event.code = 'Backspace') {
        event.preventDefault();
        event.stopPropagation();
    }
});
@pingiun
Copy link
Owner

pingiun commented Nov 28, 2023

als je me voorbeeldcode geeft in Elm kan ik dit wel toevoegen

@KoalaBear84
Copy link
Author

Had even gekeken naar Elm daarna, maar dat is behoorlijk complex.

Het lijkt erop dat het er inmiddels in zit? De extensie is nog steeds actief, maar Backspace zorgt niet meer voor problemen. Bewijs daarvoor kon ik in GitHub niet vinden, geen enkele branch heeft wijzigingen.

switch(r.a.a){case"Backspace":return C(uu,"⌫",t);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants