Skip to content

Commit

Permalink
fix "you're" mistake (#356)
Browse files Browse the repository at this point in the history
* fix "you're" mistake

* Update pages/FAQ/_index.md

Co-authored-by: Mihai Fufezan <[email protected]>

* Update pages/FAQ/_index.md

Co-authored-by: Mihai Fufezan <[email protected]>

* Update pages/FAQ/_index.md

Co-authored-by: Mihai Fufezan <[email protected]>

---------

Co-authored-by: Mihai Fufezan <[email protected]>
  • Loading branch information
powwu and fufexan authored Oct 1, 2023
1 parent 1a597a6 commit acec25c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/FAQ/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Then, pressing `SUPER + Escape` will leave that mode.

0 comments on commit acec25c

Please sign in to comment.