]> Shamusworld >> Repos - ardour-manual/blobdiff - _manual/17_mixing/02_panning/01_mono_panner.html
try to fix build error on production jekyll (works here with jekyll 2.0
[ardour-manual] / _manual / 17_mixing / 02_panning / 01_mono_panner.html
index 10bc3a37035203b0460725f969ad26c7fc9e2465..f5df157bb0156de20b3ac353b5eddb2ae8590a66 100644 (file)
@@ -13,15 +13,13 @@ default setting is "center" (L=50%, R=50%).
 
 <img src="/images/mono-panner-annotated.png" alt="image of the mono panner"/>
 
-<div class="well">
-<p>
+<p class="note">
   The mono panner looks a quite similar to the
   <a href="/mixing/panning/stereo_panner">stereo panner</a>
   interface. The difference is that the L/R labels in the lower half
   of the mono panner do not move because there is no "width" to
   control.
 </p>
-</div>
 
 <h2>Using the mouse</h2>
 
@@ -33,18 +31,18 @@ default setting is "center" (L=50%, R=50%).
 <dl class="faq">
 
 <dt>Reset to defaults</dt>
-<dd>Click <key class="mod3">right button</key></dd>
+<dd>Click <kbd class="mod3">right button</kbd></dd>
 
 <dt>Change to a "hard left"</dt>
-<dd>Double click <key>right button</key> in the left side
+<dd>Double click <kbd>right button</kbd> in the left side
   of the panner</dd>
 
 <dt>Change to a "hard right"</dt>
-<dd>Double click <key>right button</key> in the right side
+<dd>Double click <kbd>right button</kbd> in the right side
   of the panner</dd>
 
 <dt>Set the position to center</dt>
-<dd>Double Click <key>right button</key> in the middle of the panner</dd>
+<dd>Double Click <kbd>right button</kbd> in the middle of the panner</dd>
 </dl>
 
 <h2>Keyboard bindings</h2>
@@ -55,11 +53,11 @@ keybindings are available to operate on that panner:
 </p>
 
 <dl>
-  <dt><key>&larr;</key> / <key class="mod1">&larr;</key></dt>
+  <dt><kbd>&larr;</kbd> / <kbd class="mod1">&larr;</kbd></dt>
   <dd>move position 1&deg; / 5&deg; to the left</dd>
-  <dt><key>&rarr;</key> / <key class="mod1">&rarr;</key></dt>
-  <dd>move position 1&deg / 5&deg; to the right</dd>
-  <dt><key>0</key></dt>
+  <dt><kbd>&rarr;</kbd> / <kbd class="mod1">&rarr;</kbd></dt>
+  <dd>move position 1&deg; / 5&deg; to the right</dd>
+  <dt><kbd>0</kbd></dt>
   <dd>reset position to center</dd>
 </dl>
 
@@ -71,9 +69,9 @@ wheel may be used as follows:
 </p>
 
 <dl>
-<dt>up or left / <key class="mod1">up</key> or <key class="mod1">left</key></dt>
+<dt>up or left / <kbd class="mod1">up</kbd> or <kbd class="mod1">left</kbd></dt>
 <dd>move position to the left by 1&deg; / 5&deg;</dd>
 
-<dt>down or right / <key class="mod1">down</key> or <key class="mod1">right</key></dt>
+<dt>down or right / <kbd class="mod1">down</kbd> or <kbd class="mod1">right</kbd></dt>
 <dd>move position to the right by 1&deg; / 5&deg;</dd>
 </dl>