trying to fix
This commit is contained in:
parent
fa407dfeb6
commit
e013d7569e
22945 changed files with 447936 additions and 0 deletions
|
@ -0,0 +1,37 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="pandoc" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||
<meta name="author" content="By John Mercouris" />
|
||||
<title>Cruise Control</title>
|
||||
<style type="text/css">
|
||||
code{white-space: pre-wrap;}
|
||||
span.smallcaps{font-variant: small-caps;}
|
||||
span.underline{text-decoration: underline;}
|
||||
div.column{display: inline-block; vertical-align: top; width: 50%;}
|
||||
</style>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1 class="title">Cruise Control</h1>
|
||||
<p class="author">By John Mercouris</p>
|
||||
</header>
|
||||
<p>We've just released Cruise Control mode for Nyxt. With cruise control mode, you can set a velocity (speed, direction), and Nyxt will continuously scroll.</p>
|
||||
<p>This is useful for automatically scrolling down long articles as you read them.</p>
|
||||
<p>To use <code>cruise-control</code> simply invoke <code>cruise-control-mode</code>.</p>
|
||||
<p><img src="../static/image/article/cruise-control.png" /></p>
|
||||
<p>After you invoke it you have the default keybindings:</p>
|
||||
<ul>
|
||||
<li><code>escape</code>: exit cruise control mode</li>
|
||||
<li><code>0</code>: set the velocity to zero</li>
|
||||
<li><code>up</code>: decrease the velocity</li>
|
||||
<li><code>down</code>: increase the velocity</li>
|
||||
</ul>
|
||||
<p>Et voila! Thanks for reading, enjoy!</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue