]> git.lyx.org Git - lyx.git/blob - lib/bind/site.bind
fix comment
[lyx.git] / lib / bind / site.bind
1 # -*- text -*-
2
3 # file site.bind
4 # This file is part of LyX, the document processor.
5 # Licence details can be found in the file COPYING.
6 #
7 #       author Alfredo Braunstein
8 #       author Lars Gullik Bjønnes
9 #       author Jean-Marc Lasgouttes
10 #       author John Levon
11 #       author André Pönitz
12
13 # Full author contact details are available in file CREDITS.
14
15 # This is the site bind file that defines essential keybindings, and
16 # will always be loaded by lyx before other bind files. Package
17 # maintainers can customize this file for specific platform.
18
19 # DO NOT CHANGE THIS DEFAULT BINDING FILE! It will be replaced
20 # with every new install of LyX and your changes will be lost.
21
22
23 Format 5
24
25 \bind "Right"      "char-right"
26 \bind "Left"       "char-left"
27 \bind "Up"         "up"
28 \bind "Down"       "down"
29
30 \bind "Tab"        "command-alternatives completion-accept;cell-forward;tab-insert;outline-in;depth-increment"
31 \bind "C-Tab"      "cell-split"
32 \bind "~S-ISO_Left_Tab"    "cell-backward"
33 \bind "~S-BackTab" "command-alternatives cell-backward;tab-delete;outline-out;depth-decrement"
34
35 \bind "Home"       "line-begin"
36 \bind "End"        "line-end"
37
38 \bind "Prior"      "screen-up"
39 \bind "Next"       "screen-down"
40 \bind "Return"     "paragraph-break"
41 \bind "Delete"     "char-delete-forward confirm"
42 \bind "BackSpace"  "char-delete-backward confirm"
43
44 \bind "KP_Enter"   "paragraph-break"
45 \bind "KP_Right"   "char-right"
46 \bind "KP_Left"    "char-left"
47 \bind "KP_Up"      "up"
48 \bind "KP_Down"    "down"
49 \bind "KP_Home"    "line-begin"
50 \bind "KP_End"     "line-end"
51 \bind "KP_Prior"   "screen-up"
52 \bind "KP_Next"    "screen-down"