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 trialPragya Chaturvedi
287 Pointscopy and paste doesn't work for me in work space . can any one please guide?
copy and paste doesn't work for me in work space . can any one please guide?
2 Answers
Allison Schaaf
33,322 PointsI have a Mac, and the keyboard shortcuts don't work for me in Workspaces. The only thing I've found that works is the right click button on my mouse (then I select copy or paste from the menu that pops up). Hope that helps.
Greg Kaleka
39,021 PointsCopy pasting in workspaces is kinda tricky. As far as I can tell, the only way to do it in a file is with keyboard shortcuts, or in the browser edit menu, rather than the workspace edit menu.
On a Mac
Function | Shortcut |
---|---|
Copy | command + c |
Paste | command + v |
Ā
On a PC
Function | Shortcut |
---|---|
Copy | Ctrl + c |
Paste | Ctrl + v |
Ā
Hope that solves it for you. If not, I would reach out to support@teamtreehouse.com.
Happy coding!
Cheers
-Greg
Chris Howell
Python Web Development Techdegree Graduate 49,702 PointsTo add on to this.
Also on a PC
Function | Shortcut |
---|---|
Paste | Shift + Insert |
Brett McGregor
Courses Plus Student 1,903 PointsGreg, Ctrl + c does indeed copy the selection to the clipboard, and causes a KeyboardInterrupt in the console... And Ctrl + v doesnt appear to do anything :(