[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



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




Reply to: