Jean-Marc Lasgouttes wrote:
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.
So you propose
\bind "C-M-v" "primary-selection-paste"
\bind "C-S-v" "primary-selection-paste paragraph"
Yes, why not. Lars? Can I commit the (modified) patch?
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.
So you wouldn't mind removing/replacing the following two bindings in
LyX 1.3.7?
\bind "C-S-C" "layout-copy"
\bind "C-S-V" "layout-paste"
I really would like to use "C-S-V" for the "paste" function, because it
is quite intuive.
Michael