hagronnestad/retro-computing

Add some convenience keyboard bindings not available on the C64

Opened this issue · 0 comments

  • Remove System.Windows.Input dependency (WPF-lib)
  • Support all arrow keys
  • Insert (Shift+Back(space))
  • Delete key
    • This one is trickier because it's not a combination of a modifier and a standard key. I would have to trigger two separate key presses (RIGHT and then BACKSPACE) in separate keyboard scans for it to work.