From cea367c529bd8400a44fab3f580d43120457e1b9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 23 May 2017 23:03:45 +0300 Subject: Add chat command for send any number of pritable chars to input. --- src/input/inputactionmap.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/input') diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index bc18cd7a4..b49b36904 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -5654,6 +5654,12 @@ static const InputActionData inputActionData "mousekey|sendmousekey", UseArgs_true, Protected_true}, + {"keyCommandSendChars", + defaultAction(&Actions::sendChars), + InputCondition::ENABLED, + "sendchar|sendchars|charsend", + UseArgs_true, + Protected_true}, }; #undef defaultAction -- cgit v1.2.3-60-g2f50