Version: 1.6.2 (using KDE KDE 3.5.2) Installed from: Gentoo Packages OS: Linux If you have multiple tabs open and some are connected to a live server for example, it would be nice to be able to sometimes ensure the tab for that session cannot receive any input if you create some lock on it. I often work on multiple web servers and then while they are busy or change the work I am doing for awhile, I leave the tabs open of course in konsole. rm -rf and many other commands useful in local shells in any of those sessions accidentally selected could be disastrous.. touch wood, its never happened. Right click on tab, lock input or similar would be great.
Use screen.
Screen is useful, yes, but I still think this would be a nice addition.
Requested in several reports and should be easy to add. Confirmed.
FYI, yakuake supports this nice feature.
*** Bug 283248 has been marked as a duplicate of this bug. ***
I found it very useful in older Konsole versions
Git commit 4f55526575eef4dba71d6e1650370fac48abd2a3 by Kurt Hindenburg. Committed on 06/03/2018 at 15:28. Pushed by hindenburg into branch 'master'. Konsole: Add read-only mode Summary: This patch adds a read-only option for TerminalDisplays. When active, all keyboard events are eaten. Mouse input is not affected and works like before. The setting is not persisted and only lasts for the duration of the session. Screenshots: {F5730786} {F5730788} {F5730789} VDG input is highly appreciated. Also, I'm not sure if I can just change the rc-files without bumping the version? Test Plan: - Shortcuts still work - Paste and drop actions are disabled when readonly - Switching between read-only and normal tabs works as expected - Mouse input works like before Reviewers: #konsole, hindenburg Reviewed By: #konsole, hindenburg Subscribers: hindenburg, ngraham, #konsole Tags: #konsole Differential Revision: https://phabricator.kde.org/D10862 M +2 -1 desktop/partui.rc M +4 -1 desktop/sessionui.rc M +18 -1 src/Session.cpp M +4 -0 src/Session.h M +33 -0 src/SessionController.cpp M +3 -0 src/SessionController.h M +25 -4 src/TerminalDisplay.cpp M +21 -0 src/ViewContainer.cpp https://commits.kde.org/konsole/4f55526575eef4dba71d6e1650370fac48abd2a3