Files
ladybird/Userland/Libraries/LibGUI
sin-ack ace2c337dc VimEditingEngine: Handle arrow, Home/End and Page keys
This patch adds handling of the arrow, Home/End, and PageUp/PageDown
keys to the Vim emulation mode.  Home acts as 0, End acts as $, arrow
keys act as their HJKL variants, and PageUp/Down behaves as you would
expect.

This patch also moves the default handling of the aforementioned keys
to insert mode, since regular EditingEngine semantics are more
appropriate there.
2021-04-27 13:10:10 +02:00
..
2021-04-23 16:46:57 +02:00
2021-04-26 18:41:54 +02:00
2021-04-23 16:46:57 +02:00