diff --git a/pages/FAQ/_index.md b/pages/FAQ/_index.md index c0674fc8..ed578d4b 100644 --- a/pages/FAQ/_index.md +++ b/pages/FAQ/_index.md @@ -271,11 +271,11 @@ windowrulev2=nofullscreenrequest,title:^(flameshot) ``` # I cannot bind SUPER as my mod key on my laptop -Many laptops have a built in function to toggle `SUPER` between single key press mode and hold mode, this is usually indicated by a padlock on the `SUPER` key. +Many laptops have a built-in function to toggle `SUPER` between single key press mode and hold mode. This is usually indicated by a padlock on the `SUPER` key. -First install and run `wev` then press `SUPER`, if you see a key press event followed by an instant key release event then its likely you're `SUPER` key is set to single press mode. +First, install and run `wev`, then press `SUPER`. If you see a key press event followed by an instant key release event, then it's likely your `SUPER` key is set to single press mode. -On most laptops this can be fixed by pressing `FN+SUPER` and verified in `wev`, you should be able to hold `SUPER` and not see an instant release event. In case `FN+SUPER` doesn't work consult your laptops manual. +On most laptops this can be fixed by pressing `FN+SUPER` and verified in `wev`. You should be able to hold `SUPER` and not see an instant release event. In case `FN+SUPER` doesn't work, consult your laptop's manual. # My VM doesn't receive keybinds I have set in Hyprland @@ -294,4 +294,4 @@ set `MOD` and `KEY` to desired values. By pressing the selected combo you will enter a mode where hyprland ignores your keybinds and passes them on to the vm. -Then, pressing `SUPER + Escape` will leave that mode. \ No newline at end of file +Then, pressing `SUPER + Escape` will leave that mode.