From 3369481138750f57645fff2bc4d65b39d7ebfbc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Mon, 7 Jun 2021 00:26:29 +0200 Subject: Add 'put#' action I wanted to call it layer#, but it (rather silently, apart from the crashing...) conflicted with something else. --- 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 5c6cece..65e3197 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 }, + { "put#", KEY_PUT }, { "sendto#", KEY_SENDTO }, { NULL, KEY_NONE } }; -- cgit v1.2.3