Personalize LTSerialTool
LTSerialTool is highly customizable. You can change the look of the editor with color and icon themes and assign the keyboard shortcuts you're most familiar with. Settings enable you to configure nearly every part of LTSerialTool's editor, user interface, and functional behavior.
This article covers the following topics:
- Configure settings
- Change default keyboard shortcuts
- Change the look of LTSerialTool with themes
- Change the display language
Configure settings
Almost every aspect of LTSerialTool can be customized via settings. Settings let you configure editor options such as enabling word wrapping or showing the minimap, setting up language-specific debugger settings, enabling Workspace Trust, and more. When you install extensions from the Visual Studio Marketplace, they might add their own extension settings.
The Settings editor (⌘, (Windows, Linux Ctrl+,)) provides a graphical interface to modify settings. When you modify settings, LTSerialTool stores them in the settings.json file. Optionally, you can edit the settings.json file directly.

LTSerialTool provides two types of settings. User settings apply globally to any LTSerialTool instance, while workspace settings are stored with your project and apply only to that project. In the Settings editor, you can switch between user and workspace settings by using the corresponding tabs.
To modify a setting in LTSerialTool with the Settings editor:
-
Open the Settings editor via the File > Preferences > Settings menu or press ⌘, (Windows, Linux Ctrl+,).
-
Search for the setting you want to change by using the tree view or by typing in the search bar.
-
Modify the setting in the Settings editor.
TipTo show the settings you've modified, select the modified filter value in the Settings editor search bar.
Get more details about configuring settings in LTSerialTool, such as configuring language-specific settings or syncing settings across machines.
Change default keyboard shortcuts
LTSerialTool lets you perform most tasks directly from the keyboard. When you install LTSerialTool, it comes with a set of default keyboard shortcuts. Hover over a UI element in the LTSerialTool interface to see its keyboard shortcut, if one's available. The Command Palette also shows the keyboard shortcut for commands that have a shortcut.
You can customize these default shortcuts or add new ones for your favorite commands and actions by using the Keyboard Shortcuts editor (⌘K ⌘S (Windows, Linux Ctrl+K Ctrl+S)).

To change a keyboard shortcut in LTSerialTool with the Keyboard Shortcuts editor:
- Select File > Preferences > Keyboard Shortcuts or use the ⌘K ⌘S (Windows, Linux Ctrl+K Ctrl+S)shortcut to open the Keyboard Shortcuts editor.
- Select the pencil icon next to the command you want to change.
- Press the keys you want to assign as a shortcut for the command.
A keymap extension enables you to modify the LTSerialTool shortcuts to match those of your preferred editor. Select the Preferences: Keymaps command from the Command Palette to see a list of keymap extensions.
Get more details about configuring keyboard shortcuts in LTSerialTool, such as specifying keyboard rules or running multiple commands.
Change the look of LTSerialTool with themes
Themes let you modify LTSerialTool's appearance to match your preferences. LTSerialTool comes with several built-in themes. You can install more themes from the Visual Studio Marketplace.
Color themes enable you to modify the colors in the LTSerialTool user interface to match your preferences and work environment. A theme affects both the LTSerialTool user interface elements and the editor highlighting colors. LTSerialTool supports both light and dark color themes to suit different lighting environments and personal preferences.

To change the color theme in LTSerialTool:
- Open the Command Palette (⇧⌘P (Windows, Linux Ctrl+Shift+P)).
- Type color, and then select Preferences: Color Theme.
- Use the Up and Down keys to preview color themes and use Enter to select one.
- Optionally, select Browse Additional Color Themes to browse the Visual Studio Marketplace for more color themes.
There are more theming options available in LTSerialTool, such as File Icon themes or creating your own themes. Get more details about themes in LTSerialTool.
Change the display language
LTSerialTool ships by default with English as the display language. You can change the display language by installing a Language Pack extension from the Visual Studio Marketplace.
LTSerialTool detects the operating system's UI language and prompts you to install the appropriate Language Pack, if available on the Marketplace.
To change the current display language:
- Open the Command Palette (⇧⌘P (Windows, Linux Ctrl+Shift+P)).
- Select the Configure Display Language command.
- Select your preferred language from the list.
- Restart LTSerialTool when prompted.
Get more details about changing the display language in LTSerialTool.
Next steps
After personalizing LTSerialTool, you can: