From: Alexandre Prokoudine Date: Sun, 24 Jul 2022 15:03:06 +0000 (+0300) Subject: Keyboard Shortcuts: initial revision of the documentation (rebase conflict fix) X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=ardour-manual;a=commitdiff_plain;h=bd2bed03195cb1d8dd1f1c805588df2dde4ac44b Keyboard Shortcuts: initial revision of the documentation (rebase conflict fix) --- diff --git a/include/keyboard-shortcuts.html b/include/keyboard-shortcuts.html new file mode 100644 index 0000000..35e2832 --- /dev/null +++ b/include/keyboard-shortcuts.html @@ -0,0 +1,99 @@ +

+ The Keyboard Shortcuts dialog allows easily + redefining existing keyboard shortcuts to operations and creating new ones. +

+ +
+ Keyboard Shortcuts +
+ Keyboard Shortcuts +
+
+ +

Contexts and Subcontexts

+ +

+ The important concept to understand here is that the same shortcut can be + used for different operations in different contexts. E.g. in the + Editor context, the T key switches + on the Stretch mode to time-stretch clips on the canvas. However, + in the MIDI Step Entry context, T inserts + an F-sharp note. The contexts are represented by tabs in this dialog, e.g. + Editor, MIDI, Recorder, etc. +

+ +

+ Inside every tab, features are grouped into subcontexts that can + be expanded or collapsed by clicking the triangular-shaped button to the + left of the name of each subcontext. E.g. the 'Snap' subcontext lists all + snapping units, while the 'Region' subcontext lists all actions accessible + via the right-click menu. +

+ +

+ The Search function at the bottom of the dialog works within + the currently selected context/tab only. If a search returned zero results, + switching to a different context is a viable solution to locating the action + of interest. +

+ +

Setting New Shortcuts

+ +

+ Once an action of interest is located in the list, all it takes to set + a keybinding to it is selecting the action in the list, then pressing + the sequence of keys. The newly defined keybinding will immediately show up + in the Shortcut column. +

+ +

Redefining Existing Shortcuts

+ +

+ An existing shortcut to an action can easily be replaced with a different + one by selecting the action and pressing a new sequence of keys. The newly + defined keybinding will immediately show up in the Shortcut + column. +

+ +

Handling Collisions

+ +

+ Once a keybinding is assigned to an action, that keybinding is considered + taken. Attempting to assign that same keybinding to a different action will + result in a collision. Ardour will notify the user that the keybinding is + already taken (and by what action) and will ask to either reconsider or + force-set the keybinding to a new action. +

+ +
+ A keyboard shortcut collision +
+ A keyboard shortcut collision +
+
+ +

+ Force-setting the keybinding of choice to a new action will remove + the keybinding from the action it was previously assigned to. A new + keybinding then can be assigned to that action. +

+ +

Removing Existing Shortcuts

+ +

+ In some cases it is desirable to remove a shortcuts entirely. Selecting an + action of interest, then pressing the + Remove shortcut button at the bottom of the dialog + will do just that. The keybinding will immediately disappear from the + Shortcut column. +

+ +

Reverting to Factory Settings

+ +

+ If applied customizations to default keyboard shortcuts didn't work out, + it's possible to revert to "factory settings". Clicking + Reset Bindings to Defaults will remove all + customizations and bring back default keybindings. Important: Ardour will not + ask for a confirmation! +

diff --git a/master-doc.txt b/master-doc.txt index 0d37a62..5d9678a 100644 --- a/master-doc.txt +++ b/master-doc.txt @@ -301,6 +301,30 @@ uri: setting-up-your-system/setting-up-midi part: chapter --- +--- +title: MIDI on Linux +include: midi-on-linux.html +link: midi-on-linux +uri: setting-up-your-system/setting-up-midi/midi-on-linux +part: subchapter +--- + +--- +title: MIDI on OS X +include: midi-on-os-x.html +link: midi-on-os-x +uri: setting-up-your-system/setting-up-midi/midi-on-os-x +part: subchapter +--- + +--- +title: Keyboard Shortcuts +include: keyboard-shortcuts.html +link: keyboard-shortcuts +uri: setting-up-your-system/keyboard-shortcuts +part: chapter +--- + --- title: Ardour's Interface uri: ardours-interface diff --git a/source/images/keyboard-shortcuts-collision.png b/source/images/keyboard-shortcuts-collision.png new file mode 100644 index 0000000..feb2a11 Binary files /dev/null and b/source/images/keyboard-shortcuts-collision.png differ diff --git a/source/images/keyboard-shortcuts-window.png b/source/images/keyboard-shortcuts-window.png new file mode 100644 index 0000000..d842edd Binary files /dev/null and b/source/images/keyboard-shortcuts-window.png differ