Keybindings for maximising the mixer window

This commit is contained in:
Adrian Knoth 2014-03-21 14:00:00 +01:00
parent 5f45828c67
commit c0845bed53
3 changed files with 3 additions and 0 deletions

View File

@ -167,6 +167,7 @@
<Binding action="Editor/pitch-shift-region" key="F5"/>
<Binding action="Editor/select-range-between-cursors" key="F6"/>
<Binding action="Common/ToggleMaximalEditor" key="F11"/>
<Binding action="Common/ToggleMaximalMixer" key="F12"/>
<Binding action="Editor/save-visual-state-1" key="Primary-F1"/>
<Binding action="Editor/save-visual-state-2" key="Primary-F2"/>
<Binding action="Editor/save-visual-state-3" key="Primary-F3"/>

View File

@ -163,6 +163,7 @@
; (gtk_accel_path "<Actions>/Snap/snap-to-eighths" "")
(gtk_accel_path "<Actions>/Editor/select-all-after-playhead" "<@TERTIARY@><@PRIMARY@>p")
(gtk_accel_path "<Actions>/Common/ToggleMaximalEditor" "F11")
(gtk_accel_path "<Actions>/Common/ToggleMaximalMixer" "F12")
; (gtk_accel_path "<Actions>/RegionList/SortBySourceFileLength" "")
; (gtk_accel_path "<Actions>/Editor/Timecode" "")
; (gtk_accel_path "<Actions>/Transport/PlaySelection" "")

View File

@ -189,6 +189,7 @@ This mode provides many different operations on both regions and control points,
@trans|Editor/toggle-follow-playhead|<@PRIMARY@>f|toggle playhead tracking
@trans|Transport/ToggleFollowEdits|<@TERTIARY@>f|toggle playhead follows edits
@wvis|Common/ToggleMaximalEditor|<@PRIMARY@><@SECONDARY@>f|maximise editor space
@wvis|Common/ToggleMaximalMixer|F12|maximise mixer space
@wvis|Region/show-rhythm-ferret|<@WINDOW@>f|show rhythm ferret window
@mmode|MouseMode/set-mouse-mode-gain|g|region gain mode
@epp|Region/play-selected-regions|h|play selected region(s)