From 8bab7d495eedc5280ac6cabc573bb03e37443c83 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Thu, 28 Aug 2025 17:12:01 -0500 Subject: [PATCH] Yet another key --- lisp/term-compat.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/term-compat.el b/lisp/term-compat.el index b2e742d..ca24323 100644 --- a/lisp/term-compat.el +++ b/lisp/term-compat.el @@ -48,6 +48,10 @@ "\e[27;5;8~" [C-backspace]) +(define-key xterm-function-map + "\e[27;2;127~" + [S-backspace]) + (define-key xterm-function-map "\e[27;5;32~" [?\C-\s] ;; Or (kbd "C-SPC") ;; Or [?\C- ]