Summary: | default shortcuts are not working well with mc | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | oneforall |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | adaptee |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8 | |
Sentry Crash Report: |
Description
oneforall
2009-04-06 07:52:09 UTC
This still isn't fixed in kde 4.3.2 :( ctrl+left/right arrow isn't used because it would interfere with bash . mc(midnight comanader) is a long standing application that should be respected too Its extremely frustrating to spend so much time to figure out how to fix it . If I understand it correctly, this is what you are suggesting: Do not add or choose Ctrl+PgUp/PgDn as the alternative shortcut for switching to prev/next tab, because that interferes with mc and possibly others. Am I right? Git commit 67e2181fe78cfe2328891f8f053473bf3f378f4c by Jekyll Wu. Committed on 23/08/2011 at 15:11. Pushed by jekyllwu into branch 'master'. Do not set alternative shortcut for switching to prev/next tab. It is generally a good idea to pass more keyboard actions into terminal process, instead of intercepting them. Anyway, Uses can still define the alternative shortcuts themselfes if they want. BUG: 188941 FIXED-IN: 4.8 M +0 -2 src/ViewManager.cpp http://commits.kde.org/konsole/67e2181fe78cfe2328891f8f053473bf3f378f4c |