summaryrefslogtreecommitdiffstats
path: root/konsole/konsole/konsole.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-04-21 17:49:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-04-21 17:49:25 +0900
commitdfa62cdbea831ee3fcc29ca884c779a5459d5e08 (patch)
tree5b745986dccb687ccc2609ff576c3007fc7373a7 /konsole/konsole/konsole.h
parentf69bb8df1debfec9d20dd6069f8034263ca31049 (diff)
downloadtdebase-dfa62cdbea831ee3fcc29ca884c779a5459d5e08.tar.gz
tdebase-dfa62cdbea831ee3fcc29ca884c779a5459d5e08.zip
Added support for handling Meta key as Alt key in Konsole.
This relates to bug 1026.
Diffstat (limited to 'konsole/konsole/konsole.h')
-rw-r--r--konsole/konsole/konsole.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/konsole/konsole/konsole.h b/konsole/konsole/konsole.h
index 6bd3a2e81..976ac5cf8 100644
--- a/konsole/konsole/konsole.h
+++ b/konsole/konsole/konsole.h
@@ -435,6 +435,7 @@ private:
bool b_installBitmapFonts;
bool b_framevis:1;
+ bool b_metaAsAlt:1;
bool b_fullscreen:1;
bool m_menuCreated:1;
bool b_warnQuit:1;