X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fbind%2Fxemacs.bind;h=cf6771e6dee27cf1e0c99b6db28ece3c45bcf392;hb=a258a932d9d5f64dbc53f0577f704df2f61fd472;hp=838fbb366332b56873dbb44741c12ee3db224298;hpb=f48e8300e1fae6d7e74af35ec00a02aa6a0b03fa;p=lyx.git diff --git a/lib/bind/xemacs.bind b/lib/bind/xemacs.bind index 838fbb3663..cf6771e6de 100644 --- a/lib/bind/xemacs.bind +++ b/lib/bind/xemacs.bind @@ -1,23 +1,28 @@ -# This file is part of -# ================================================================== -# -# LyX, the High Level Word Processor -# -# Copyright (C) 1995-1997 The LyX Team -# -# THIS FILE DEFINES THE XEMACS LYX BINDINGS -# -# ================================================================== +# -*- text -*- -# -# This is the XEMACS flavour bind file, based on the bindings found +# file xemacs.bind +# This file is part of LyX, the document processor. +# Licence details can be found in the file COPYING. + +# author Lars Gullik Bjønnes +# author Jean-Marc Lasgouttes +# author Angus Leeming +# author John Levon +# author Allan Rae +# author Dekel Tsur +# author Jürgen Vigna +# author Andrew Zabolotny + +# Full author contact details are available in file CREDITS. + +# This is the XEMACS flavour bind file, based on the bindings found # in the XEmacs editor. It has many bindings identical to the # Emacs binding file although there are a few significant changes. # # # DO NOT CHANGE THIS DEFAULT BINDING FILE! It will be replaced -# with every new install of LyX and your changes will be lost. -# Instead, customize a copy of this file placed in +# with every new install of LyX and your changes will be lost. +# Instead, customize a copy of this file placed in # ~/.lyx/bind/xemacs.bind # # Happy tuning! @@ -26,27 +31,28 @@ \bind "C-a" "line-begin" \bind "C-b" "char-backward" #bind "C-c" "------" # see end of file -\bind "C-d" "delete-forward" +\bind "C-d" "char-delete-forward" \bind "C-e" "line-end" \bind "C-f" "char-forward" \bind "C-g" "cancel" # help in emacs -\bind "C-h" "hyphenation-point-insert" -\bind "C-i" "hfill-insert" +\bind "C-h" "specialchar-insert hyphenation" +\bind "C-M-minus" "specialchar-insert nobreakdash" +\bind "C-i" "space-insert hfill" #bind "C-j" "------" \bind "C-k" "line-delete-forward" \bind "C-l" "screen-recenter" \bind "C-m" "mark-toggle" \bind "C-n" "down" -\bind "C-o" "inset-toggle" +\bind "C-o" "next-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" "find-replace" -\bind "M-~S-percent" "find-replace" +\bind "C-s" "dialog-show findreplace" +\bind "M-~S-percent" "dialog-show findreplace" # should be "chars-transpose" (swaps two chars) #bind "C-t" "------" @@ -68,7 +74,8 @@ \bind "C-~S-slash" "undo" \bind "C-~S-underscore" "undo" -\bind "~S-C-quotedbl" "self-insert \"" +\bind "~S-M-quotedbl" "quote-insert single" +\bind "~S-C-quotedbl" "self-insert \"" \bind "C-x a" "buffer-auto-save" # not currently supported @@ -82,7 +89,7 @@ # \bind "C-x s" "buffer-write" \bind "C-x t" "buffer-update dvi" \bind "C-x u" "undo" -\bind "C-x v h" "vc-history" +\bind "C-x v h" "dialog-show vclog" \bind "C-x v v" "vc-check-in" \bind "C-x v u" "vc-revert" \bind "C-x v c" "vc-undo-last" @@ -90,9 +97,8 @@ #\bind "C-x w" "buffer-write-as" \bind "C-x bracketleft" "screen-up" \bind "C-x bracketright" "screen-down" -\bind "C-x quoteleft" "error-next" \bind "C-x C-a" "buffer-auto-save" -\bind "C-x C-b" "menu-open documents" # list all buffers +\bind "C-x C-b" "menu-open view" # list all buffers \bind "C-x C-c" "lyx-quit" \bind "C-x C-d" "buffer-new" \bind "C-x C-f" "file-open" @@ -105,6 +111,8 @@ \bind "C-x C-t" "buffer-update dvi" \bind "C-x C-u" "word-upcase" # upcase-region! \bind "C-x C-w" "buffer-write-as" +\bind "C-Next" "buffer-next" +\bind "C-Prior" "buffer-previous" #bind "C-1" "------" #bind "C-2" "------" @@ -136,8 +144,10 @@ # Motion group # -\bind "C-Right" "word-forward" -\bind "C-Left" "word-backward" +\bind "M-Up" "paragraph-move-up" +\bind "M-Down" "paragraph-move-down" +\bind "C-Right" "word-right" +\bind "C-Left" "word-left" \bind "C-Up" "paragraph-up" \bind "C-Down" "paragraph-down" \bind "M-bracketleft" "paragraph-up" @@ -155,27 +165,41 @@ # A bit like autoindent in c-mode \bind "Tab" "depth-increment" -\bind "C-~S-greater" "reference-goto" +\bind "C-~S-greater" "label-goto" \bind "C-~S-less" "bookmark-goto 0" \bind "C-~S-1" "bookmark-goto 1" \bind "C-~S-2" "bookmark-goto 2" \bind "C-~S-3" "bookmark-goto 3" +\bind "C-~S-4" "bookmark-goto 4" +\bind "C-~S-5" "bookmark-goto 5" +\bind "C-~S-6" "bookmark-goto 6" +\bind "C-~S-7" "bookmark-goto 7" +\bind "C-~S-8" "bookmark-goto 8" +\bind "C-~S-9" "bookmark-goto 9" \bind "C-M-~S-1" "bookmark-save 1" \bind "C-M-~S-2" "bookmark-save 2" \bind "C-M-~S-3" "bookmark-save 3" +\bind "C-M-~S-4" "bookmark-save 4" +\bind "C-M-~S-5" "bookmark-save 5" +\bind "C-M-~S-6" "bookmark-save 6" +\bind "C-M-~S-7" "bookmark-save 7" +\bind "C-M-~S-8" "bookmark-save 8" +\bind "C-M-~S-9" "bookmark-save 9" + + # # Motion + select group # -\bind "S-Right" "forward-select" -\bind "S-Left" "backward-select" -\bind "S-C-F" "forward-select" -\bind "S-C-B" "backward-select" +\bind "S-Right" "char-right-select" +\bind "S-Left" "char-left-select" +\bind "S-C-F" "char-forward-select" +\bind "S-C-B" "char-backward-select" \bind "S-Up" "up-select" \bind "S-Down" "down-select" -\bind "S-C-Right" "word-forward-select" -\bind "S-C-Left" "word-backward-select" +\bind "S-C-Right" "word-right-select" +\bind "S-C-Left" "word-left-select" \bind "S-C-Up" "paragraph-up-select" \bind "S-C-Down" "paragraph-down-select" \bind "S-Home" "line-begin-select" @@ -195,26 +219,30 @@ \bind "C-Delete" "word-delete-forward" \bind "M-d" "word-delete-forward" \bind "C-BackSpace" "word-delete-backward" -\bind "M-Return" "break-paragraph-keep-layout" -\bind "C-Return" "break-line" -\bind "C-S-L" "ligature-break-insert" -\bind "C-space" "protected-space-insert" -\bind "C-period" "end-of-sentence-period-insert" -\bind "M-period" "dots-insert" +\bind "M-Return" "break-paragraph 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-M-space" "space-insert normal" +\bind "S-C-space" "space-insert thin" +\bind "C-S-slash" "specialchar-insert slash" +\bind "C-period" "specialchar-insert end-of-sentence" +\bind "M-period" "specialchar-insert dots" \bind "M-w" "copy" \bind "Escape" "meta-prefix" # Numeric keypad (if Shift+KP_XXX does not switch the NumLock state) -\bind "S-KP_Right" "forward-select" -\bind "S-KP_Left" "backward-select" +\bind "S-KP_Right" "char-right-select" +\bind "S-KP_Left" "char-left-select" \bind "S-KP_Up" "up-select" \bind "S-KP_Down" "down-select" -\bind "S-C-KP_Right" "word-forward-select" -\bind "S-C-KP_Left" "word-backward-select" +\bind "S-C-KP_Right" "word-right-select" +\bind "S-C-KP_Left" "word-left-select" \bind "S-C-KP_Up" "paragraph-up-select" \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_End" "line-end-select" \bind "S-KP_Prior" "screen-up-select" \bind "S-KP_Next" "screen-down-select" \bind "S-C-KP_Home" "buffer-begin-select" @@ -229,19 +257,17 @@ ## Trying to incorporate the best of AucTeX and HM--HTML modes ## # "C-z" is used in HM--HTML-mode for paragraph styles so try to support -# similar here especially for LinuxDoc (although LinuxDoc isn't only for -# making HTML). +# similar here. ## -\bind "C-c C-l" "latex-view-log" # show warning log -\bind "C-c C-o" "error-next" +\bind "C-c C-l" "dialog-show latexlog" # show warning log \bind "C-c C-v" "buffer-chktex" # validate \bind "C-z space" "drop-layouts-choice" -\bind "C-z 1" "layout Title" -\bind "C-z 2" "layout Section" -\bind "C-z 3" "layout Subsection" -\bind "C-z 4" "layout Subsubsection" -\bind "C-z 5" "layout Paragraph" +\bind "C-z 1" "layout Title" +\bind "C-z 2" "layout Section" +\bind "C-z 3" "layout Subsection" +\bind "C-z 4" "layout Subsubsection" +\bind "C-z 5" "layout Paragraph" \bind "C-z 6" "layout Subparagraph" \bind "C-z a" "layout Author" # address!! \bind "C-z S-A" "layout Abstract" @@ -277,12 +303,10 @@ \bind "C-c C-f C-f" "font-sans" \bind "C-c C-f C-r" "font-roman" -\bind "C-c C-f C-t" "font-code" #typewriter +\bind "C-c C-f C-t" "font-typewriter" #typewriter \bind "C-c ~S-asciitilde" "math-mode" -\bind "C-c quoteleft" "error-next" - \bind "C-c C-s 0" "layout Standard" \bind "C-c C-s 1" "layout Chapter" \bind "C-c C-s 2" "layout Section" @@ -305,14 +329,14 @@ \bind "C-c percent" "layout Comment" -\bind "C-c Return" "break-paragraph-keep-layout" +\bind "C-c Return" "break-paragraph inverse" # ## End AucTeX # ## Start TeX mode, some overlap with AucTeX mode # \bind "C-c C-b" "buffer-update dvi" -\bind "C-c C-p" "buffer-print" +\bind "C-c C-p" "dialog-show print" \bind "C-c C-r" "buffer-update dvi" # tex region # ## End TeX mode