Created attachment 5345 patch I have tried to add it by myself, but my changes seem to take no effect. I tried to add hotkeys: Shift+Ctrl+X - clear scrollback and reset terminal F3 - next matching search item Shift+F3 - prev matching Also switching between tabs with Shift+Left/Right Arrow would be nice.
Patch works fine, including all the mappings that you changed. Maybe you tested your build wrong. Clear scrollback+reset keybinding is handy.
We have Shift+Ctrl+PgUp/Down for switching between the tabs now. As for the other shortcuts - people are already complaining that the terminal has got too many of them which affects other apps. You can configure the shortcuts in the ~/.config/xfce4/terminal/accels.scm file: ; (gtk_accel_path "<Actions>/terminal-window/search-prev" "") ; (gtk_accel_path "<Actions>/terminal-window/reset-and-clear" "") ; (gtk_accel_path "<Actions>/terminal-window/search-next" "")