Considering supporting `numpadinsert` and `numpaddelete` for `bindings` in Linux
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 7.5k
- Forks
- 353
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 15
Description
I used to press control + numpad insert for copy and shift + numpad insert for paste, but I noticed that in Linux the insert and numpad insert are not equal.
In my experience, many applications in linux support both insert and numpad insert (e.g. chrome, vscode). Some others regard numpad insert as Num + Insert (e.g. KDE system settings and Konsole). But it seems that Rio doesn't directly support numpadinsert according to the doc
Additionally, rio do not support numpaddelete, too. I think it's necessary to support them.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the bindings key documentation linked in the issue and trace how the listed key names are represented and handled. Check whether existing binding tests cover keypad keys. Done means bindings accept both numpadinsert and numpaddelete in Linux without changing the existing insert and delete behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100