'go <arrow keys>' conflicts with generic_editor 'go left/right/up/down'
See original GitHub issueThis is really only a problem if the edit actions are overridden, but one might want to do so for vim
…
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Visual mode cannot be navigated with up/down arrow keys
Press v to enter visual mode; Move left/right with arrow keys, works. Move up/down with arrow keys, exits visual mode into normal mode....
Read more >Up, Down, Left and Right arrow keys do not trigger KeyDown ...
I set KeyPreview to true and I am handling the KeyDown event on this form. My problem is that sometimes the arrow key...
Read more >Is multi-caret editing bugged? - Community - Notepad++
The arrow key isn't “spawning” caret up/down in multi-edit mode, so claiming that the column mode is “missing” a shortcut to “spawn” caret...
Read more >299417 - Left/right arrow keys in textarea/text input behave ...
The arrow keys should deselect the text but move to the exact left or right ... the main editing area, and in all...
Read more >Top 5 Android Keyboards with Arrow Keys - Guiding Tech
For the unaware, arrow keys are made up of four keys: the left arrow (back arrow), the right arrow (forward arrow), and up...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The approach we landed on during the grooming session today was to
go <user.arrow_keys>
map toedit.direction
in generic editor (pressing the arrow keys as many times as was chained),press <user.unmodified_key>
which can be used to directly press the specific key such as up or downwdyt @rntz ?
I made a PR to fix this and also my complaint about
press
being inconsistent: #742.