Support shortcuts to output custom string

Bug #1742844 reported by Adam Bolte
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Terminator
New
Undecided
Unassigned

Bug Description

I would like Ctrl-Shift-Backspace to work in Emacs, which is the default shortcut for the kill-whole-line command. I understand that there is no standard for sending Ctrl-Shift-Backspace, but with other xterms such as urxvt it's possible to configure a custom sequence and have Emacs pick that up. eg.

In .Xresources:

URxvt.keysym.Control-Shift-BackSpace: \033[27;6;15~

and in .emacs:

(define-key input-decode-map "\e[27;6;15~" [C-S-backspace])

AFAICT it's not possible to do this in Terminator, so I have to remap the command to a different shortcut.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.