Summary: | Konsole shortcut "Ctrl + Shift + X" for clearing scroll and reset appears as problematic | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Venkata Rama Krishna Boddu <venkat.boddu> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | adaptee, b7.10110111 |
Priority: | NOR | ||
Version: | 2.6 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=309008 | ||
Latest Commit: | Version Fixed In: | 4.9.0 | |
Sentry Crash Report: |
Description
Venkata Rama Krishna Boddu
2011-09-23 04:55:09 UTC
That sounds sensible. What about 'Ctrl + Shift + R' as the default shorcut ? We are talking about the default - users can always change the shortcut. I'm not sure it is worth changing the default. If we decide to perhaps use K? What about the users, who don't know the default shortcut is "Ctrl + Shift + X"? They might accidentally click "Ctrl + Shift + X" when doing the copy and paste. Git commit dad64e67e73df7a6968cfdfdd8741531ec381dc9 by Jekyll Wu. Committed on 09/01/2012 at 18:28. Pushed by jekyllwu into branch 'master'. Change the default shortcut of 'Clear Scrollback and Reset' to Ctrl+Shift+K The current default shortcut is Ctrl+Shift+X, which might be accidentally pressed when users intend to press Ctrl+Shift+C for copying or Ctrl+Shift+V for pasting. Scrollback is important asset, but it is impossible to recover once gone. So change the default shortcut to decrease the chance of accidents. FIXED-IN: 4.9 REVIEW: 103660 M +1 -1 src/SessionController.cpp http://commits.kde.org/konsole/dad64e67e73df7a6968cfdfdd8741531ec381dc9 |