Keyboard shortcuts for toc window buttons.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@22728 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-01-31 20:30:01 +00:00
parent 023fdaaa68
commit dd5d755d3c
6 changed files with 26 additions and 10 deletions

View File

@ -105,8 +105,10 @@
\bind "M-a space" "drop-layouts-choice"
\bind "M-a v" "layout Verse"
\bind "M-a Left" "depth-decrement"
\bind "M-a Right" "depth-increment"
\bind "M-a Left" "outline-out"
\bind "M-a Right" "outline-in"
\bind "M-a Up" "outline-up"
\bind "M-a Down" "outline-down"
# Obsolete Tastenbelegung: in die persönliche *.bind Datei kopieren und
# auskommentieren wenn diese Tastenbelegung gewünscht ist.

View File

@ -123,8 +123,11 @@
\bind "M-p S-ampersand" "layout Subparagraph*" # M-p S-6
\bind "M-p space" "drop-layouts-choice"
\bind "M-p Left" "depth-decrement"
\bind "M-p Right" "depth-increment"
\bind "M-p Left" "outline-out"
\bind "M-p Right" "outline-in"
\bind "M-p Up" "outline-up"
\bind "M-p Down" "outline-down"
#

View File

@ -111,8 +111,11 @@
\bind "M-p space" "drop-layouts-choice"
\bind "M-p v" "layout Verse"
\bind "M-p Left" "depth-decrement"
\bind "M-p Right" "depth-increment"
\bind "M-p Left" "outline-out"
\bind "M-p Right" "outline-in"
\bind "M-p Up" "outline-up"
\bind "M-p Down" "outline-down"
# These are kept for backwards compatibility (only make sense on US keyboard)
\bind "M-p S-at" "layout Section*" # M-p S-2

View File

@ -99,8 +99,11 @@
\bind "M-p S-numbersign" "layout Subsection*" # M-p S-3
\bind "M-p S-dollar" "layout Subsubsection*" # M-p S-4
\bind "M-p v" "layout Verse"
\bind "M-p Left" "depth-decrement"
\bind "M-p Right" "depth-increment"
\bind "M-p Left" "outline-out"
\bind "M-p Right" "outline-in"
\bind "M-p Up" "outline-up"
\bind "M-p Down" "outline-down"
#

View File

@ -108,8 +108,10 @@
\bind "M-p S-numbersign" "layout Subsection*" # M-p S-3
\bind "M-p v" "layout Verse"
\bind "M-p Left" "depth-decrement"
\bind "M-p Right" "depth-increment"
\bind "M-p Left" "outline-out"
\bind "M-p Right" "outline-in"
\bind "M-p Up" "outline-up"
\bind "M-p Down" "outline-down"
#

View File

@ -62,6 +62,9 @@ What's new
- New toolbar button to creates boxes.
- Keyboard shortcuts for TOC window buttons were introduced. For outlining
you can use "M-p Left/Right/Up/Down" keys. Note that depth-in/decrement
LFUNs are still reachable via "M-S-Left/Right" shortcuts.
* DOCUMENT INPUT/OUTPUT