rastapasta/mapscii

Rapidly pressing keys switches Braille mode on and off

Open

#33 opened on Nov 5, 2017

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (231 forks)batch import
bughacktoberfest

Repository metrics

Stars
 (6,790 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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.

Contributor guide