A collection of resources, tips, tricks, and experiences for going 100Devs in a more accessible manor. Mostly From the #sc-disabilities channel, only from onward.
Have suggestions, want to contribute, or download this site for offline use? Connect with us via the #sc-disabilities Discord channels, or via the GitHub Repository
This guide covers the most important and powerful features of VS Code with links to additional resources.
This course will teach you everything you need to know about Visual Studio Code. You'll learn shortcuts, debugging, git integration, and so much more.
Unfortunately, Udemy coupons policies have changed, so I can't create coupons that don't expire. Regardless, if you are interested in the course and need a coupon code, send me a message in the Discord Server or email me directly.me@jamesqquick.com Website
There are a number of different approaches to viewing written HTML - and linked CSS & JavaScript
When activated, automatically opens the current file default browser. Additionally automatically refreshes the browser when changes are made to the files.
Adds the ability to open a file in the default browser - a context-menu entry on files, and a Command Palette command.
It is known that sometimes VSCode on Windows fails to recognize certain keyboard shortcuts - Alt + F1 for example. One solution that has been replicated is the changing of the "keyboard.dispatch" VSCode setting from it's default value of "code" to "keyCode". This setting is now always available via the Settings GUI, so following is a keyboard-only guide to adding it - it requires you only know how to open the Command Pallette
First open the Command Pallette, then type "user settings json" and choose the "Preferences: Open User Settings (JSON)" option. Next traverse to the beginning of the file - using the Home & Page Up keys for example. From this point, go right one character - as the file starts with a "{" and we need to be after it. Next hit Enter to add a new line, then type this text:
"keyboard.dispatch": "keyCode",
After this, saving the file should apply the setting - attempt the previously ignored keyboard shortcut. This has has resolved the issue both times it was attempted.
Discord Stages are commonly used for Leon to informally speak, as they scale better then normal Voice Channels do. Unfortunately some features aren't accessible, such as joining the stage to speak when invites
Using the B key to focus on the link instead of K because Discord presents the links in a message as buttons not links. Hit Enter. Discord prompts you to trust the link. Hit Tab, then Enter and it launches in your chosen browser.
Alternatively, focus on the link and right mouse click on the link to reveal more message options. Using NVDA it's NVDA + Num pad * to move focus, then NVDA + Num Pad / to right mouse. Then you can use arrow keys to scroll through options. In there you'll eventually hear copy link or open link. You can copy and paste into browser or just click open if you'd prefer.