From 2698cfe338cabdad5e78e4031222a4a6b369551c Mon Sep 17 00:00:00 2001 From: "John Ankarstr\\xf6m" Date: Sun, 30 May 2021 21:56:27 +0200 Subject: Add 'sendto#' action --- src/parse.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parse.c') diff --git a/src/parse.c b/src/parse.c index 08dd70c..5c6cece 100644 --- a/src/parse.c +++ b/src/parse.c @@ -63,6 +63,7 @@ static const KeyMapType KEY_MAP[] = { { "exit", KEY_EXIT }, { "desktop", KEY_DESKTOP }, { "desktop#", KEY_DESKTOP }, + { "sendto#", KEY_SENDTO }, { NULL, KEY_NONE } }; -- cgit v1.2.3