sivarajankumar / plutocracy

Automatically exported from code.google.com/p/plutocracy
GNU General Public License v2.0
0 stars 1 forks source link

Copy/cut/paste into entry widgets #166

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
On Windows and Linux, need to support Ctrl + C/X/V for copy/cut/paste.
Since there is no selection within an entry widget, it would be OK for the
entire entry widget buffer to be copied/cut although a paste should still
just insert the text.

Original issue reported on code.google.com by risu...@gmail.com on 16 Aug 2008 at 6:23

GoogleCodeExporter commented 8 years ago
SDL does not do this for us. Since this would require a separate implementation 
on
each platform, I am marking it 'Wishlist'.

Original comment by risu...@gmail.com on 20 Aug 2008 at 1:25

GoogleCodeExporter commented 8 years ago
We should look into, or even use pygames "scrap" module to do this.
http://www.pygame.org/docs/ref/scrap.html

Original comment by nhojjohn...@gmail.com on 22 Oct 2008 at 4:04