Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
fix: 🐛 use correct key for floating layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Zolotukhin committed Sep 24, 2021
1 parent cf0caff commit ca2a53b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ section](TWEAKS.md).
| Decrease Window Width | Meta + Ctrl + H |
| Decrease Window Height | Meta + Ctrl + K |
| | |
| Increase Master Area Window Count | _None_ |
| Decrease Master Area Window Count | _None_ |
| Increase Master Area Size | Meta + I |
| Decrease Master Area Size | Meta + D |
| Increase Master Area Window Count | Meta + I |
| Decrease Master Area Window Count | Meta + D |
| Increase Master Area Size | _None_ |
| Decrease Master Area Size | _None_ |
| Push Window Into Master Area | Meta + Return |
| | |
| Toggle Active Window Floating | Meta + F |
Expand All @@ -95,7 +95,7 @@ section](TWEAKS.md).
| Set Three Column Layout | _None_ |
| Set Spread Layout | _None_ |
| Set Stair Layout | _None_ |
| Set Floating Layout | _None_ |
| Set Floating Layout | Meta + Shift + F |
| Set Quarter Layout | _None_ |
| | |
| Rotate | Meta + R |
Expand Down
4 changes: 2 additions & 2 deletions src/controller/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -509,8 +509,8 @@ export class SetFloatingLayout extends SetCurrentLayout {
super(
engine,
"FloatingLayout ",
"toggle_stair_layout",
"Toggle Stair Layout",
"toggle_float_layout",
"Toggle Floating Layout",
"Meta+Shift+F"
);
}
Expand Down

0 comments on commit ca2a53b

Please sign in to comment.