]> git.lyx.org Git - lyx.git/blob - lib/bind/site.bind
- Math.lyx: - update math bold description to the new shortcuts
[lyx.git] / lib / bind / site.bind
1 # -*- text -*-
2
3 # file cua.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 \bind "Right"      "char-right"
24 \bind "Left"       "char-left"
25 \bind "Up"         "up"
26 \bind "Down"       "down"
27
28 \bind "Tab"        "cell-forward"
29 \bind "C-Tab"      "cell-split"
30 \bind "~S-ISO_Left_Tab"    "cell-backward"
31 \bind "~S-BackTab" "cell-backward"
32
33 \bind "Home"       "line-begin"
34 \bind "End"        "line-end"
35
36 \bind "Prior"      "screen-up"
37 \bind "Next"       "screen-down"
38 \bind "Return"     "break-paragraph"
39 \bind "Delete"     "char-delete-forward"
40 \bind "BackSpace"  "char-delete-backward"
41
42 \bind "KP_Enter"   "break-paragraph"
43 \bind "KP_Right"   "char-right"
44 \bind "KP_Left"    "char-left"
45 \bind "KP_Up"      "up"
46 \bind "KP_Down"    "down"
47 \bind "KP_Home"    "line-begin"
48 \bind "KP_End"     "line-end"
49 \bind "KP_Prior"   "screen-up"
50 \bind "KP_Next"    "screen-down"