Summary: | Ability to lock input from a tab | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Craig Bradney <cbradney> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | adaptee, cpigat242, nate, rootkit85, simonandric5 |
Priority: | NOR | ||
Version: | 1.6.2 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/konsole/4f55526575eef4dba71d6e1650370fac48abd2a3 | Version Fixed In: | |
Sentry Crash Report: |
Description
Craig Bradney
2006-05-07 23:15:04 UTC
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 |