docs: add keybinds notice

This commit is contained in:
DreamMaoMao 2025-02-27 18:20:50 +08:00
parent 39039c47bc
commit c2b0d50422

View file

@ -98,6 +98,11 @@ like `MAOMAOCONFIG=/home/xxx/maomao`
- the fallback config path is in `/etc/maomao/config.conf`, you can find the default config here
# keybinds notice
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.
# NixOS+Home-manager
```nix