summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour.keys.in
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2020-01-22 10:30:05 -0600
committerBen Loftis <ben@harrisonconsoles.com>2020-01-22 10:33:15 -0600
commit142ce953dad2899e446147f73e07f3732db0dbc2 (patch)
tree172bad6f0ed3042f0f8bfbe4bf61eabbd8d541a4 /gtk2_ardour/ardour.keys.in
parent61e7f3176bfd8e423f72fc3f7d56d00ac930b796 (diff)
Split Select-All-Tracks into 2 appropriately named actions
Existing function select-all-tracks is now renamed select-all-visible-lanes, to match its behavior. New function select-all-tracks will select all Tracks, as the name implies. To maintain consistency for those users who actively used select-all-tracks, the default shortcut ctrl+t will continue calling select-all-visible-lanes.
Diffstat (limited to 'gtk2_ardour/ardour.keys.in')
-rw-r--r--gtk2_ardour/ardour.keys.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour.keys.in b/gtk2_ardour/ardour.keys.in
index 2d922696c5..8700f108b6 100644
--- a/gtk2_ardour/ardour.keys.in
+++ b/gtk2_ardour/ardour.keys.in
@@ -162,7 +162,7 @@ This mode provides many different operations on both regions and control points,
@edit|Editor/redo|<@PRIMARY@>r|redo
@trans|Transport/Record|<@TERTIARY@>r|engage record
@mmode|MouseMode/set-mouse-mode-timefx|t|timefx mode
-@gselect|Common/select-all-tracks|<@PRIMARY@>t|select all tracks
+@gselect|Common/select-all-visible-lanes|<@PRIMARY@>t|select all visible lanes
@edit|Editor/alternate-redo|<@PRIMARY@>y|redo
@select|Editor/select-all-between-cursors|<@PRIMARY@>u|all enclosed by edit range
@select|Editor/select-all-within-cursors|u|all present in edit range