Skip to content

Commit

Permalink
Update options.go
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Rocha <[email protected]>
  • Loading branch information
aymanbagabas and meowgorithm authored Sep 17, 2024
1 parent 390631c commit d519ade
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions options.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,9 @@ type keyboardEnhancements struct {
// ctrl+i and tab, ctrl+[ and escape, ctrl+space and ctrl+@, etc.
// - 2: [ansi.ReportEventTypes] Report event types such as key presses,
// releases, and repeat events.
// - 4: [ansi.ReportAlternateKeys] Report alternate keys such as shifted
// keys and PC-101 ANSI US keyboard layout.
// - 4: [ansi.ReportAlternateKeys] Report keypresses as though they were on a
// PC-101 ANSI US keyboard layout regardless of what they layout actually is.
// Also include information about whether or not is enabled,
// - 8: [ansi.ReportAllKeysAsEscapeCodes] Report all key events as escape
// codes. This includes simple printable keys like "a" and other Unicode
// characters.
Expand Down

0 comments on commit d519ade

Please sign in to comment.