Skip to content

Commit

Permalink
Merge pull request aristocratos#659 from ivanp7/patch-1
Browse files Browse the repository at this point in the history
Add alternative key codes for Delete, Insert, Home, End
  • Loading branch information
aristocratos committed Nov 15, 2023
2 parents 50bbab0 + e81cf2b commit 0267eba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/btop_input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +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 0267eba

Please sign in to comment.