rastapasta/mapscii

Rapidly pressing keys switches Braille mode on and off

Open

#33 opened on 2017年11月5日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)JavaScript (231 forks)batch import
bughacktoberfest

Repository metrics

Stars
 (6,790 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド