Page 1 of 1

Disable middle click tab close in LX Terminal?

Posted: Fri Jul 29, 2011 4:38 am
by jsedwards
Is there any way to disable middle clicking on a tab in LX Terminal and having it close the tab? Or better yet have it *ALWAYS* confirm before closing a tab?

I have recently become disabled and can no longer use my right hand to operate the mouse. And the fingers on my left hand are not very accurate either and sometimes they hit the wrong button accidentally. Tonight I accidentally middle clicked on a tab instead of left clicked and the tab closed. Thankfully this time I did not lose my bash history, but that has happened in the past. It would be most helpful if I could disable that "feature".

Thanks,
-Scott

Re: Disable middle click tab close in LX Terminal?

Posted: Mon Sep 19, 2011 7:23 pm
by amjjawad
Bump.

Re: Disable middle click tab close in LX Terminal?

Posted: Fri Dec 02, 2011 8:56 pm
by faust
Yes, it's possible!

edit /home/user/.config/Terminal/terminalrc
change MiscTabCloseMiddleClick=TRUE
to MiscTabCloseMiddleClick=FALSE

Re: Disable middle click tab close in LX Terminal?

Posted: Sun Dec 04, 2011 4:11 pm
by amjjawad
faust wrote:Yes, it's possible!

edit /home/user/.config/Terminal/terminalrc
change MiscTabCloseMiddleClick=TRUE
to MiscTabCloseMiddleClick=FALSE
In Lubuntu, the path is:

Code: Select all

.config/lxterminal
And there is one file and this is the contents:

File name= lxterminal.conf

Code: Select all

[general]
fontname=Monospace 10
selchars=-A-Za-z0-9,./?%&#:_
scrollback=1000
bgcolor=#000000000000
bgalpha=65535
fgcolor=#aaaaaaaaaaaa
disallowbold=false
cursorblinks=false
cursorunderline=false
audiblebell=false
tabpos=top
hidescrollbar=false
hidemenubar=false
hideclosebutton=false
disablef10=false
disablealt=false

Re: Disable middle click tab close in LX Terminal?

Posted: Fri Dec 16, 2011 12:52 am
by amjjawad
I decided to send this Topic/Thread to Lubuntu Team via Mailing List and I got a reply from the developers:
Julien Lavergne:
"As far as I know, this feature doesn't exist. You can report a feature request on LXDE bug tracker : http://sourceforge.net/tracker/?group_i ... tid=894872
Lxterminal maintainer is active, so he may be able to add it :)
"

Re: Disable middle click tab close in LX Terminal?

Posted: Fri Dec 16, 2011 12:54 am
by amjjawad
I decided to send this Topic/Thread to Lubuntu Team via Mailing List and I got a reply from the developers:
Julien Lavergne:
"As far as I know, this feature doesn't exist. You can report a feature request on LXDE bug tracker : http://sourceforge.net/tracker/?group_i ... tid=894872
Lxterminal maintainer is active, so he may be able to add it :)
"