|
226 | 226 |
|
227 | 227 | <a href="https://webmakerapp.com/" target="_blank"><div class="logo"></div></a> |
228 | 228 | © Web Maker |
229 | | - <a d-open-modal="helpModal" data-event-category="ui" data-event-action="helpButtonClick" class="footer__link hint--rounded hint--top-right" data-hint="Help"> |
| 229 | + <a d-open-modal="helpModal" data-event-category="ui" data-event-action="helpButtonClick" class="footer__link hint--rounded hint--top-right" aria-label="Help"> |
230 | 230 | <svg style="width:20px; height:20px; vertical-align:text-bottom" viewBox="0 0 24 24"> |
231 | 231 | <path d="M15.07,11.25L14.17,12.17C13.45,12.89 13,13.5 13,15H11V14.5C11,13.39 11.45,12.39 12.17,11.67L13.41,10.41C13.78,10.05 14,9.55 14,9C14,7.89 13.1,7 12,7A2,2 0 0,0 10,9H8A4,4 0 0,1 12,5A4,4 0 0,1 16,9C16,9.88 15.64,10.67 15.07,11.25M13,19H11V17H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2Z" /> |
232 | 232 | </svg> |
233 | 233 | </a> |
| 234 | + <a d-open-modal="keyboardShortcutsModal" data-event-category="ui" data-event-action="keyboardShortcutButtonClick" class="footer__link hint--rounded hint--top-right" aria-label="Keyboard shortcuts"> |
| 235 | + <svg style="width:20px; height:20px; vertical-align:text-bottom"> |
| 236 | + <use xlink:href="#keyboard-icon"></use> |
| 237 | + </svg> |
| 238 | + </a> |
234 | 239 | <!-- #00ACED --> |
235 | | - <a class="footer__link hint--rounded hint--top-right" data-hint="Tweet about 'Web Maker'" href="http://twitter.com/share?url=https://webmakerapp.com/&text=Web Maker - A blazing fast %26 offline web playground! via @webmakerApp&related=webmakerApp&hashtags=web,playground,chrome,extension" target="_blank"> |
| 240 | + <a class="footer__link hint--rounded hint--top-right" aria-label="Tweet about 'Web Maker'" href="http://twitter.com/share?url=https://webmakerapp.com/&text=Web Maker - A blazing fast %26 offline web playground! via @webmakerApp&related=webmakerApp&hashtags=web,playground,chrome,extension" target="_blank"> |
236 | 241 | <svg style="width:20px; height:20px; vertical-align:text-bottom"> |
237 | 242 | <use xlink:href="#twitter-icon"></use> |
238 | 243 | </svg> |
@@ -332,6 +337,11 @@ <h3>License</h3> |
332 | 337 | </div> |
333 | 338 | </div> |
334 | 339 |
|
| 340 | + <div class="modal" id="keyboardShortcutsModal"> |
| 341 | + <div class="modal__content" d-html="keyboard-shortcuts.html"> |
| 342 | + </div> |
| 343 | + </div> |
| 344 | + |
335 | 345 | <div class="modal" id="onboardModal"> |
336 | 346 | <div class="modal__content"> |
337 | 347 |
|
@@ -614,6 +624,9 @@ <h3>My Library <span id="savedItemCountEl"></span></h3> |
614 | 624 | <symbol id="cross-icon" viewBox="0 0 24 24"> |
615 | 625 | <path d="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z" /> |
616 | 626 | </symbol> |
| 627 | + <symbol id="keyboard-icon" viewBox="0 0 24 24"> |
| 628 | + <path d="M19,10H17V8H19M19,13H17V11H19M16,10H14V8H16M16,13H14V11H16M16,17H8V15H16M7,10H5V8H7M7,13H5V11H7M8,11H10V13H8M8,8H10V10H8M11,11H13V13H11M11,8H13V10H11M20,5H4C2.89,5 2,5.89 2,7V17A2,2 0 0,0 4,19H20A2,2 0 0,0 22,17V7C22,5.89 21.1,5 20,5Z" /> |
| 629 | + </symbol> |
617 | 630 | </svg> |
618 | 631 |
|
619 | 632 | <script src="lib/codemirror/lib/codemirror.js"></script> |
|
0 commit comments