Ticket #125 (new enhancement)
Opened 2 years ago
Add Copy and Paste
| Reported by: | knowknowledge | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | UI | Version: | |
| Keywords: | Cc: |
Description
Epiar should be able to copy and paste from the system keyboard.
This should support the Operating system's standard copy and paste shortcuts:
- COPY is Command-C on Mac OS X and Ctrl-C on Linux/Windows?,
- PASTE is Command-V on Mac OS X and Ctrl-V on Linux/Windows?.
When the user has an input box selected, they should be able to press PASTE to insert text from the system clipboard.
When the user presses COPY the text in that Textbox should be sent to the system clipboard. We could add a 'selection' property to the Textbox class so that the parts of a text field could be copied.
Note: See
TracTickets for help on using
tickets.