KiTTY icon indicating copy to clipboard operation
KiTTY copied to clipboard

wrong numpad keycodes

Open mrx23dot opened this issue 3 years ago • 0 comments
trafficstars

KiTTY is sending wrong numpad key codes to linux in default "application-keypad-mode".

/, *, - and + should be \033Oo, \033Oj, \033Om and \033Ok. NOT \033OQ, \033OR, \033OS, \033Ol are PF2, PF3, PF4 and ,.

details https://github.com/tmux/tmux/issues/3230

mrx23dot avatar Jun 19 '22 10:06 mrx23dot