Keyboard shortcuts for TOC window buttons.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22727 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-01-31 19:48:48 +00:00
parent 997e6c6018
commit c62ae14283
5 changed files with 23 additions and 10 deletions

View File

@ -105,8 +105,10 @@
\bind "M-a space" "drop-layouts-choice" \bind "M-a space" "drop-layouts-choice"
\bind "M-a v" "layout Verse" \bind "M-a v" "layout Verse"
\bind "M-a Left" "depth-decrement" \bind "M-a Left" "outline-out"
\bind "M-a Right" "depth-increment" \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 # Obsolete Tastenbelegung: in die persönliche *.bind Datei kopieren und
# auskommentieren wenn diese Tastenbelegung gewünscht ist. # 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 S-ampersand" "layout Subparagraph*" # M-p S-6
\bind "M-p space" "drop-layouts-choice" \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 space" "drop-layouts-choice"
\bind "M-p v" "layout Verse" \bind "M-p v" "layout Verse"
\bind "M-p Left" "depth-decrement" \bind "M-p Left" "outline-out"
\bind "M-p Right" "depth-increment" \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) # These are kept for backwards compatibility (only make sense on US keyboard)
\bind "M-p S-at" "layout Section*" # M-p S-2 \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-numbersign" "layout Subsection*" # M-p S-3
\bind "M-p S-dollar" "layout Subsubsection*" # M-p S-4 \bind "M-p S-dollar" "layout Subsubsection*" # M-p S-4
\bind "M-p v" "layout Verse" \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 S-numbersign" "layout Subsection*" # M-p S-3
\bind "M-p v" "layout Verse" \bind "M-p v" "layout Verse"
\bind "M-p Left" "depth-decrement" \bind "M-p Left" "outline-out"
\bind "M-p Right" "depth-increment" \bind "M-p Right" "outline-in"
\bind "M-p Up" "outline-up"
\bind "M-p Down" "outline-down"
# #