docs: 📝 update shortcuts reference

This commit is contained in:
Mikhail Zolotukhin 2021-09-23 19:30:30 +03:00
parent 6ee4ddde4e
commit eeed91ef63

View File

@ -7,7 +7,7 @@
# 🌈 Bismuth # 🌈 Bismuth
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-red?style=flat-square&logo=Git)](https://conventionalcommits.org) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-red?style=flat-square&logo=Git)](https://conventionalcommits.org)
[![code style: prettier](https://img.shields.io/badge/Code_Style-Prettier-yellow?style=flat-square&logo=Prettier)](https://github.com/prettier/prettier) [![code style: prettier](https://img.shields.io/badge/Code_Style-Prettier-yellow?style=flat-square&logo=Prettier)](https://github.com/prettier/prettier)
[![wayland: supported](https://img.shields.io/badge/Wayland-Ready-blue?style=flat-square&logo=kde)](https://community.kde.org/KWin/Wayland) [![wayland: supported](https://img.shields.io/badge/Wayland-Ready-blue?style=flat-square&logo=kde)](https://community.kde.org/KWin/Wayland)
Arrange your windows automatically and switch between them using keyboard shortcuts. All of that with different layouts and Arrange your windows automatically and switch between them using keyboard shortcuts. All of that with different layouts and
@ -79,28 +79,47 @@ To make changes effective, **the script must be reactivated**:
Proceed to the [TWEAKS section](TWEAKS.md). Proceed to the [TWEAKS section](TWEAKS.md).
## ⌨️ Default Key Bindings ## ⌨️ Actions and Default Keyboard Shortcuts
| Key | Action | | Action | Key |
| ---------------- | ------------------ | | --------------------------------- | ---------------- |
| Meta + J | Focus Down/Next | | Focus Next Window | _None_ |
| Meta + K | Focus Up/Previous | | Focus Previous Window | _None_ |
| Meta + H | Left | | Focus Upper Window | Meta + J |
| Meta + L | Right | | Focus Bottom Window | Meta + K |
| | | | Focus Left Window | Meta + H |
| Meta + Shift + J | Move Down/Next | | Focus Right Window | Meta + L |
| Meta + Shift + K | Move Up/Previous | | | |
| Meta + Shift + H | Move Left | | Move Window To Next Position | _None_ |
| Meta + Shift + L | Move Right | | Move Window To Previous Position | _None_ |
| | | | Move Window Up | Meta + Shift + J |
| Meta + I | Increase | | Move Window Down | Meta + Shift + K |
| Meta + D | Decrease | | Move Window Left | Meta + Shift + H |
| Meta + F | Toggle Floating | | Move Window Right | Meta + Shift + L |
| Meta + \ | Cycle Layout | | | |
| | | | Increase Window Width | Meta + Ctrl + L |
| Meta + Return | Set as Master | | Increase Window Height | Meta + Ctrl + J |
| | | | Decrease Window Width | Meta + Ctrl + H |
| Meta + T | Use Tile Layout | | Decrease Window Height | Meta + Ctrl + K |
| Meta + M | Use Monocle Layout | | | |
| _unbound_ | Use Spread Layout | | Increase Master Area Window Count | _None_ |
| _unbound_ | Use Stair Layout | | Decrease Master Area Window Count | _None_ |
| Increase Master Area Size | Meta + I |
| Decrease Master Area Size | Meta + D |
| Push Window Into Master Area | Meta + Return |
| | |
| Toggle Active Window Floating | Meta + F |
| | |
| Switch To Next Layout | Meta + \ |
| Switch To Previous Layout | Meta + \| |
| | |
| Set Tile Layout | Meta + T |
| Set Monocle Layout | Meta + M |
| Set Three Column Layout | _None_ |
| Set Spread Layout | _None_ |
| Set Stair Layout | _None_ |
| Set Floating Layout | _None_ |
| Set Quarter Layout | _None_ |
| | |
| Rotate | Meta + R |
| Rotate Part | Meta + Shift + R |