Disable middle click tab close in LX Terminal?

Please post all general support questions for LXDE here.
Locked
jsedwards
Posts: 3
Joined: Fri Jul 29, 2011 4:19 am

Disable middle click tab close in LX Terminal?

Post 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
amjjawad
Posts: 304
Joined: Mon Aug 29, 2011 1:51 am
Contact:

Re: Disable middle click tab close in LX Terminal?

Post by amjjawad »

Bump.
Feel Free to contact me: http://amjjawad.net
faust
Posts: 1
Joined: Fri Dec 02, 2011 8:54 pm

Re: Disable middle click tab close in LX Terminal?

Post by faust »

Yes, it's possible!

edit /home/user/.config/Terminal/terminalrc
change MiscTabCloseMiddleClick=TRUE
to MiscTabCloseMiddleClick=FALSE
amjjawad
Posts: 304
Joined: Mon Aug 29, 2011 1:51 am
Contact:

Re: Disable middle click tab close in LX Terminal?

Post 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
Feel Free to contact me: http://amjjawad.net
amjjawad
Posts: 304
Joined: Mon Aug 29, 2011 1:51 am
Contact:

Re: Disable middle click tab close in LX Terminal?

Post 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 :)
"
Feel Free to contact me: http://amjjawad.net
amjjawad
Posts: 304
Joined: Mon Aug 29, 2011 1:51 am
Contact:

Re: Disable middle click tab close in LX Terminal?

Post 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 :)
"
Feel Free to contact me: http://amjjawad.net
Locked