Skip to content

Use Qt::CTRL instead of Konsole::ACCEL for `(` and `)` shortcuts

Matan Ziv-Av requested to merge matan/konsole:accel-paren into master

7f41a383 changed Konsole::ACCEL from CTRL to CTRL+SHIFT, but ( and ) are already shifted, so need only CTRL in shortcut definitions.

Merge request reports