[Pkg-xfce-devel] Bug#841870: xfce4-terminal: does not allow editable menu accelerators

Lee Garrett debian at rocketjump.eu
Sat Mar 25 01:39:42 UTC 2017


Hi everyone,

an important detail to add is that prepending a ";" in front of every entry in
~/.config/xfce4/terminal/accels.scm will only cause those entries to show up
again on the next terminal start.

To disable Alt + [0-9] from getting intercepted, one needs to change

(gtk_accel_path "<Actions>/terminal-window/goto-tab-1" "<Alt>0")

to

(gtk_accel_path "<Actions>/terminal-window/goto-tab-1" "")

Another way to fix this is to add

[Settings]
gtk-enable-accels = false

to ~/.config/gtk-3.0/settings.ini, but this will also disable shortcuts like
ctrl+shift+t to open a new tab.

Regards,
Lee



More information about the Pkg-xfce-devel mailing list