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 506594d7a..0d40454fb 100644
--- a/src/keyboarddata.h
+++ b/src/keyboarddata.h
@@ -1929,6 +1929,13 @@ static const KeyData keyData[Input::KEY_TOTAL] = {
Input::GRP_DEFAULT,
&ActionManager::stopSit,
Input::KEY_NO_VALUE, 50,
+ COND_DEFAULT},
+ {"keyShowKeyboard",
+ INPUT_UNKNOWN, Input::KEY_NO_VALUE,
+ INPUT_UNKNOWN, Input::KEY_NO_VALUE,
+ Input::GRP_DEFAULT,
+ &ActionManager::showKeyboard,
+ Input::KEY_NO_VALUE, 50,
COND_DEFAULT}
};