rastapasta/mapscii

Rapidly pressing keys switches Braille mode on and off

Open

#33 ouverte le 5 nov. 2017

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)JavaScript (231 forks)batch import
bughacktoberfest

Métriques du dépôt

Stars
 (6 790 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur