From 8e5e653713a66d829f151b10d20b0019c7038c2a Mon Sep 17 00:00:00 2001
From: vaxerski <43317083+vaxerski@users.noreply.github.com>
Date: Thu, 23 Mar 2023 13:06:03 +0000
Subject: [PATCH] keycode binds
---
pages/Configuring/Binds.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/Configuring/Binds.md b/pages/Configuring/Binds.md
index 08c11f1..1f5d990 100644
--- a/pages/Configuring/Binds.md
+++ b/pages/Configuring/Binds.md
@@ -39,11 +39,11 @@ written in all lowercase.
If you are unsure of what your key's name is, you can
use `xev` or `wev` to find that information.
-If you want to bind by a keycode, you can just input it in the KEY position,
+If you want to bind by a keycode, you can just input it in the KEY position with a `code:` prefix,
e.g.:
```ini
-bind=SUPER,28,exec,amongus
+bind=SUPER,code:28,exec,amongus
```
Will bind SUPER + T. (T is keycode 28.) - You