You are not logged in.
Pages: 1
I would like to change the menu shortcuts in xfce4-terminal, so I can ise Ctrl-T and Ctrl-V instead of Ctrl-Shift-T and Ctrl-Shift-T.
But the menus seem to be locked; is there a way to unlock them ?
Offline
Add in ~/.config/xfce4/terminal/accels.scm
(gtk_accel_path "<Actions>/terminal-window/paste" "<Primary>v")
(gtk_accel_path "<Actions>/terminal-window/copy" "<Primary>c")
Offline
Add in ~/.config/xfce4/terminal/accels.scm
(gtk_accel_path "<Actions>/terminal-window/paste" "<Primary>v") (gtk_accel_path "<Actions>/terminal-window/copy" "<Primary>c")
I notice in that file the lines:
; (gtk_accel_path "<Actions>/terminal-window/paste" "<Primary><Shift>v")
; (gtk_accel_path "<Actions>/terminal-window/copy" "<Primary><Shift>c")
Can I just remove the <Shift> and the leading ; from those lines ?
Does it require restarting X ?
Offline
Can I just remove the <Shift> and the leading ; from those lines ?
Does it require restarting X ?
Can't you try yourself ?
I don't know enough about that but it seems to me :
The line in the file are the default action .
Lines starting with ; are comments.
No need to restart X, only xfce4-terminal.
Offline
Pages: 1
[ Generated in 0.008 seconds, 8 queries executed - Memory usage: 521.25 KiB (Peak: 521.88 KiB) ]