From beb132417ed67221b35d50e3bf35b5fca8225e1d Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 20 May 2020 03:54:28 +0300 Subject: [PATCH] .screenrc: Map additional keypad keys --- .screenrc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.screenrc b/.screenrc index bc56212..2e3ff3e 100644 --- a/.screenrc +++ b/.screenrc @@ -53,6 +53,16 @@ bindkey \033Oq stuff \033[4~ bindkey \033Or stuff \033OB #KP_PgDn bindkey \033Os stuff \033[6~ +#KP_minus +bindkey \033Om stuff - +#KP_plus +bindkey \033Ok stuff + +#KP_slash +bindkey \033Oo stuff / +#KP_asterisk +bindkey \033Oj stuff * +#KP_Enter +bindkey \033OM stuff \015 # ------------------------------------------------------------------------------ # TERMINAL SETTINGS -- 2.39.2