| Summary: | Vim-like (Ctrl+j, Ctrl+k) directional keys for window selection in WindowHeap-based effects | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Victor Pavan <victorpavan001> |
| Component: | effects-window-management | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | wishlist | CC: | fanzhuyifan, nate |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Victor Pavan
2023-02-03 19:47:08 UTC
I thought in general we don't implement the vim directional movements? (In reply to fanzhuyifan from comment #1) > I thought in general we don't implement the vim directional movements? Well, it's implemented in KRunner, so I assumed it was not against the design code I don't think in principle there's a rule against it. However since it has to be implemented in a bespoke manner for every single thing that currently uses the arrow keys for navigation, it's not exactly a high priority either. And in UIs that allow both typing text as well as directional navigation, the two conflict for vim-based shortcuts and so implementing them is less feasible or even infeasible. |