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/key.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/key.c') diff --git a/src/key.c b/src/key.c index 1bf443b..d5c6b4f 100644 --- a/src/key.c +++ b/src/key.c @@ -254,6 +254,7 @@ int ShouldGrab(KeyType key) { case KEY_ROOT: case KEY_WIN: case KEY_DESKTOP: + case KEY_PUT: case KEY_SENDTO: case KEY_EXEC: case KEY_RESTART: -- cgit v1.2.3