X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fbind%2Fxemacs.bind;h=39435dcccae7ba816ce55fcfa0694ec2626ce9ee;hb=0984e113171297e402c88ce048e9ccf1fb3d3619;hp=77501cdf03b71949dc77455f29cab0d47c3632b8;hpb=3c84267d8d56a103649494066b918130320bfc12;p=lyx.git diff --git a/lib/bind/xemacs.bind b/lib/bind/xemacs.bind index 77501cdf03..39435dccca 100644 --- a/lib/bind/xemacs.bind +++ b/lib/bind/xemacs.bind @@ -27,7 +27,7 @@ # # Happy tuning! -Format 1 +Format 4 \bind "C-~S-at" "mark-on" \bind "C-a" "line-begin" @@ -77,8 +77,8 @@ Format 1 \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 @@ -147,10 +147,10 @@ Format 1 # Motion group # -\bind "M-Up" "command-alternatives paragraph-move-up; inset-modify tabular move-row-up" -\bind "M-Down" "command-alternatives 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 "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" @@ -228,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" @@ -237,6 +237,10 @@ Format 1 \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" @@ -249,8 +253,8 @@ Format 1 \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" @@ -342,7 +346,6 @@ Format 1 ## 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 @@ -356,3 +359,8 @@ Format 1 \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"