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

Rapidly pressing keys switches Braille mode on and off #33

Open
jaller94 opened this issue Nov 5, 2017 · 0 comments
Open

Rapidly pressing keys switches Braille mode on and off #33

jaller94 opened this issue Nov 5, 2017 · 0 comments
Labels
bug hacktoberfest A great issue to earn a Hacktoberfest PR

Comments

@jaller94
Copy link
Collaborator

jaller94 commented Nov 5, 2017

Reproduce:

  1. Rapidly press any character or number on the keyboard and the left or right arrow key.
  2. Keep doing that until the mode switches.

Explanation:

The package keypress triggers the string 'escape' which might get interpreted letter by letter. As it includes ´c´ it could change the mode state. (This is an assumption, however, unconfirmed.)

Affected

Tested on

  • Ubuntu 17.10 with gnome-terminal
  • npm@5.4.2
  • node@v8.1.3

Both the local mapscii and telnet version are affected.

@rastapasta rastapasta added the bug label Nov 13, 2017
@jaller94 jaller94 added the hacktoberfest A great issue to earn a Hacktoberfest PR label Oct 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug hacktoberfest A great issue to earn a Hacktoberfest PR
Projects
None yet
Development

No branches or pull requests

2 participants