2007-10-29 19:45:43 +00:00
|
|
|
# -*- text -*-
|
|
|
|
|
2023-10-24 11:48:57 +00:00
|
|
|
# file site.bind
|
2007-10-29 19:45:43 +00:00
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
|
2018-08-30 19:56:26 +00:00
|
|
|
Format 5
|
2011-01-18 15:42:27 +00:00
|
|
|
|
2007-10-29 19:45:43 +00:00
|
|
|
\bind "Right" "char-right"
|
|
|
|
\bind "Left" "char-left"
|
|
|
|
\bind "Up" "up"
|
|
|
|
\bind "Down" "down"
|
|
|
|
|
2019-05-16 17:58:18 +00:00
|
|
|
\bind "Tab" "command-alternatives completion-accept;cell-forward;tab-insert;outline-in;depth-increment"
|
2007-10-29 19:45:43 +00:00
|
|
|
\bind "C-Tab" "cell-split"
|
|
|
|
\bind "~S-ISO_Left_Tab" "cell-backward"
|
2019-05-16 17:58:18 +00:00
|
|
|
\bind "~S-BackTab" "command-alternatives cell-backward;tab-delete;outline-out;depth-decrement"
|
2007-10-29 19:45:43 +00:00
|
|
|
|
|
|
|
\bind "Home" "line-begin"
|
|
|
|
\bind "End" "line-end"
|
|
|
|
|
|
|
|
\bind "Prior" "screen-up"
|
|
|
|
\bind "Next" "screen-down"
|
2012-09-29 16:06:42 +00:00
|
|
|
\bind "Return" "paragraph-break"
|
2022-02-21 13:00:14 +00:00
|
|
|
\bind "Delete" "char-delete-forward confirm"
|
|
|
|
\bind "BackSpace" "char-delete-backward confirm"
|
2007-10-29 19:45:43 +00:00
|
|
|
|
2012-09-29 16:06:42 +00:00
|
|
|
\bind "KP_Enter" "paragraph-break"
|
2007-10-29 19:45:43 +00:00
|
|
|
\bind "KP_Right" "char-right"
|
|
|
|
\bind "KP_Left" "char-left"
|
2008-09-25 15:31:41 +00:00
|
|
|
\bind "KP_Up" "up"
|
2007-10-29 19:45:43 +00:00
|
|
|
\bind "KP_Down" "down"
|
|
|
|
\bind "KP_Home" "line-begin"
|
|
|
|
\bind "KP_End" "line-end"
|
|
|
|
\bind "KP_Prior" "screen-up"
|
|
|
|
\bind "KP_Next" "screen-down"
|