Skip to content

Text Keyboard Shortcuts implementation #8

@itcodehery

Description

@itcodehery

As the heading says, the current implementation of Auto-complete is non-context based and only implements one keyboard shortcut:

  • Ctrl + Backspace : for clearing a word

I need someone to help with implementing shortcuts like:

  • Navigating through words using Ctrl + Left/Right
  • Selecting text using Ctrl + Shift + Left/Right
  • Delete text after Selection
  • Cut/Copy/Paste after Selecting using Ctrl + X, Ctrl + C and Ctrl + V respectively.
  • (if possible, not necessary) Cycle through previous commands using Up/Down in idle state

Should be simple as all raw input implementations are part of just one file: raw_input.rs

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions