Skip to content

Commit

Permalink
Add Shift-F11 and Shift-F12 for rxvt
Browse files Browse the repository at this point in the history
  • Loading branch information
davep committed Dec 5, 2023
1 parent 288a853 commit b9c0c0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/textual/_ansi_sequences.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@
"\x1b[21;2~": (Keys.F22,),
"\x1b[23;2~": (Keys.F23,),
"\x1b[24;2~": (Keys.F24,),
"\x1b[23$": (Keys.F23,), # rxvt
"\x1b[24$": (Keys.F24,), # rxvt
# --
# Control + function keys.
"\x1b[1;5P": (Keys.ControlF1,),
Expand Down

0 comments on commit b9c0c0a

Please sign in to comment.