Skip to content

Commit

Permalink
feat: add TopHalf and BottomHalf layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Soham Dasgupta committed Oct 6, 2023
1 parent 7666cb7 commit 720924e
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 192 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [v0.3.0](https://github.com/thesobercoder/polygon/compare/v0.2.0...v0.3.0) (2023-10-06)

### Features

- Add Top Half
- Add Bottom Half

### Shortcuts

- Changed Center HD shortcut from <kbd>CTRL</kbd>+<kbd>WIN</kbd>+<kbd>q</kbd> to <kbd>CTRL</kbd>+<kbd>WIN</kbd>+<kbd>/</kbd>
- Changed Center HD shortcut from <kbd>CTRL</kbd>+<kbd>WIN</kbd>+<kbd>q</kbd> to <kbd>CTRL</kbd>+<kbd>WIN</kbd>+<kbd>/</kbd>

## [v0.2.0](https://github.com/thesobercoder/polygon/compare/v0.1.0...v0.2.0) (2023-09-27)

### Features
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Here are the shortcuts available in Polygon.
| Status | Shortcut | Layout | Conflicts |
| ------------------ | ------------------------------------------- | ------------------- | --------------- |
| :white_check_mark: | <kbd>CTRL</kbd>+<kbd>WIN</kbd>+<kbd>C</kbd> | Center |
| :white_check_mark: | <kbd>CTRL</kbd>+<kbd>WIN</kbd>+<kbd>Q</kbd> | Center HD | Quick Assist |
| :white_check_mark: | <kbd>CTRL</kbd>+<kbd>WIN</kbd>+<kbd>`</kbd> | Center HD | |
| :white_check_mark: | <kbd>CTRL</kbd>+<kbd>WIN</kbd>+<kbd>W</kbd> | Center Half | |
| :white_check_mark: | <kbd>CTRL</kbd>+<kbd>WIN</kbd>+<kbd>[</kbd> | Left Half | |
| :white_check_mark: | <kbd>CTRL</kbd>+<kbd>WIN</kbd>+<kbd>]</kbd> | Right Half | |
Expand All @@ -53,8 +53,8 @@ Here are the shortcuts available in Polygon.
| :white_check_mark: | <kbd>CTRL</kbd>+<kbd>WIN</kbd>+<kbd>B</kbd> | Bottom Right Sixth | |
| :white_check_mark: | <kbd>CTRL</kbd>+<kbd>WIN</kbd>+<kbd>N</kbd> | Top Center Sixth | Narrator |
| :white_check_mark: | <kbd>CTRL</kbd>+<kbd>WIN</kbd>+<kbd>M</kbd> | Bottom Center Sixth | Magnifier |
| :construction: | | Top Half | |
| :construction: | | Bottom Half | |
| :white_check_mark: | <kbd>CTRL</kbd>+<kbd>WIN</kbd>+<kbd>-</kbd> | Top Half | |
| :white_check_mark: | <kbd>CTRL</kbd>+<kbd>WIN</kbd>+<kbd>=</kbd> | Bottom Half | |
| :construction: | | First Two Thirds | |
| :construction: | | Last Two Thirds | |
| :white_check_mark: | <kbd>CTRL</kbd>+<kbd>WIN</kbd>+<kbd>U</kbd> | Top Left | |
Expand Down
Loading

0 comments on commit 720924e

Please sign in to comment.