Work around arrow keys not working

quickdudley
Aug 22, 2023, 2:15 AM
UWCPR5DAMGTAGIT3537CXSRDOE7JXC5YPCGQ6Z2OBYY4CRENO43AC

Dependencies

  • [2] FOUJ5RXT Further reduce required manual comparisons
  • [3] QEKHTVB7 Get most things semi-working except the final sort
  • [*] 5Y7ZXB53 Start picker UI

Change contents

  • replacement in src/pick.rs at line 241
    [3.4931][3.4931:4978]()
    KeyCode::Left => {
    [3.4931]
    [2.607]
    KeyCode::Left | KeyCode::Char(',' | '<') => {
  • replacement in src/pick.rs at line 244
    [3.5087][3.5087:5135]()
    KeyCode::Right => {
    [3.5087]
    [2.677]
    KeyCode::Right | KeyCode::Char('.' | '>') => {