From b271826bcfb9b2e3ba36455c1894ee062fba8908 Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Thu, 27 Feb 2025 18:24:52 +0800 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d8f7277..7cc238d 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,16 @@ like `MAOMAOCONFIG=/home/xxx/maomao` All mod keys(alt,ctrl,shift,super) are case insensitive, in addition to other key names are case sensitive, the name follows the xkb standard name, you can use the `xev` command to get the key name of the key you want, note that if your mod key contains the shift key, then it may not be the key name displayed on the keyboard. Real name Refer to the name displayed in the `xev` command. +for example: + +this is wrong: +bind=alt+shift,2,quit +this is right: +bind=alt+shift,at,quit + +because your keybinds contain shift, the `2` cover to `at` +![swappy-20250227-182157](https://github.com/user-attachments/assets/c4bca146-d1d7-42b1-aea5-a7e7e19e874b) + # NixOS+Home-manager