Revision 799577

Go back to digest for 27th April 2008

Features in KDE Base

Robert Knight committed changes in /trunk/KDE/kdebase/apps/konsole/src:

Allow the terminal display's host to decide whether shortcut keypresses which are also valid terminal key sequences should be overridden and sent to the terminal instead.

Default behaviour in the standalone Konsole is never to override shortcuts. Default behaviour in the terminal part is to always override shortcuts.

Shortcuts which are not valid terminal key sequences (eg. because they have more than two modifiers) are never overridden.

Add an overrideShortcut() signal to the Part to expose this functionality to clients.

File Changes

Modified 4 files
  • /trunk/KDE/kdebase/apps/konsole/src
  •   /Part.cpp
  •   /Part.h
  •   /TerminalDisplay.cpp
  •   /TerminalDisplay.h
4 files changed in total