Update KEYBINDINGS-HYPRLAND.md (auto)

This commit is contained in:
github-actions 2024-12-30 04:31:01 +00:00
parent 4c874e960d
commit 2739f18c63

View File

@ -10,14 +10,18 @@
| Move app to Workspace | SHIFT + SUPER + {Number} |
| Kitty | SUPER + RETURN |
| Thunar | SUPER + E |
| Qutebrowser | SUPER + B |
| Bitwarden | SUPER + K |
| Lock | SUPER + L |
| "$mod,B, exec, ${pkgs.qutebrowser}/bin/qutebrowser" | |
| Firefox | SUPER + U |
| "$shiftMod,B, exec, ${pkgs.bitwarden}/bin/bitwarden" | |
| Lock | SHIFT + SUPER + Q |
| Powermenu | SUPER + X |
| Launcher | SUPER + SPACE |
| Quickmenu | SUPER + C |
| Toggle HyprFocus | SHIFT + SUPER + SPACE |
| "$shiftMod,SPACE, exec, hyprfocus-toggle" | |
| Overview | SUPER + TAB |
| "$shiftMod,TAB, overview:toggle" | |
| $mod, bracketright, workspace, e+1" | SUPER + bracketright |
| $mod, bracketleft, workspace, e-1" | SUPER + bracketleft |
| Close window | SUPER + Q |
| Toggle Floating | SUPER + T |
| Toggle Fullscreen | SUPER + F |
@ -29,11 +33,19 @@
| Focus next monitor | SHIFT + SUPER + down |
| Add to master | SHIFT + SUPER + left |
| Remove from master | SHIFT + SUPER + right |
| Move focus left | SUPER + h |
| Move focus Right | SUPER + l |
| Move focus Up | SUPER + k |
| Move focus Down | SUPER + j |
| Focus previous monitor | $ctrlModk |
| Focus next monitor | $ctrlModj |
| Add to master | $ctrlModh |
| Remove from master | $ctrlModl |
| Screenshot window | SUPER + PRINT |
| Screenshot monitor | PRINT |
| Screenshot region | SHIFT + SUPER + PRINT |
| Screenshot region then edit | ALTPRINT |
| Search on internet with wofi | SHIFT + SUPER + S |
| "$shiftMod,S, exec, ${pkgs.qutebrowser}/bin/qutebrowser :open $(wofi --show dmenu -L 1 -p ' Search on internet')" | |
| Clipboard picker with wofi | SHIFT + SUPER + C |
| Emoji picker with wofi | SHIFT + SUPER + E |
| Toggle night shift | SUPER + F2 |