Skip to content

Fix switching tabs in recently used order randomly breaking

Tino Lorenz requested to merge tilorenz/konsole:fixCtrlTab into master

Fix Konsole sometimes missing that Control was released when switching through recently used tabs with Ctrl+Tab. This would make repeatedly hitting Ctrl+Tab (releasing Ctrl inbetween) continue walking through the other tabs rather than switching back and forth between two tabs.

The cause for this was that the key release event of the control key sometimes has the Qt::CTRL modifier still set.

Merge request reports