mirror of
https://github.com/aristocratos/btop.git
synced 2025-12-24 06:38:38 -05:00
Add alternative key codes for Insert, Home, End
This commit is contained in:
@@ -55,10 +55,13 @@ namespace Input {
|
||||
{"[C", "right"},
|
||||
{"OC", "right"},
|
||||
{"[2~", "insert"},
|
||||
{"[4h", "insert"},
|
||||
{"[3~", "delete"},
|
||||
{"[P", "delete"},
|
||||
{"[H", "home"},
|
||||
{"[1~", "home"},
|
||||
{"[F", "end"},
|
||||
{"[4~", "end"},
|
||||
{"[5~", "page_up"},
|
||||
{"[6~", "page_down"},
|
||||
{"\t", "tab"},
|
||||
|
||||
Reference in New Issue
Block a user