Skip to content

Commit 720924e

Browse files
author
Soham Dasgupta
committed
feat: add TopHalf and BottomHalf layouts
1 parent 7666cb7 commit 720924e

File tree

4 files changed

+80
-192
lines changed

4 files changed

+80
-192
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [v0.3.0](https://github.com/thesobercoder/polygon/compare/v0.2.0...v0.3.0) (2023-10-06)
2+
3+
### Features
4+
5+
- Add Top Half
6+
- Add Bottom Half
7+
8+
### Shortcuts
9+
10+
- Changed Center HD shortcut from <kbd>CTRL</kbd>+<kbd>WIN</kbd>+<kbd>q</kbd> to <kbd>CTRL</kbd>+<kbd>WIN</kbd>+<kbd>/</kbd>
11+
- Changed Center HD shortcut from <kbd>CTRL</kbd>+<kbd>WIN</kbd>+<kbd>q</kbd> to <kbd>CTRL</kbd>+<kbd>WIN</kbd>+<kbd>/</kbd>
12+
113
## [v0.2.0](https://github.com/thesobercoder/polygon/compare/v0.1.0...v0.2.0) (2023-09-27)
214

315
### Features

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Here are the shortcuts available in Polygon.
3939
| Status | Shortcut | Layout | Conflicts |
4040
| ------------------ | ------------------------------------------- | ------------------- | --------------- |
4141
| :white_check_mark: | <kbd>CTRL</kbd>+<kbd>WIN</kbd>+<kbd>C</kbd> | Center |
42-
| :white_check_mark: | <kbd>CTRL</kbd>+<kbd>WIN</kbd>+<kbd>Q</kbd> | Center HD | Quick Assist |
42+
| :white_check_mark: | <kbd>CTRL</kbd>+<kbd>WIN</kbd>+<kbd>`</kbd> | Center HD | |
4343
| :white_check_mark: | <kbd>CTRL</kbd>+<kbd>WIN</kbd>+<kbd>W</kbd> | Center Half | |
4444
| :white_check_mark: | <kbd>CTRL</kbd>+<kbd>WIN</kbd>+<kbd>[</kbd> | Left Half | |
4545
| :white_check_mark: | <kbd>CTRL</kbd>+<kbd>WIN</kbd>+<kbd>]</kbd> | Right Half | |
@@ -53,8 +53,8 @@ Here are the shortcuts available in Polygon.
5353
| :white_check_mark: | <kbd>CTRL</kbd>+<kbd>WIN</kbd>+<kbd>B</kbd> | Bottom Right Sixth | |
5454
| :white_check_mark: | <kbd>CTRL</kbd>+<kbd>WIN</kbd>+<kbd>N</kbd> | Top Center Sixth | Narrator |
5555
| :white_check_mark: | <kbd>CTRL</kbd>+<kbd>WIN</kbd>+<kbd>M</kbd> | Bottom Center Sixth | Magnifier |
56-
| :construction: | | Top Half | |
57-
| :construction: | | Bottom Half | |
56+
| :white_check_mark: | <kbd>CTRL</kbd>+<kbd>WIN</kbd>+<kbd>-</kbd> | Top Half | |
57+
| :white_check_mark: | <kbd>CTRL</kbd>+<kbd>WIN</kbd>+<kbd>=</kbd> | Bottom Half | |
5858
| :construction: | | First Two Thirds | |
5959
| :construction: | | Last Two Thirds | |
6060
| :white_check_mark: | <kbd>CTRL</kbd>+<kbd>WIN</kbd>+<kbd>U</kbd> | Top Left | |

0 commit comments

Comments
 (0)