retro-computing icon indicating copy to clipboard operation
retro-computing copied to clipboard

Add some convenience keyboard bindings not available on the C64

Open hagronnestad opened this issue 4 years ago • 0 comments

  • [x] Remove System.Windows.Input dependency (WPF-lib)
  • [x] Support all arrow keys
  • [x] 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.

hagronnestad avatar Apr 25 '20 19:04 hagronnestad