Konsole
KeyboardTranslator.h File Reference
#include <QtCore/QHash>
#include <QtCore/QList>
#include <QtGui/QKeySequence>
#include <QtCore/QMetaType>
#include <QtCore/QVarLengthArray>
#include <kdemacros.h>
Include dependency graph for KeyboardTranslator.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | Konsole::KeyboardTranslator |
A convertor which maps between key sequences pressed by the user and the character strings which should be sent to the terminal and commands which should be invoked when those character sequences are pressed. More... | |
class | Konsole::KeyboardTranslator::Entry |
Represents an association between a key sequence pressed by the user and the character sequence and commands associated with it for a particular KeyboardTranslator. More... | |
class | Konsole::KeyboardTranslatorManager |
Manages the keyboard translations available for use by terminal sessions, see KeyboardTranslator. More... | |
class | Konsole::KeyboardTranslatorReader |
Parses the contents of a Keyboard Translator (.keytab) file and returns the entries found in it. More... | |
class | Konsole::KeyboardTranslatorWriter |
Writes a keyboard translation to disk. More... | |
Namespaces | |
namespace | Konsole |
Functions | |
int | Konsole::oneOrZero (int value) |