https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17179

--- Comment #1 from Nick Clemens <[email protected]> ---
Created attachment 65090
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65090&action=edit
Bug 17179 - Add keyboard shortcuts to repeat (duplicate) a field, and cut text

This patchset introduces an internal clipboard to the advanced editor
and provides some new functionality to make use of this:

Ctrl-X:       Now cuts a line into the clipboard area
Ctrl-Shift-X: Now cuts current subfield into clipboard area
Ctrl-C:       Copies a line into the clipboard area
Ctrl-Shift-C: Copies current subfield into clipboard area
Ctrl-P:       Pastes the selected item from the clipboard at cursor
Ctrl-I:       Copies the current line and inserts onto a new line below
Ctrl-Z:       Functions as undo - this was supported but now in the
dropdown help

To test:
Verify all functionality above and confirm it behaves as expected

Note:
Ctrl-v pastes from the system clipboard - codemirror does not have
access and this is why we use our "Clipboard"
For browser cut/paste please use mouse right click or context menus
Ctrl-P can be accessed as print by focusing outside the editor window

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to