Revision 597dbfc...
Go back to digest for 25th March 2012Bug Fixes in KDE Base
Jekyll Wu committed changes in [konsole] src/TerminalDisplay.cpp:
Key_Slash, Key_Period and Key_Space should never trigger action
Those three keys are essential when using terminal/shell.
The old code exhibit its problem when konsolepart is embedded in a
application where developers or users might have assigned such keys as
shortcut. A good example is the "Find Text as You Type" action in
Konqueror.
Maybe all single keys should be treated specially to avoid triggering
actions.
File Changes
Modified 1 files
- src/TerminalDisplay.cpp
1 files changed in total