Advertisement
Guest User

lariza Speed Dial Example

a guest
Dec 13th, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.83 KB | None | 0 0
  1. <html style="background:#444; color:#ccc; text-align:center">
  2. <title>Speed Dial</title>
  3.  
  4. <style>
  5. a {color:#eee; margin-right:2em; white-space:nowrap}
  6. p {margin-top: 1em}
  7. </style>
  8.  
  9. <p>
  10. <a href="https://www.archlinux.org/" target="_blank">Arch</a>
  11. <a href="https://www.archlinux.org/packages/" target="_blank">Packages</a>
  12. <a href="https://bbs.archlinux.org/" target="_blank">Forums</a>
  13. <a href="https://wiki.archlinux.org/" target="_blank">Wiki</a>
  14. <a href="https://aur.archlinux.org/" target="_blank">AUR</a>
  15.  
  16. <pre>
  17. Ctrl + w
  18. Speed Dial
  19.  
  20. Ctrl + e
  21. Open New Tab
  22.  
  23. Ctrl + r
  24. Reload Tab
  25.  
  26. Ctrl + l
  27. Focus Location
  28.  
  29. Ctrl + k
  30. Search Page
  31.  
  32. Ctrl + 2
  33. Search +
  34.  
  35. Ctrl + 3
  36. Search -
  37.  
  38. Ctrl + d
  39. Downloads
  40.  
  41. Ctrl + q
  42. Close Tab
  43.  
  44. Ctrl + Scroll Up
  45. Zoom +
  46.  
  47. Ctrl + Scroll Down
  48. Zoom -
  49.  
  50. Ctrl + Scroll Side
  51. Reset Zoom
  52. </pre></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement