Xfce Forum

Sub domains
 

You are not logged in.

#1 2021-11-23 01:13:56

almahdi
Member
Registered: 2020-07-04
Posts: 125

How to disable Ctrl+- lessening the Terminal (window) size

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

#2 2021-11-23 02:22:28

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,486

Re: How to disable Ctrl+- lessening the Terminal (window) size

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

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.009 seconds, 7 queries executed - Memory usage: 519.13 KiB (Peak: 532.48 KiB) ]