From 734b8232633b9a0d3b349b198f6e62c827741021 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 20 May 2020 03:48:25 +0300 Subject: [PATCH] .screenrc: Fix keypad key names in comments --- .screenrc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.screenrc b/.screenrc index 070b586..bc56212 100644 --- a/.screenrc +++ b/.screenrc @@ -37,21 +37,21 @@ bind ^\ #bindkey -d -k kb stuff "\010" # Remap keypad -#Home +#KP_Home bindkey \033Ow stuff \033[1~ -#Up +#KP_Up bindkey \033Ox stuff \033OA -#PgUp +#KP_PgUp bindkey \033Oy stuff \033[5~ -#Left +#KP_Left bindkey \033Ot stuff \033OD -#Right +#KP_Right bindkey \033Ov stuff \033OC -#End +#KP_End bindkey \033Oq stuff \033[4~ -#Down +#KP_Down bindkey \033Or stuff \033OB -#PgDn +#KP_PgDn bindkey \033Os stuff \033[6~ # ------------------------------------------------------------------------------ -- 2.39.2