X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fbind%2Fxemacs.bind;h=e3d69af2615d2ce0d22ac640ca53f184c9a397e0;hb=00802019771bd1b9779d3b39899089abfc38201f;hp=90ada4faa7f1075e2a2b6673dd37da73c69e4516;hpb=541828ebf50876780d90766d84ba01246440c9be;p=lyx.git diff --git a/lib/bind/xemacs.bind b/lib/bind/xemacs.bind index 90ada4faa7..e3d69af261 100644 --- a/lib/bind/xemacs.bind +++ b/lib/bind/xemacs.bind @@ -27,7 +27,7 @@ # # Happy tuning! -Format 1 +Format 2 \bind "C-~S-at" "mark-on" \bind "C-a" "line-begin" @@ -54,7 +54,8 @@ Format 1 \bind "C-q" "self-insert \"" #bind "C-r" "------" \bind "C-s" "dialog-show findreplace" -\bind "M-~S-percent" "dialog-show findreplace" +\bind "C-S-s" "dialog-show findreplaceadv" +\bind "M-~S-percent" "dialog-show findreplaceadv" # should be "chars-transpose" (swaps two chars) #bind "C-t" "------" @@ -146,8 +147,10 @@ Format 1 # Motion group # -\bind "M-Up" "paragraph-move-up" -\bind "M-Down" "paragraph-move-down" +\bind "M-Up" "command-alternatives outline-up; paragraph-move-up; inset-modify tabular move-row-up" +\bind "M-Down" "command-alternatives outline-down; paragraph-move-down; inset-modify tabular move-row-down" +\bind "M-Right" "inset-modify tabular move-column-right" +\bind "M-Left" "inset-modify tabular move-column-left" \bind "C-Right" "word-right" \bind "C-Left" "word-left" \bind "C-Up" "paragraph-up" @@ -225,7 +228,7 @@ Format 1 \bind "C-Return" "newline-insert newline" \bind "C-S-Return" "newline-insert linebreak" \bind "C-S-L" "specialchar-insert ligature-break" -\bind "C-space" "command-alternatives space-insert protected ; math-space" +\bind "C-space" "command-alternatives math-space ; space-insert protected" \bind "nobreakspace" "space-insert protected" \bind "C-M-space" "space-insert normal" \bind "S-C-space" "space-insert thin"