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

_______________________________________________
Pkg-xfce-devel mailing list
Pkg-xfce-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-xfce-devel

Reply via email to