elementary / terminal

Terminal emulator designed for elementary OS
https://elementary.io
GNU Lesser General Public License v3.0
399 stars 96 forks source link

TerminalWidget: Stop Scroll Controller When Keyboard Focus is Lost #750

Closed Marukesu closed 7 months ago

Marukesu commented 7 months ago

When the view lost keyboard focus by activating the search action, we stop reciving key releases in the view's key controller, letting the scroll controller activated.

That was making the terminal zoom in/out instead of scrolling in this case.