mirror of
https://github.com/nadrad/h-m-m.git
synced 2026-03-13 20:25:45 +01:00
alternative codes for "home" and "end" keys
This commit is contained in:
parent
4562afb527
commit
18d273015f
1 changed files with 3 additions and 0 deletions
3
h-m-m
3
h-m-m
|
|
@ -248,6 +248,9 @@ const special_keys =
|
|||
'home' => "\033\133\110",
|
||||
'end' => "\033\133\106",
|
||||
|
||||
'home_alternative' => "\043",
|
||||
'end_alternative' => "\044",
|
||||
|
||||
'del' => "\033\133\063\176",
|
||||
'ctrl_del' => "\033\133\63\073\065\176",
|
||||
'back_space' => "\177",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue