zoombar-vscode
zoombar-vscode copied to clipboard
Customize Keyboard activated zoom levels
I see that I can adjust the zoom steps, which works several parts of the interface, but does not affect the keyboard shortcut.
When I hit Ctrl-(+ or -) the zoom level jumps between 58, 69, 83, 100, 120, 144, 173. I set "zoombar.zoomPreset" to go in increments of 5, hoping to get a finer adjustment when hitting the keyboard shortcut keys.
When I hit Ctrl-(+ or -)
It's VS Code's keyboard shortcuts, not Zoom Bar's.
You can customize window.zoomLevel
. see Visual Studio Code User and Workspace Settings
You can also customize key bindings. see Visual Studio Code Key Bindings and Keyboard shortcut Settings.
zoombar.zoomPreset
It's used by Zoom Bar: Select Zoom
command only.