#27988 closed defect (bug) (fixed)
wrong string in core
| Reported by: | jnhghy | Owned by: | nacin |
|---|---|---|---|
| Priority: | lowest | Milestone: | 4.0 |
| Component: | Editor | Version: | 4.0 |
| Severity: | minor | Keywords: | needs-patch |
| Cc: | Focuses: | docs |
Description
https://core.trac.wordpress.org/browser/trunk/src/wp-includes/class-wp-editor.php#L947
the text there says that copy paste command is "CTRL + X/C/V/" which actually is "CTRL + x/c/v"
an upper case X or C or V means ctrl+shift+v when in fact the copy/paste/cut command don't use shift key.
Attachments (1)
Change History (11)
#3
@
12 years ago
Note that capitals are usually used for readability. The letters on your keyboard are capitals as well, even though they produce lower case letters without shift.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Additionally, these commands are incorrect if you're on a Mac. We should either remove the references to the keyboard shortcuts altogether, or put some logic in there to display
ctrlorcmddepending on OS.