diff --git a/lib/bind/de/menus.bind b/lib/bind/de/menus.bind index 638aedfb88..b156110b8e 100644 --- a/lib/bind/de/menus.bind +++ b/lib/bind/de/menus.bind @@ -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. diff --git a/lib/bind/fi/menus.bind b/lib/bind/fi/menus.bind index 9423886cc9..8ec041fcb0 100644 --- a/lib/bind/fi/menus.bind +++ b/lib/bind/fi/menus.bind @@ -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" # diff --git a/lib/bind/menus.bind b/lib/bind/menus.bind index f7721a34b9..6653201d0e 100644 --- a/lib/bind/menus.bind +++ b/lib/bind/menus.bind @@ -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 diff --git a/lib/bind/pt/menus.bind b/lib/bind/pt/menus.bind index 7d8fa48fc7..e1fc1d3087 100644 --- a/lib/bind/pt/menus.bind +++ b/lib/bind/pt/menus.bind @@ -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" # diff --git a/lib/bind/sv/menus.bind b/lib/bind/sv/menus.bind index 4f15347b10..0ad54a734a 100644 --- a/lib/bind/sv/menus.bind +++ b/lib/bind/sv/menus.bind @@ -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" # diff --git a/status.15x b/status.15x index 4f03cd5e35..b13a17c173 100644 --- a/status.15x +++ b/status.15x @@ -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