-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
513 lines (503 loc) · 23.4 KB
/
index.html
File metadata and controls
513 lines (503 loc) · 23.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Latest compiled and minified CSS -->
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> -->
<script src="https://use.fontawesome.com/87024a16ce.js"></script>
<!-- Optional theme -->
<link rel="stylesheet" href="bootstrap.min.css">
<link rel="stylesheet" href="style.css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<title>Music Technology Lab Support</title>
</head>
<body>
<header>
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="#">MTL</a>
</div>
<div class="collapse navbar-collapse" id="mtl-top-nav">
<ul class="nav navbar-nav">
<li><a href="#">Common Problems</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" haspopup="true" aria-expanded="false">Music Theory <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#practica-musica">Practica Musica</a></li>
<li><a href="#earmaster">Ear Master</a></li>
<li><a href="#finale">Finale 2014</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" haspopup="true" aria-expanded="false">Audio Recording <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#logic-pro">Logic Pro X</a></li>
<li><a href="#ableton-live">Ableton Live 9</a></li>
<li><a href="#pro-tools">Pro Tools 12</a></li>
</ul>
</li>
<li><a href="#mac-tips">Mac Tips</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="col-sm-4 pull-right">
<div class="panel panel-danger">
<div class="panel-heading">
<div class="panel-title">
<h4>If something's wrong</h4>
</div>
</div>
<div class="panel-body">
If something isn't working in the lab and it's not covered by this site, please ask or email the current lab manager.
<p>Becky Brown<br />
<code>bbrown5</code> at <code>richmond</code></p>
</div>
</div>
</div>
<h1>MTL Help</h1>
<p>Welcome to the Music Technology Lab! This page has general information, resources, and answers to common questions for the software and technology you'll be using in this room. This site is a work in progress, so if you have suggestions of common issues to add, leave me a note at <code>bbrown5</code> at <code>richmond</code>.</p>
<p><b>Most issues can be solved by rebooting the computer.</b> If your issue still isn't solved after restarting, please let me know!</p>
</div>
</header>
<div class="container"><article>
<a name="common-problems"><h2><img class="app-logo" src="images/HelpIcon.png" />Common Questions</h2></a>
<dl>
<dt>Where should I save my files?</dt>
<dd>If you're saving your files on one of the lab stations, save it in the Data drive. You can find the Data drive by opening Finder (file viewer), and the Data drive will be available on the sidebar.</dd>
<dt>I can't hear anything.</dt>
<dd>Check where your headphones are plugged in, and move the volume knob. If that doesn't work, try switching your headphones to the other headphone port.</dd>
<dt>How do I get a program out of fullscreen mode?</dt>
<dd>Hit Control + Command + F. This will toggle between fullscreen and windowed mode.</dd>
</dl>
</article>
<article>
<a name="ableton-live"><h2><img class="app-logo" src="images/Ableton.png" />Ableton Live 9</h2></a>
<h3>Troubleshooting</h3>
<dl>
<dt>I can't hear anything.</dt>
<dd>Go to <code>Ableton Live > Preferences</code>, and click on the Audio tab. Make sure the Output and Input Devices are both set to the Scarlett 18i20. Make sure the volume knob on your headphones is up.</dd>
<dt>Why isn't the red automation line appearing to use automation in Clip View?</dt>
<dd>You probably imported the project from elsewhere, so you need to Consolidate the clip first. Either right-click on the clip and find Consolidate in the dropdown, or click on the clip and press ⌘ + J.</dd>
<dt>Why does my clip sound fine if I listen to it in Finder, but it's weird/slow/fast when I put it in Ableton?</dt>
<dd>Your clip may be trying to sync to the project tempo. In Clip View, turn Warp off.</dd>
</dl>
<h3>Map</h3>
<p>The screenshot below has some core areas of Live, labeled. If you ever want to know what a button does or what something is called in Live (there's a lot more than what this screenshot lists!), you can always check the Info View in the bottom-left.</p>
<p><img class="screenshot" src="images/ableton-breakdown.png" /></p>
<h4>Descriptions</h4>
<ul>
<li><b>Arrangement View:</b> One of two ways of adding/editing/arranging sounds in Live. Time moves from left to right.</li>
<li><b>Clip View:</b> Edit/alter a selected clip. The two tabs under this region let you switch between Clip View (displayed) or Device View (add/edit audio effects).</li>
<li><b>Transport Bar:</b> Play/pause, stop, record, and check what measure the playhead is on.</li>
<li><b>File Browser:</b> View the files in your project, and add new instruments and audio effects.</li>
<li><b>Info View:</b> Hover over anything in Live, and Info View will tell you more about it. You can press <code>?</code> (Shift + /) to show/hide it.</li>
</ul>
<h3>Helpful Key Commands</h3>
<table class="table table-bordered">
<thead>
<tr>
<th>Key Command</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Tab</td>
<td>Switch between Arrangement and Session view</td>
</tr>
<tr>
<td>Shift + Tab</td>
<td>When looking at Clip View, switch between Clip View (editing samples) and Device View (adding/editing effects)</td>
</tr>
<tr>
<td>-<br />Shift + =</td>
<td>Zoom in/out horizontally</td>
</tr>
<tr>
<td>⌘ + J</td>
<td>Consolidate a clip or clips</td>
</tr>
<tr>
<td>⌘ + E</td>
<td>Split a clip by the playhead (orange line)</td>
</tr>
<tr>
<td>⌘ + 4</td>
<td>Turn Snap to Grid on/off (makes moving/changing the lengths of audio clips easier)</td>
</tr>
</tbody>
</table>
</article>
<article>
<a name="logic-pro"><h2><img class="app-logo" src="images/LogicProX.png" />Logic Pro X</h2></a>
<p>Most Logic problems can be solved with a Google search. If you're really stuck, you can always look at the <a href="https://manuals.info.apple.com/MANUALS/1000/MA1648/en_US/logic_pro_x_user_guide.pdf">full PDF manual</a>.</p>
<h3>Map</h3>
<p>The screenshot below has some core areas of Logic, labeled. If you ever want to know what a button does or what something is called in Logic (there's a lot more than what this screenshot lists!), you can always check Quick Help by clicking on the question mark in the upper left (blue border in this screenshot).</p>
<p><img class="screenshot" src="images/logic-breakdown.png" /></p>
<h4>Descriptions</h4>
<ul>
<li><b>Arrangement View</b>: The core window/pane, where all regions are added/edited/arranged. Time moves from left to right.</li>
<li><b>Inspector</b>: Shows the channel strip, output channel, and other details about the currently selected track and region(s).</li>
<li><b>Transport Bar</b>: Buttons for moving around in the arrangement, time information, cycling, recording, etc.</li>
<li><b>Quick Help</b>: Toggle with the question-mark button in the upper left. Shows help information for any button or area in Logic that you hover over with your mouse.</li>
<li><b>File Browser</b>: Toggle with the camera/music note button in the upper right. Shows all files currently in use in the session, including what sub-selections of files, and lets you browse through files on your computer.</li>
</ul>
<h3>Helpful Key Commands</h3>
<table class="table table-bordered">
<thead>
<tr>
<th>Key Command</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>⌘ + <i>arrows</i></td>
<td>Zoom in/out horizontally and vertically.</td>
</tr>
<tr>
<td>, <i>or</i> . (comma or period)</td>
<td>Move the playhead forward/backward by one measure.</td>
</tr>
<tr>
<td>⇧ + , <br /> ⇧ + . (comma or period)</td>
<td>Move the playhead forward or backward by eight measures.</td>
</tr>
<tr>
<td>Enter</td>
<td>Jump back to the first measure of the arrangement</td>
</tr>
<tr>
<td>Space Bar</td>
<td>Play/pause from the playhead's last location, or from a Marquee selection</td>
</tr>
<tr>
<td>R</td>
<td>Start recording</td>
</tr>
<tr>
<td>T</td>
<td>Show a dropdown to change the current tool</td>
</tr>
<tr>
<td>A</td>
<td>Show/hide automation</td>
</tr>
<tr>
<td>C</td>
<td>Enable/disable cycling (loops a section)</td>
</tr>
<tr>
<td>X <br />⌘ + 2</td>
<td>Open/close the Mixer in the bottom pane <br />Open the Mixer in a new window</td>
</tr>
</tbody>
</table>
</article>
<article>
<a name="finale"><h2><img class="app-logo" src="images/Finalex.png" />Finale 2014</h2></a>
<p>View the Finale for Mac user manual <a href="https://usermanuals.finalemusic.com/Finale2014Mac/Content/Contents.htm">here</a>.</p>
<h3>Troubleshooting</h3>
<dl>
<dt>I can't hear through my headphones/why is sound coming out of the computer speaker?</dt>
<dd>Go to <code>MIDI/Audio > Device Setup > Audio Setup</code>, and set the Output Source to "Scarlett 18i20." If you press Test Audio Output and you still hear the sound out of the computer speakers, save your score, restart Finale, and repeat these steps again.</dd>
<dt>I can't hear my keyboard.</dt>
<dd>Go to <code>MIDI/Audio > Device Setup > MIDI/Internal Speaker Setup</code>. Make sure that the first entry under Input Device says "Axiom Pro 64" or something similar. Usually this is enough to get the keyboard to start working again.</dd>
</dl>
<h3>Common Questions</h3>
<dl>
<dt>How do I enter harmonic analysis again?</dt>
<dd>Make sure you're using the Lyrics Tool with Finale Numerics as your font. All the shortcut keys are listed on the <a href="https://usermanuals.finalemusic.com/Finale2014Mac/Content/Finale/HarmonicAnalysis.htm">Harmonic analysis page</a> in the Finale manual.</dd>
<dt>How do I switch stem directions?</dt>
<dd>If you only need to change single notes, go to <code>Special Tools > Stem Direction</code> (wrench icon on the tool palette). Click on the measure you want to change, and then click on the boxes above/below the staff to change direction.
<br /><br />If you want to change stem direction on a lot of notes, select the measures you want to alter, and go to <code>Utilities > Stem Direction</code>. If you want to change stem direction on a lot of notes in one layer only, first enable <code>Document > Show Active Layer Only</code>, alter the stem direction as before, and then disable Show Active Layer Only.</dd>
</dl>
<h3>Speedy Entry Reference</h3>
<p>Using Speedy Entry in Finale makes score entry much easier, even though at first it seems difficult or annoying. Some of these key commands are similar in other notation programs like Sibelius and MuseScore, so it's worthwhile to learn them now. For all the speedy entry key commands, check the <a href="https://usermanuals.finalemusic.com/Finale2014Mac/Content/Finale/Speedy_Entry.htm?Highlight=speedy%20entry">Speedy Entry page</a> of the manual.</p>
<h4>Entering Notes</h4>
<p>Press the note you want the pitch of on the piano keyboard, and then press the number corresponding to the note's duration. To enter a rest, just press the number.</p>
<table class="table table-bordered">
<tbody>
<tr>
<td>number on keyboard</td>
<td>3</td>
<td>4</td>
<td>5</td>
<td>6</td>
<td>7</td>
<td>.</td>
</tr>
<tr>
<td>note appearance</td>
<td><img src="data:image/webp;base64,UklGRhwBAABXRUJQVlA4TBABAAAvKgAREIegoG0bJuUP+m0gBARF/o8mICjyfzSBQAo3uPSnAj4MPiki+h+wJMlu2zxADzDy2/sflwHmW2d/RfTfgdtIiuSuXuY9+IP8/ior0ShMg8mYkJksEGEGIswXEexFMoyXUUOlZUwRXaQMRJFAOs/A5cPXgM5g4ZZEgHq5gI7FcD1uWEgM1yMqGsMt3dzWmcs3ICF4FV33QN1Eip0hkdiPKIlIMliEcEiYGMYi0pB5ZDYiReSR+UZUKlEaRPpZVaKSifrz3yAtpeh77/PhknD5bgC2dlJ9uMXCvXZ6eNQZeCK+ufvgqmh72afuG9Fn7tv7u7uft+jUt+3+j9BNjyjuSnadIv1Vp1JylP+kAg==" /></td>
<td><img src="data:image/webp;base64,UklGRuoAAABXRUJQVlA4TN0AAAAvKwATEIegoG0bJuUP+m0gBARF/o8mICjyfzSBQAo3uPSnAj4MPiki+h+QJEmO2wx2CBxo+v/P1Y66OXyJ6L8it20bZnSe2z/Y3z2Kk6oyqqIG6kJFImmgIpF0oXRDqaPUUWqQOvwhCuN5bz8yU8ymtDnWpcl5TjPHthaoKEDmaqCuCUq6QHZ3krMWapKigpISqG0DrUGKDOqXgbyCihtoHY2pL/fV24d2UjP0EiE7jrL1Ic4rxMkhkH+ufTp+ruN3oH+uSKRm3CKAf+T2Xp4NiH5/3riqQZFrsf+DAAA=" /></td>
<td><img src="data:image/webp;base64,UklGRo4AAABXRUJQVlA4TIEAAAAvKwATEIegoG0bJuUP+m0gBARF/o8mICjyfzSBQAo3uPSnAj4MPiki+h9sG0lStLvH+JN/us/jPRgR/VfYtm3DjO4eIk8/YmHK/dfPUuu9BAqt2MZCEBbs474I8AQQ6XKsEPcAf1Nlrk8sJrzFdHI7xsEPer9E87LeqCakcN7kCwgA" /></td>
<td><img src="data:image/webp;base64,UklGRrYAAABXRUJQVlA4TKkAAAAvK0ASEIegoG0bJuUP+m0gBARF/o8mICjyfzSBQAo3uPSnAj4MPiki+h+OJElqnMF7mP8/16CI5rihQ0T/FbZt20hI0j3eoC/F3F5S5z86MbpH+LZZHOMBrrG652KcsLQ1IxEtGH90RTJv2DBTL3HmCZlRokQhYzg8QDpz/hFc4H67PiZxHMr1rqqHZzCoTTNqbqhoUDwpFtM6mXA7W7vHW9psc/bs6HsSAA==" /></td>
<td><img src="data:image/webp;base64,UklGRqgAAABXRUJQVlA4TJwAAAAvLEALEIegoG0bJuUP+m0gBARF/o8mICjyfzSBQAo3uPSnAj4MPtxIktQwi/ew/3+tjiMAhVIS0f/Ev8Hn2iVHh3dXF0f0cVBmNngrlGmwK/cKeCncBWom1ePeUjOOSJ24T9SMw/BwuM7UhnNQPa4DdeHsVIP7QY04OnfFg1vcy0AXZRi8mMo9LKRSssGjTZ3SP+vTk8FXjBeDnzg=" /></td>
<td><img src="https://www.quia.com/files/quia/users/wesfryer@yahoo.com/DottedQuarterNote.gif" style="width:40px;height:auto;"/></td>
</tr>
<tr>
<td>note type</td>
<td>sixteenth</td>
<td>eighth</td>
<td>quarter</td>
<td>half</td>
<td>whole</td>
<td>dotted-</td>
</tr>
</tbody>
</table>
<h4>Other Tricks</h4>
<table class="table table-bordered">
<thead>
<tr>
<th>Key</th>
<th>Effect</th>
<th>Key</th>
<th>Effect</th>
</tr>
</thead>
<tbody>
<tr>
<td>/</td>
<td>Break/join beams</td>
<td>L</td>
<td>Flip stem direction</td>
</tr>
<tr>
<td>;</td>
<td>Make grace note</td>
<td>Option + 3</td>
<td>Make triplet from next notes entered (works with numbers 2-9)</td>
</tr>
<tr>
<td>=</td>
<td>Tie to next note</td>
<td>H</td>
<td>Hide note</td>
</tr>
<tr>
<td>9</td>
<td>Change note to its enharmonic</td>
<td>+ / -</td>
<td>Raise/lower note by half step</td>
</tr>
</tbody>
</table>
</article>
<article>
<a name="practica-musica"><h2><img class="app-logo" src="images/PracMus3.png" />Practica Musica</h2></a>
<!-- <div class="col-sm-12"> -->
<dl>
<dt>How can I check what excercises I've done?</dt>
<dd>On the top bar, find the tab that has your name. Select <code>[Your Name] > Progress report</code>, and click the blue <span class="label label-info">View Report</span> button.</dd>
<dt>How do I save my progress?</dt>
<dd>It autosaves, but if you want to manually save, go to <code>[Your Name] > Save progress now</code>.</dd>
</dl>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Logging in</h3>
</div>
<div class="panel-body">
<ol>
<li>Click the Practica Musica icon in the Dock</li>
<li>Select the third option:
<code>"I have a file online at WebStudents - let me choose it"</code>
</li>
<li>Enter <code>urmus</code> in the WebStudents Account field, and make sure <span class="label label-success"><input type=checkbox checked/> Use WebStudents</span> is checked</li>
<li>Pick your file from the list; filenames are formatted as
<code>LastnameFirstname360417.stu</code>
</li>
<li>Enter your password, if you made one during account creation</li>
</ol>
</div>
</div>
<!-- </div> -->
</article>
<article>
<a name="earmaster"><h2><img class="app-logo" src="images/EarMaster.png" />EarMaster Cloud</h2></a>
<!-- <div class="col-sm-12"> -->
<dl>
<dt>How can I check what excercises I've done?</dt>
<dd>Go to <code>Statistics > Results</code>, or press Command + R.</dd>
<dt>How do I save my progress?</dt>
<dd>Your progress syncs when you quit the program. Quit EarMaster by closing it, or pressing Command + Q. A message will pop up saying "Syncing with EarMaster Cloud" - don't press Skip!</dd>
</dl>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Logging in</h3>
</div>
<div class="panel-body">
<ol>
<li>Click the EarMaster icon in the Dock</li>
<li>Enter <code>urmtl</code> for school account, and your username and password.
</li>
</ol>
<div class="alert alert-info">
<strong>Note: </strong> Your username and password were emailed to you at the beginning of the semester. If you lost this information, please contact the current lab manager.
</div>
</div>
</div>
<!-- </div> -->
</article>
<article>
<a name="mac-tips"><h2><img class="app-logo" src="images/imac.png" />General Mac Tips</h2></a>
<h3>Shortcuts/Key Commands</h3>
<p>Below are some helpful shortcut keys. If you're used to using shortcut keys on a Windows computer, most of your Windows shortcuts are the same or similar, but use Command (⌘) instead of Control.</p>
<p>If you're looking for more, Apple has a <a href="https://support.apple.com/en-us/HT201236">much longer list</a> of general key commands.</p>
<h4>Legend</h4>
<p>Some programs will use symbols for the modifier keys (Command, Control, etc). These are the less-obvious but frequently-seen symbols.</p>
<table class="table table-bordered">
<thead>
<tr>
<th>Symbol</th>
<th>Key</th>
<th>Symbol</th>
<th>Key</th>
</tr>
</thead>
<tbody>
<tr>
<td>⌘</td>
<td>Command</td>
<td>⇧</td>
<td>Shift</td>
</tr>
<tr>
<td>⌥</td>
<td>Option/Alt</td>
<td>⌃</td>
<td>Control</td>
</tr>
<tr>
<td>⌫</td>
<td>Delete</td>
<td>↩</td>
<td>Return (Enter)</td>
</tr>
</tbody>
</table>
<h4>General</h4>
<table class="table table-bordered">
<thead>
<tr>
<th>Key Command</th>
<th>Description</th>
</tr>
<tr>
<td>⌘ + N</td>
<td>Create a new file of the current program.
<p><span class="label label-info">Example:</span> In Word, this creates a new, blank document; in Chrome, this opens a new browser window.</p></td>
</tr>
<tr>
<td>⌘ + O</td>
<td>Open an existing file of the current program</td>
</tr>
<tr>
<td>⌘ + S</td>
<td>Save the current document/file</td>
</tr>
<tr>
<td>⌘ + W</td>
<td>Close the front window of the current program</td>
</tr>
<tr>
<td>⌘ + Q</td>
<td>Quit the current program and close all its open windows</td>
</tr>
<tr>
<td>⌘ + Tab</td>
<td>Switch between programs</td>
</tr>
<tr>
<td>⌘ + Spacebar</td>
<td>Search for anything (applications, files, documents)</td>
</tr>
<tr>
<td>⌃ + Click</td>
<td>Right click.
<p><span class="label label-info">Note:</span> You can also click on the upper-right hand portion of the mouse, but this will work regardless of how a mouse is set up.</td>
</tr>
<tr>
<td>⌘ + Z</td>
<td>Undo</td>
</tr>
<tr>
<td>⌘ + ⇧ + Z <i>or</i> ⌘ + Y</td>
<td>Redo most recent Undo. Check the program to see which Redo shortcut it uses.</td>
</tr>
</thead>
</table>
<h4>Editing Text</h4>
<table class="table table-bordered">
<thead>
<tr>
<th>Key Command</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>⌘ + X</td>
<td>Cut selected text
<p><span class="label label-info">Note:</span> Cutting selected text copies it first, and then deletes it.</p></td>
</tr>
<tr>
<td>⌘ + C</td>
<td>Copy selected text</td>
</tr>
<tr>
<td>⌘ + V</td>
<td>Paste previously cut/copied text</td>
</tr>
<tr>
<td>⌥ + <i>arrows</i></td>
<td>Jump between words
<!-- <p class="ltr_split ltr_word">this is some example text for words and highlighting</p> --></td>
</tr>
<tr>
<td>⌥ + ⇧ + <i>arrows</i></td>
<td>Select a word at a time
<!-- <p class="ltr_split ltr_word ltr_highlight">this is some example text for words and highlighting</p> --></td>
</tr>
<tr>
<td>⌘ + ← <i>or</i> →</td>
<td>Jump to the beginning or end of a line
<!-- <p class="ltr_split ltr_line">this is some example text for words and highlighting</p> --></td>
</tr>
<tr>
<td>⌘ + ⇧ + ← <i>or</i> →</td>
<td>Select to the beginning or end of a line
<!-- <p class="ltr_split ltr_line ltr_highlight">this is some example text for words and highlighting</p> --></td>
</tr>
<tr>
<td>⌘ + ↑ <i>or</i> ↓</td>
<td>Jump to the beginning or end of a document</td>
</tr>
</tbody>
</table>
</article>
</div>
<footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script type="text/javascript">
/* Lettering.JS 0.6 by Dave Rupert - http://daverupert.com */
(function($){var methods={init:function(){return this.each(function(){return injector($(this),'','char','')})},words:function(){return this.each(function(){return injector($(this),' ','word',' ')})},lines:function(){return this.each(function(){var t=$(this),r="eefec303079ad17405c889e092e105b0";t.children("br").replaceWith(r);return injector(t,r,'line','')})}};function injector(t,splitter,klass,after){var a=t.text().split(splitter),inject='';if(a.length>0){$(a).each(function(i,item){inject+='<span class="'+klass+(i+1)+'">'+item+'</span>'+after});t.empty();t.append(inject)}}$.fn.lettering=function(method){if(methods[method]){return methods[method].apply(this,Array.prototype.slice.call(arguments,1))}else if(method=='letters'||!method){return methods.init.apply(this,arguments)}else{$.error('Method '+method+' does not exist on jQuery.lettering')}}})(jQuery);
</script>
<script type="text/javascript">
$(document).ready(function() {
$(".ltr_split").lettering("words");
});
</script>
</footer>
</div></body>