"Leuven, E." <[EMAIL PROTECTED]> writes: | Index: src/LyXAction.C | =================================================================== | --- src/LyXAction.C (revision 13594) | +++ src/LyXAction.C (working copy) | @@ -353,6 +353,8 @@ | { LFUN_MOUSE_RELEASE, "", ReadOnly }, | { LFUN_MOUSE_DOUBLE, "", ReadOnly }, | { LFUN_MOUSE_TRIPLE, "", ReadOnly }, | + { LFUN_MOVE_PARAGRAPH_DOWN, "paragraph-move-down", Noop }, | + { LFUN_MOVE_PARAGRAPH_UP, "paragraph-move-up", Noop },
Better, but perhaps to as J-M says and use LFUN_PARAGRAPH_MOVE_{UP,DOWN} as well. | Index: lib/bind/cua.bind | =================================================================== | --- lib/bind/cua.bind (revision 13594) | +++ lib/bind/cua.bind (working copy) | @@ -102,6 +102,8 @@ | # Motion group | # | | +\bind "M-Up" "paragraph-move-up" | +\bind "M-Down" "paragraph-move-down" | \bind "C-Right" "word-forward" | \bind "C-Left" "word-backward" | \bind "C-Up" "paragraph-up" Can you have a quick look and see if there are some nice place to put this in emacs.bind as well? -- Lgb