tarkah/tickrs

shift+tab not working

miraclx opened this issue · 1 comments

After the latest dependency update #68, shift+tab no longer works.

With the SHOW_DEBUG=1 env

v0.11.0

DebugInfo { ..., last_event: Some(Key(KeyEvent { code: BackTab, modifiers: NONE })), mode: DisplayStock }

#68

DebugInfo { ..., last_event: Some(Key(KeyEvent { code: BackTab, modifiers: SHIFT })), mode: DisplayStock }

This was changed in crossterm #490 and merged into master at https://github.com/crossterm-rs/crossterm/blob/423895e9523e8cfbd01c46f222c711c3a83bd784/src/event/sys/unix/parse.rs#L140

Good catch!