another alternative for "home" and "end" key codes!

This commit is contained in:
nadrad 2023-07-25 12:00:09 +02:00
parent 18d273015f
commit 1d61a40788

4
h-m-m
View file

@ -248,8 +248,8 @@ const special_keys =
'home' => "\033\133\110",
'end' => "\033\133\106",
'home_alternative' => "\043",
'end_alternative' => "\044",
'home_alternative' => "\033\133\061\176",
'end_alternative' => "\033\133\064\176",
'del' => "\033\133\063\176",
'ctrl_del' => "\033\133\63\073\065\176",