Note: action shortcuts take precedence of keybindings. So to use
Shift+Arrow in mc/vim, make sure they are not set as action shortcuts.
CCBUG: 204388
BUG: 59256
FIXED-IN: 4.8.3
It is decided to not reimplement this feature in KDE4 konsole:
* It is non-trivial work to implement it correctly
* It annoyed some users when it was available in KDE3 konsole
* Not many users want this feature back
This is a follow up of commit cee0ce539b
CCBUG:172271
REVIEW:104156
- remove entries which are simply duplicates of the one in the 'fallback' profile
- remove outdated entries
Shell.profile will only contain 'Name' and 'Comment' entries from now on
REVIEW: 103668
Convert the 3 KDE4 color schemas files to the KDE4 colorscheme file
name and file format. The format conversion was done inside the
Konsole color scheme editor.
They are not installed yet - there still needs a plan on how to
move people off the old format.
This is a follow up of commit febd3c63da
and c78e7e523e .
TODO:
It does not feel good to put some entries which are the same as in
the FALLBACK profile into Shell.profile. Maybe those entries should
be removed and FALLBACK profile should be marked as the parent of
Shell.profile explicitly.
Make Konsole BiDi rendering enabled by default. Default Shell.profile
and also fallback profile are updated to have BidiRenderingEnabled set
to true by default.
AFAIK there is no reason not to have it on by default. I don't see
any penalty code-wise.
BUG: 198169
FIXED-IN: 4.8
The shortcut of jumping to top of history is for the request of #45950
The shortcut of jumping to bottom of history is added not only for
consistency, but also to be used for #38390, especially its comment #9
and #10.
Patch by Jekyll Wu <adaptee@gmail.com>
FEATURE: 38390
FEATURE: 45950
FIXED-IN: 4.8
REVIEW: 102124