Skip to content

Commit

Permalink
Add alternative key codes for Insert, Home, End
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanp7 committed Nov 7, 2023
1 parent f9452ff commit e81cf2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/btop_input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit e81cf2b

Please sign in to comment.