DirectMyFile / console.dart

Console Library
Other
107 stars 24 forks source link

added 'ESC' and 'ENTER' keys to use with handlers #23

Closed jeremymeadows closed 4 years ago

jeremymeadows commented 4 years ago

changed " -> ' to follow Dart's 'prefer single quotes'

ESC and ENTER are commonly used in apps to control things, so I added them to the KeyCode class. They use unicode instead of ANSI escapes, but still are picked up by the listeners.