Issue #93 (Accessibility Customizations)01/31/24
Techpresso: Get Smarter About AI and Tech in 5 mins
Receive a daily summary of the most important AI and Tech news, carefully selected from 60+ media outlets.
Also includes a good dose of tech tools and programming-related apps and resources. Join 30,000+ professionals from OpenAI, Meta, Google, Microsoft, Hugging Face, JP Morgan, and more.
|
|
|
Here are a couple of tips for customizing and using VS Code for those with accessibility needs (e.g. low vision users). Some of these might come in handy even for those who don't require a more accessible UI, but maybe you simply prefer it.
Firstly, using zoom is pretty common for many of us. You can zoom in and out at 20% increments using the menu option
View > Appearance and you'll have to the option to zoom in, zoom out, or reset the zoom back to default. This can also be done using the keyboard shortcuts
CTRL+= and
CTRL+- for quickly zooming in and out. Usefully, whatever level outside the default that you zoom to will be kept as a saved setting in your user settings, which will persist when you open VS Code again.
If I reset the zoom back to default, that setting will be automatically removed from my JSON settings (which is also of course reflected in the UI settings if you search for "zoom").
While the keyboard and menu methods of zooming in and out allow you to change the zoom by 20% intervals, you can actually do more fine-grained zooming when you set this manually in your user settings (JSON or UI).
Notice in the screenshot above, I've set the zoom to "0.6", rather than the default increment up to "1" (which happens using the menu or keyboard shortcut when I zoom in). To zoom out fractionally using this setting, you would enter a negative value like "-0.7". This would zoom out 70% of the usual zoom out interval.
Another option you might find useful is the ability to choose one of the high contrast themes bundled with VS Code. From what I can see, these don't seem to be "installed" themes that you can uninstall in your extensions panel, but they seem to be tied right into the editor and UI. Hit
CTRL-K CTRL-T to bring up your theme options, then type "high contrast" and you'll see two options, one light and one dark. Below is a screenshot of the dark high contrast theme.
That's a pretty bold theme! But it can certainly come in handy for those with vision challenges.
That's just a few things you can do with the accessibility features in VS Code. I'll discuss more in future issues.
Now on to this week's hand-picked links!