emacs/var/elfeed/db/data/68/68c0e3f930b6ad18fe89e169935f605b3cbe30e6
2022-01-03 12:49:32 -06:00

38 lines
1.5 KiB
Plaintext

<!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>