| Summary: | Keyboard sortcuts for split view [Left/Right|Top/Bottom] do not work. | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Thomi Richards <thomir> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | lueck, thomir |
| Priority: | NOR | ||
| Version First Reported In: | 2.5 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
SVN commit 1208325 by lueck: backbort trunk r1143688 to Fix shortcuts for split view left/right, top/bottom -> leave out the Qt::SHIFT BUG:260832 M +2 -2 ViewManager.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1208325 |
Version: 2.5 (using KDE 4.5.1) OS: Linux The keyboard shortcuts to split the view top/bottom and left/right are set as CTRL+SHIFT+) and CTRL+SHIFT+(, respectively. This does not work - they should be listed as CTRL+) and CTRL+(, since you need SHIFT to get the '(' and ')' characters anyway. Reassigning the shortcuts in the konsole settings menu fixes the issue. Reproducible: Always Steps to Reproduce: Open konsole from the Kubuntu 10.10 package, press CTRL+SHIFT+( Actual Results: Nothing happens Expected Results: A new split view to appear.