summaryrefslogtreecommitdiff
path: root/src/keyboarddata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyboarddata.h')
-rw-r--r--src/keyboarddata.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/keyboarddata.h b/src/keyboarddata.h
index 9bec17f6d..a15b3f8b2 100644
--- a/src/keyboarddata.h
+++ b/src/keyboarddata.h
@@ -1936,6 +1936,13 @@ static const KeyData keyData[Input::KEY_TOTAL] = {
Input::GRP_DEFAULT,
&ActionManager::showKeyboard,
Input::KEY_NO_VALUE, 50,
+ COND_DEFAULT},
+ {"keyShowWindows",
+ INPUT_UNKNOWN, Input::KEY_NO_VALUE,
+ INPUT_UNKNOWN, Input::KEY_NO_VALUE,
+ Input::GRP_DEFAULT,
+ &ActionManager::showWindows,
+ Input::KEY_NO_VALUE, 50,
COND_DEFAULT}
};