Skip to content

Some improvements to selection mode

Matan Ziv-Av requested to merge matan/konsole:select-mode-2 into master
  • Add selection mode to the Edit menu
  • Allow using Esc key to leave selection mode
  • Selection mode is independent of user controlled read only mode. Before this, entering selection mode enabled read only mode. Now key presses are not sent to the program running in the terminal without the need to set this mode.

Merge request reports