zoombar-vscode icon indicating copy to clipboard operation
zoombar-vscode copied to clipboard

Customize Keyboard activated zoom levels

Open moymike opened this issue 4 years ago • 1 comments

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.

moymike avatar Nov 19 '20 14:11 moymike

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.

wraith13 avatar Nov 19 '20 16:11 wraith13