]> git.lyx.org Git - lyx.git/commitdiff
Fix bug #13028.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 9 Jun 2024 18:12:40 +0000 (14:12 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 9 Jun 2024 18:13:56 +0000 (14:13 -0400)
Bindings for 'join lines.

(cherry picked from commit 8655c83a902bfb2261e5c1fd3fade71883282864)

lib/bind/cua.bind
lib/bind/mac.bind

index 4dc6cc256823fbd4b87d2d03ebf30ea4dd6c86dd..9d3f3860915c4bab0031209230afebffac594625 100644 (file)
@@ -88,6 +88,8 @@ Format 5
 \bind "C-v"                    "paste"
 \bind "C-S-v"                  "clipboard-paste"
 \bind "C-M-v"                  "primary-selection-paste"
+# "join lines"
+\bind "C-S-M-v"                        "clipboard-paste paragraph"
 
 \bind "C-z"                    "undo"
 \bind "C-y"                    "redo"
index fb4770baf69f5636632234756dbde739f3eba3cf..8fbe012bbd2902f17393fd5c96453633909f0bc1 100644 (file)
@@ -186,6 +186,8 @@ Format 5
 #  +: "Command-V"                    # Paste the Clipboard contents at the insertion point
 \bind "C-v"                          "paste"
 \bind "C-S-v"                        "clipboard-paste"
+# "join lines"
+\bind "C-S-A-v"                      "clipboard-paste paragraph"
 #  -: "Option-Command-V"             # Apply the style of one object to the selected object (Paste Style)
 #  -: "Option-Shift-Command-V"       # Apply the style of the surrounding text to the inserted object (Paste and Match Style)
 #  -: "Control-Command-V"            # Apply formatting settings to the selected object (Paste Ruler Command)