Skip to content

Limit shortcut context to active view for Reuse Word Above/Below

Christoph Roick requested to merge croick/ktexteditor:reuse-shortcut into master

The current default calls the corresponding action for every split view which leads to an error message. Qt::WidgetWithChildrenShortcut limits the call to the current view, as in kateview.cpp.

BUG: 352902

Merge request reports