<table><tr><td style="">mglb created this revision.<br />Restricted Application added a subscriber: Konsole.<br />Restricted Application added a project: Konsole.<br />mglb requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D11668">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Allow to use scrolling (Shift+Up/Down/PgUp/PgDown/Home/End) and a key<br />
for showing URL hints when the view is in read-only mode.</p></div></div><br /><div><strong>TEST PLAN</strong><div><ul class="remarkup-list">
<li class="remarkup-list-item">Prepare<ul class="remarkup-list">
<li class="remarkup-list-item">Turn on scrollback</li>
<li class="remarkup-list-item">Set at least one modifier key for "Show URL hints" (edit profile → advanced)</li>
<li class="remarkup-list-item">Generate a few screens of text in Konsole</li>
<li class="remarkup-list-item">Display some URL (e.g. <tt style="background: #ebebeb; font-size: 13px;">echo 'www.kde.org'</tt>)</li>
<li class="remarkup-list-item">Display current time every second: <tt style="background: #ebebeb; font-size: 13px;">while sleep 1; do printf '\r%s' "$(date)"; done</tt></li>
<li class="remarkup-list-item">Turn on read-only mode</li>
</ul></li>
<li class="remarkup-list-item">Patch tests<ul class="remarkup-list">
<li class="remarkup-list-item">Scroll the view with Shift+Up/Down/PgUp/PgDown/Home/End - the view should scroll</li>
<li class="remarkup-list-item">Hold down URL hint key - the URL should be underlined with square and a digit on the left</li>
<li class="remarkup-list-item">Press <URL-hint-key>+1 - the URL should open in a web browser</li>
</ul></li>
<li class="remarkup-list-item">Regressions tests<ul class="remarkup-list">
<li class="remarkup-list-item">Press different keys (including Ctrl+C, Ctrl+Z, etc; skip those mapped to Konsole actions) - nothing in terminal should happen</li>
<li class="remarkup-list-item">Press Ctrl+S - the time should not stop updating</li>
</ul></li>
</ul></div></div><br /><div><strong>REPOSITORY</strong><div><div>R319 Konsole</div></div></div><br /><div><strong>BRANCH</strong><div><div>wip/allow-view-controlling-keys-in-read-only-mode</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D11668">https://phabricator.kde.org/D11668</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/TerminalDisplay.cpp<br />
src/Vt102Emulation.cpp</div></div></div><br /><div><strong>To: </strong>mglb<br /><strong>Cc: </strong>Konsole, herrold, ngraham, hindenburg<br /></div>