X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fbind%2Fxemacs.bind;h=39435dcccae7ba816ce55fcfa0694ec2626ce9ee;hb=eac329875194ac8b005c50bc08207dda64045df2;hp=f0e684269c959560aab137a3b360c65a71434811;hpb=420603311d8b2da697c1b48747729ff18b818d04;p=lyx.git diff --git a/lib/bind/xemacs.bind b/lib/bind/xemacs.bind index f0e684269c..39435dccca 100644 --- a/lib/bind/xemacs.bind +++ b/lib/bind/xemacs.bind @@ -27,6 +27,8 @@ # # Happy tuning! +Format 4 + \bind "C-~S-at" "mark-on" \bind "C-a" "line-begin" \bind "C-b" "char-backward" @@ -45,14 +47,15 @@ \bind "C-l" "screen-recenter" \bind "C-m" "mark-toggle" \bind "C-n" "down" -\bind "C-o" "next-inset-toggle" +\bind "C-o" "inset-toggle" \bind "C-p" "up" # this is "quoted-insert" a total different meaning from "quote-insert" \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" "------" @@ -74,8 +77,8 @@ \bind "C-~S-slash" "undo" \bind "C-~S-underscore" "undo" -\bind "~S-M-quotedbl" "quote-insert single" -\bind "~S-C-quotedbl" "self-insert \"" +\bind "~S-M-quotedbl" "quote-insert inner" +\bind "~S-C-quotedbl" "quote-insert outer auto plain" \bind "C-x a" "buffer-auto-save" # not currently supported @@ -144,8 +147,10 @@ # Motion group # -\bind "M-Up" "paragraph-move-up" -\bind "M-Down" "paragraph-move-down" +\bind "M-Up" "command-alternatives outline-up; paragraph-move-up; tabular-feature move-row-up" +\bind "M-Down" "command-alternatives outline-down; paragraph-move-down; tabular-feature move-row-down" +\bind "M-Right" "tabular-feature move-column-right" +\bind "M-Left" "tabular-feature move-column-left" \bind "C-Right" "word-right" \bind "C-Left" "word-left" \bind "C-Up" "paragraph-up" @@ -219,11 +224,11 @@ \bind "C-Delete" "word-delete-forward" \bind "M-d" "word-delete-forward" \bind "C-BackSpace" "word-delete-backward" -\bind "M-Return" "break-paragraph inverse" +\bind "M-Return" "paragraph-break inverse" \bind "C-Return" "newline-insert newline" \bind "C-S-Return" "newline-insert linebreak" \bind "C-S-L" "specialchar-insert ligature-break" -\bind "C-space" "space-insert protected" +\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" @@ -232,6 +237,10 @@ \bind "M-period" "specialchar-insert dots" \bind "M-w" "copy" \bind "Escape" "meta-prefix" +\bind "M-u" "word-upcase partial" +\bind "M-l" "word-lowcase partial" +# This conflicts with the character menu. +#bind "M-c" "word-capitalize partial" # Numeric keypad (if Shift+KP_XXX does not switch the NumLock state) \bind "S-KP_Right" "char-right-select" @@ -244,8 +253,8 @@ \bind "S-C-KP_Down" "paragraph-down-select" \bind "S-KP_Home" "line-begin-select" \bind "S-KP_End" "line-end-select" -\bind "S-KP_Prior" "screen-up-select" -\bind "S-KP_Next" "screen-down-select" +\bind "S-KP_Prior" "buffer-move-previous" +\bind "S-KP_Next" "buffer-move-next" \bind "S-C-KP_Home" "buffer-begin-select" \bind "S-C-KP_End" "buffer-end-select" \bind "S-C-KP_Prior" "buffer-begin-select" @@ -330,14 +339,13 @@ \bind "C-c percent" "layout Comment" -\bind "C-c Return" "break-paragraph inverse" +\bind "C-c Return" "paragraph-break inverse" # ## End AucTeX # ## Start TeX mode, some overlap with AucTeX mode # \bind "C-c C-b" "buffer-update dvi" -\bind "C-c C-p" "dialog-show print" \bind "C-c C-r" "buffer-update dvi" # tex region # ## End TeX mode @@ -351,3 +359,8 @@ \bind_file latinkeys.bind \bind_file cyrkeys.bind \bind_file greekkeys.bind + +# the following bindings have to be adapted w.r.t. menus.bind +\bind "M-c Down" "word-lowcase partial" +\bind "M-c Up" "word-upcase partial" +\bind "M-c Right" "word-capitalize partial"