>>>>> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes:
Michael> Hello, copying and pasting from external applications is a Michael> real PITA (especially on Windows) because there are no key Michael> bindings available. Michael> Therefore, the attached patch (for LyX 1.4) adds bindings for Michael> command "paste-primary-selection" (BTW: What does "primary Michael> selection" mean in this context?) +\bind "M-S-v" "primary-selection-paste" +\bind "C-S-v" "primary-selection-paste paragraph" Why not use C-M-v for the first one? It would feel better with the basic C-v. Other than that, the idea is sound. Michael> When I backported the bindings for LyX 1.3, I noticed that Michael> one key combination was already used for "paste-layout", a Michael> function removed in LyX 1.4 due to implementation problems. Michael> Does anybody know if this function works reliable with 1.3? Michael> (I was a bit surprised that it does not copy properties like Michael> "centered") Otherwise, I would propose to substitute the key Michael> binding. I don't know about that. JMarc