You are not logged in.
How do we disable Ctrl - which will quickly lessen or reduce the Terminal size all things: window and font size ?
Please help out of this ugly feature
Offline
The keyboard shortcuts are defined in ~/.config/xfce4/terminal/accels.scm. You are looking to uncomment and blank out ("") the zoom-in and zoom-out shortcuts. You need to make this change while xfce4-terminal is not running.
For example, change:
; (gtk_accel_path "<Actions>/terminal-window/zoom-in" "<Primary>plus")
; (gtk_accel_path "<Actions>/terminal-window/zoom-out" "<Primary>minus")
...to this:
(gtk_accel_path "<Actions>/terminal-window/zoom-in" "")
(gtk_accel_path "<Actions>/terminal-window/zoom-out" "")
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
[ Generated in 0.009 seconds, 7 queries executed - Memory usage: 519.13 KiB (Peak: 532.48 KiB) ]