From 8bdebaf3e0ae89aa135bd34d27ba9960a1ba8a35 Mon Sep 17 00:00:00 2001 From: Bob Conan Date: Tue, 22 Oct 2024 14:08:47 -0500 Subject: [PATCH] Update TerminalCommands.md, fix typos --- TerminalCommands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TerminalCommands.md b/TerminalCommands.md index cae05246..314e92fd 100644 --- a/TerminalCommands.md +++ b/TerminalCommands.md @@ -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 @@ -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