https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27769
Victor Grousset/tuxayo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |TODO: relevant stuff in release notes| |comment 11 QA Contact|[email protected] |[email protected] |y.org | --- Comment #16 from Victor Grousset/tuxayo <[email protected]> --- @Phil @Esther @Dani @Heather For your current problem, you can immediately fix it by changing the shortcut in: Administration > Keyboard shortcuts As there are installations that have likely customized their shortcuts, the proposed patch only changes the default for new Koha installations and it makes sense. --- (In reply to David Nind from comment #14) > I have signed off, but I did wonder why Ctrl-C doesn't copy to the clipboard > as well as Ctrl-Alt-C (but assuming there is some 'technical' reason). More of a functional reason. If a page wants to catch ctrl-c to do something else, then it's better for the browser to not process ctrl-c as well. For ctrl-c isn't not a big deal but for pasting the shortcut is ctrl-p which for browsers is for printing the page. Oh wait, maybe you mean it doesn't copy to the editor clipboard. When I first tried it seems it wasn't doing it and even pasting didn't work. ctrl-p would open the print modal of the browser... I went to compare with another Koha without patches and it worked there, it copied and pasted. (I'm not sure about the exact chronology) Then on my local Koha with the patches on Chromium and shortcuts worked. And then they worked on Firefox! 😵💫 If you had something weird know you are not alone ^^" At least it's not related to the patches, I had the issue before applying them. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
