Update _index.md (#347)

* Update _index.md

Added super key on laptop instructions

* Update _index.md

Fixed mis-capitalised name
This commit is contained in:
Dungeonseeker 2023-09-15 19:12:06 +01:00 committed by GitHub
parent fbf14ab37d
commit 826c1f909d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -269,3 +269,10 @@ For Hyprland, you can add these window rules to your config to make said program
windowrulev2=move 0 0,title:^(flameshot) windowrulev2=move 0 0,title:^(flameshot)
windowrulev2=nofullscreenrequest,title:^(flameshot) 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.
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.
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.