Hands-Free Coding With Gaze Control in JavaScript

Charlie Gerard

View at original site


In the tech industry, when talking about accessibility, we usually focus on improving the ways people use a website but we never really think about the experience of people who build it. What if we could improve the coding experience by going beyond the keyboard and build tools that would allow different kinds of interactions? In this talk, I’ll show how we can use gaze detection in JavaScript to enable hands-free coding.

Outline

  • 00:00 Introduction
  • 01:34 Inspiration for the project
  • 04:26 Hands-free coding by Josh Comeau
  • 05:37 How Charlie worked on her project
  • 14:49 Project demo
  • 16:12 Limitations
  • 19:47 Conclusion

About the Presenter

Charlie Gerard, Senior Frontend Engineer at Netlify

Related Resources

Clean Up Messy Imports With Optimize Imports
Clean Up Messy Imports With Optimize Imports
Quickly remove any unused imports and more.
Add console.log Faster
Add console.log Faster
Use Postfix Completion to quickly add console.log.
See Return Values in Variables View
See Return Values in Variables View
See what value a method returns.