aboutsummaryrefslogtreecommitdiff
path: root/src/parse.c
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-06-07 00:26:29 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-06-07 00:26:29 +0200
commit3369481138750f57645fff2bc4d65b39d7ebfbc2 (patch)
tree606450ae759e3ec8d5b66e8a41e6b3e990ea703e /src/parse.c
parenta67786845515a084a3fc95473c5505d58909ef45 (diff)
downloadjwm-3369481138750f57645fff2bc4d65b39d7ebfbc2.tar.gz
Add 'put#' action
I wanted to call it layer#, but it (rather silently, apart from the crashing...) conflicted with something else.
Diffstat (limited to 'src/parse.c')
-rw-r--r--src/parse.c1
1 files changed, 1 insertions, 0 deletions
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 }
};