docs: extend the FAQ item about urxvt modified keys, with M-Home/M-End

This commit is contained in:
Benno Schulenberg 2024-05-14 16:29:35 +02:00
parent c446904c19
commit 0b43c8da11

View File

@ -208,6 +208,9 @@
URxvt.keysym.M-Right: \033[1;3C
URxvt.keysym.M-Left: \033[1;3D
URxvt.keysym.M-Home: \033[1;3H
URxvt.keysym.M-End: \033[1;3F
URxvt.keysym.M-Insert: \033[2;3~
URxvt.keysym.M-Delete: \033[3;3~