[Koha-bugs] [Bug 17179] Add keyboard shortcuts to repeat (duplicate) a field, and cut text

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 18 21:29:16 CEST 2017


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

--- Comment #1 from Nick Clemens <nick at bywatersolutions.com> ---
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.


More information about the Koha-bugs mailing list