mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-21 17:51:03 +00:00
Fix bug #13028.
Bindings for 'join lines.
(cherry picked from commit 8655c83a90
)
This commit is contained in:
parent
259c89f45e
commit
03870c0370
@ -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"
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user