From 88762b35c1a8f6943118207e6f6637a72e5e8ffe Mon Sep 17 00:00:00 2001 From: Tobias Zimmermann Date: Sun, 3 Mar 2024 04:23:13 +0100 Subject: [PATCH] Include new catchall keyword in binds docs (#499) --- pages/Configuring/Binds.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pages/Configuring/Binds.md b/pages/Configuring/Binds.md index 5d9f81c..781d8c3 100644 --- a/pages/Configuring/Binds.md +++ b/pages/Configuring/Binds.md @@ -312,6 +312,15 @@ submap=reset This works because the binds are executed in the order they appear, and assigning multiple actions per bind is possible. +## Catch-All + +You can also define a keybind via the special `catchall` keyword, which activates no matter which key is pressed. +This can be used to prevent any keys from passing to your active application while in a submap or to exit it immediately when any unknown key is pressed: + +```ini +bind=,catchall,submap,reset +``` + # Example Binds ## Media