Skip to content

Commit

Permalink
Merge pull request #1498 from BobConanDev/patch-1
Browse files Browse the repository at this point in the history
Update TerminalCommands.md, fix typos
  • Loading branch information
rxhanson authored Oct 23, 2024
2 parents eee0492 + 8bdebaf commit 8629cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TerminalCommands.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The preferences window is purposefully slim, but there's a lot that can be modif

## Keyboard Shortcuts

If you wish to change the default shortcuts after first launch click "Restore Default Shortcuts" in the settings tab of the preferences window. Alternatively you can set it with the following terminal command followed by app restart. True is for the recommended shortcuts, false is for Spectacle's.
If you wish to change the default shortcuts after first launch click "Restore Default Shortcuts" in the settings tab of the preferences window. Alternatively, you can set it with the following terminal command followed by app restart. True is for the recommended shortcuts, false is for Spectacle's.

```bash
defaults write com.knollsoft.Rectangle alternateDefaultShortcuts -bool true
Expand Down Expand Up @@ -361,7 +361,7 @@ defaults write com.knollsoft.Rectangle screenEdgeGapLeft -int 10
defaults write com.knollsoft.Rectangle screenEdgeGapRight -int 10
```

You can also seperately specify the gap for a screen with a notch. Useful for multi display setups if you are using a menubar replacement.
You can also separately specify the gap for a screen with a notch. Useful for multi display setups if you are using a menubar replacement.

```bash
defaults write com.knollsoft.Rectangle screenEdgeGapTopNotch -int 5
Expand Down

0 comments on commit 8629cb2

Please sign in to comment.