From: Oleg Broytman Date: Wed, 20 May 2020 00:54:28 +0000 (+0300) Subject: .screenrc: Map additional keypad keys X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=beb132417ed67221b35d50e3bf35b5fca8225e1d .screenrc: Map additional keypad keys --- 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