File: site.bind

package info (click to toggle)
lyx 2.5.0~RC2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 138,212 kB
  • sloc: cpp: 244,227; ansic: 106,398; xml: 72,791; python: 39,384; sh: 7,666; makefile: 6,586; pascal: 2,143; perl: 2,101; objc: 1,084; tcl: 163; sed: 16
file content (52 lines) | stat: -rw-r--r-- 1,605 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# -*- text -*-

# file site.bind
# This file is part of LyX, the document processor.
# Licence details can be found in the file COPYING.
#
#	author Alfredo Braunstein
#	author Lars Gullik Bjønnes
#	author Jean-Marc Lasgouttes
#	author John Levon
#	author André Pönitz

# Full author contact details are available in file CREDITS.

# This is the site bind file that defines essential keybindings, and
# will always be loaded by lyx before other bind files. Package
# maintainers can customize this file for specific platform.

# DO NOT CHANGE THIS DEFAULT BINDING FILE! It will be replaced
# with every new install of LyX and your changes will be lost.
# 

Format 5

\bind "Right"      "char-right"
\bind "Left"       "char-left"
\bind "Up"         "up"
\bind "Down"       "down"

\bind "Tab"        "command-alternatives completion-accept;cell-forward;tab-insert;outline-in;depth-increment"
\bind "C-Tab"      "cell-split"
\bind "~S-ISO_Left_Tab"    "cell-backward"
\bind "~S-BackTab" "command-alternatives cell-backward;tab-delete;outline-out;depth-decrement"

\bind "Home"       "line-begin"
\bind "End"        "line-end"

\bind "Prior"      "screen-up"
\bind "Next"       "screen-down"
\bind "Return"     "paragraph-break"
\bind "Delete"     "char-delete-forward confirm"
\bind "BackSpace"  "char-delete-backward confirm"

\bind "KP_Enter"   "paragraph-break"
\bind "KP_Right"   "char-right"
\bind "KP_Left"    "char-left"
\bind "KP_Up"      "up"
\bind "KP_Down"    "down"
\bind "KP_Home"    "line-begin"
\bind "KP_End"     "line-end"
\bind "KP_Prior"   "screen-up"
\bind "KP_Next"    "screen-down"