Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Extended comment for jsControlMap.
Browse files Browse the repository at this point in the history
  • Loading branch information
IKrukov-HORIS committed Jul 20, 2020
1 parent 4ad334a commit c2682b4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,9 @@ val jsCodeMap = mapOf(
)

// Maps symbol to control character when Ctrl is pressed
// The right part is the subset of ASCII control characters:
// https://en.wikipedia.org/wiki/Control_character
// This map was generated by logging key events in headfull mode.
val jControlCharMap = mapOf(
KeyEvent.VK_A to '\u0001',
KeyEvent.VK_B to '\u0002',
Expand Down

0 comments on commit c2682b4

Please sign in to comment.