mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 04:35:59 +01:00
Add hyprlock default keypress behaviour (#581)
* Add default keypress behaviour According to https://github.com/hyprwm/hyprland-wiki/issues/579 the wiki was lacking default behaviour, so i quickly added it. * removed description for 'obvious and unnecessary' behaviour
This commit is contained in:
parent
d9d128694e
commit
b9a82507c7
1 changed files with 9 additions and 0 deletions
|
@ -23,6 +23,15 @@ Variables in the `general` category:
|
||||||
| no_fade_out | disables the fadeout animation | bool | false |
|
| no_fade_out | disables the fadeout animation | bool | false |
|
||||||
| ignore_empty_input | skips validation when empty password is provided | bool | false |
|
| ignore_empty_input | skips validation when empty password is provided | bool | false |
|
||||||
|
|
||||||
|
## Keyboard Shortcuts and Actions
|
||||||
|
|
||||||
|
The following keys and key-combinations describe hyprlocks default behaviour:
|
||||||
|
| input | description |
|
||||||
|
| -- | -- |
|
||||||
|
| ESC | Clear password buffer |
|
||||||
|
| Ctrl + u | Clear password buffer |
|
||||||
|
| Ctrl + Backspace | Clear password buffer |
|
||||||
|
|
||||||
## Widgets
|
## Widgets
|
||||||
|
|
||||||
The entire configuration of how hyprlock looks is done via widgets.
|
The entire configuration of how hyprlock looks is done via widgets.
|
||||||
|
|
Loading…
Reference in a new issue