Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAgapito Cruz
21,486 PointsWorkspaces not accepting certain letters.
After launching Workspaces from the 2nd video in the Java data structures video, I followed along and created the package structure and files, but when I tried to use the console to run the code, some of the letters wouldn't show up or did wierd things: lowercase l - doesn't show up, and lowercase r - clears the console window, for instance. Anyone else experience this and/or know how to fix it?
And yes, I did check that it wasn't my keyboard.
Any help would be appreciated.
2 Answers
Jim Hoskins
Treehouse Guest TeacherThat sounds very unusual. It sounds like something might be wrong with either the keyboard, or the drivers on your computer. It seems like the ctrl key is being interpreted as pressed when it is not. Have you tried restarting your browser and computer? Have you attempted using another browser to see if that is the case?
Agapito Cruz
21,486 PointsHello Jim,
I closed that tab in Chrome and started Workspace up again. Everything seems to be working now. Not sure what was happening..