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 trial

Python Python Basics (2015) Python Data Types Strings

copy 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

I 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
Greg Kaleka
39,021 Points

Copy 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 :beers:

-Greg

To add on to this.

Also on a PC

Function Shortcut
Paste Shift + Insert
Brett McGregor
Brett McGregor
Courses Plus Student 1,903 Points

Greg, 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 :(