The Ultimate Flexbox Cheat Sheet

Quick Tip: Add Keyboard Shortcuts To Your Web App
Nick Anastasov We power users love our keyboard shortcuts. We use them everywhere – in our code editor, in Photoshop, in gmail. And we hate it when we hit Ctrl+S in a web app, only to see our browser offering to download it. 1. Single keys are easy. After hitting the run button, focus the editor by clicking on it. <div class="content"><ul><li>Try pressing <a class="button c55"><span class="key">7</span></a></li><li>Or you can try hitting <a class="button c191"><span class="key">/</span></a></li><li>Even special keys work <a class="button c27 fn esc"><span class="key">esc</span></a></li></ul><div class="keyboard-answer"><h3>You pressed <span></span></h3></div></div> Run 2. Mousetrap shines when listening for more complex key combinations like capital letters and special symbols. 3. Combinations that involve the Control key are equally easy (see the next example for how to listen for both Control and the OS X Command key). 4. 5. Conclusion This was our quick tip on keyboard shortcuts.
phanan/htaccess
Related:
Related: