mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
fix "you're" mistake (#356)
* fix "you're" mistake * Update pages/FAQ/_index.md Co-authored-by: Mihai Fufezan <mihai@fufexan.net> * Update pages/FAQ/_index.md Co-authored-by: Mihai Fufezan <mihai@fufexan.net> * Update pages/FAQ/_index.md Co-authored-by: Mihai Fufezan <mihai@fufexan.net> --------- Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
This commit is contained in:
parent
1a597a66eb
commit
acec25cd94
1 changed files with 4 additions and 4 deletions
|
@ -271,11 +271,11 @@ windowrulev2=nofullscreenrequest,title:^(flameshot)
|
||||||
```
|
```
|
||||||
# I cannot bind SUPER as my mod key on my laptop
|
# 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
|
# 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.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue