mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
Drop the "Lua" in Lua Action Buttons:
Removed the term "Lua", because users were turned off by something they didn't understand.
A special-case Lua script ("Shortcut") allows the user to select an arbitrary Action.
The "Shortcut" script is selected by default, and in this case there is no "Type" or "Author" displayed.
Action-Buttons may still trigger Lua scripts, as a secondary function.
This commit is contained in:
parent
561c8eea0c
commit
efc858dc81
5 changed files with 67 additions and 24 deletions
|
|
@ -3,7 +3,7 @@ ardour {
|
|||
name = "Shortcut",
|
||||
license = "MIT",
|
||||
author = "me",
|
||||
description = [[Shortcut call any action]]
|
||||
description = [[Trigger a keyboard shortcut. You will be prompted for the shortcut's action in the next step.]]
|
||||
}
|
||||
|
||||
function action_params ()
|
||||
Loading…
Add table
Add a link
Reference in a new issue