Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor edits to the changes #2458

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/desktop/tools/terminator.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,19 @@ There are also several keybindings available for those who prefer not to move th

![Terminator window with 3 split terminals](images/terminator-03.png)

Finally, it can also be useful to set up a keyboard shortcut to open your new terminal. To do this, start by opening the Settings menu. The menu can be accessed in a few different ways, so for this guide we're simply going to right click on the desktop and left click "Settings."
Finally, it can also be useful to set up a keyboard shortcut to open your new terminal. To do this, start by opening the Settings menu. You can access the menu in a few different ways, so for this guide you are going to right-click the desktop and left-click "Settings."

![Desktop context menu with "Settings" highlighted](images/terminator-04.png)

From here, navigate to the "Keyboard" section using the menu on the left, then click "Customize Shortcuts" at the bottom.
From here, navigate to the "Keyboard" section by using the menu on the left, then click "Customize Shortcuts" at the bottom.

![GNOME Settings Keyboard Menu](images/terminator-05.png)

If this is your first time setting a custom shortcut you'll see a button titled "Add Shortcut." Otherwise you'll see a list of your shortcuts with a plus sign at the bottom. Click whichever applies to your situation to open the "Add Custom Shortcut" dialog. In the *Name* field type an easy to remember nickname for your shortcut. For the *Command* field, type the name of our program: `terminator`. Then click "Set Shortcut" to set your new key combination.

![Add Custom Shortcut dialog](images/terminator-06.png)

While __CTRL + ALT + T__ is a traditional choice feel free to choose whatever combination you wish, you can always update the shortcut name and key combination later. To save your shortcut click "Add" in the top right of the Add Custom Shortcut dialog.
While ++ctrl+alt+"T"++ is a traditional choice feel free to choose whatever combination you wish. You can always update the shortcut name and key combination later. To save your shortcut click "Add" in the top right of the Add Custom Shortcut dialog.

![Add Custom Shortcut dialog completed for Terminator](images/terminator-07.png)

Expand Down
Loading