120 lines
4.7 KiB
HTML
120 lines
4.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>WebOasis - Notepad Keyboard Shortcuts</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="Here is the complete list of key combinations that will help you to speed things up when using Online Notepad's editor.">
|
|
<link rel="icon" href="img/favicon.ico">
|
|
<link rel="stylesheet" href="css/icons.css">
|
|
<link rel="stylesheet" href="css/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<nav class="navbar">
|
|
<div class="wrapper"><a href="index.html" class="brand"><h1>WebOasis - Notepad</h1></a>
|
|
<ul class="right">
|
|
<li><a href="https://weboas.is">WebOasis Home</a></li>
|
|
<li><a href="notepad.html">Alternative Notepad</a></li>
|
|
</ul>
|
|
</div>
|
|
</nav>
|
|
<section class="blog-header">
|
|
<h2 class="title">Keyboard Shortcuts in the Notepad</h2>
|
|
</section>
|
|
<article class="content">
|
|
<h3>Shortcuts</h3>
|
|
<p>Here is the complete list of key combinations that will help you to speed things up when using the Notepad.</p>
|
|
<table cellspacing="0">
|
|
<thead>
|
|
<tr>
|
|
<th>Action</th>
|
|
<th>PC</th>
|
|
<th>Mac</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><i class="i-open"></i> Open file</td>
|
|
<td>Ctrl + O</td>
|
|
<td>Command + O</td>
|
|
</tr>
|
|
<tr>
|
|
<td><i class="i-save"></i> Save</td>
|
|
<td>Ctrl + S</td>
|
|
<td>Command + S</td>
|
|
</tr>
|
|
<tr>
|
|
<td><i class="i-download"></i> Download file</td>
|
|
<td>Ctrl + Shift + S</td>
|
|
<td>Command + Shift + S</td>
|
|
</tr>
|
|
<tr>
|
|
<td><i class="i-print"></i> Print</td>
|
|
<td>Ctrl + P</td>
|
|
<td>Command + P</td>
|
|
</tr>
|
|
<tr>
|
|
<td><i class="i-undo"></i> Undo</td>
|
|
<td>Ctrl + Z</td>
|
|
<td>Command + Z</td>
|
|
</tr>
|
|
<tr>
|
|
<td><i class="i-redo"></i> Redo</td>
|
|
<td>Ctrl + Y</td>
|
|
<td>Command + Y</td>
|
|
</tr>
|
|
<tr>
|
|
<td><i class="i-cut"></i> Cut selected text</td>
|
|
<td>Ctrl + X</td>
|
|
<td>Command + X</td>
|
|
</tr>
|
|
<tr>
|
|
<td><i class="i-copy"></i> Copy selected text</td>
|
|
<td>Ctrl + C</td>
|
|
<td>Command + C</td>
|
|
</tr>
|
|
<tr>
|
|
<td><i class="i-select"></i> Highlight all</td>
|
|
<td>Ctrl + A</td>
|
|
<td>Command + A</td>
|
|
</tr>
|
|
<tr>
|
|
<td><i class="i-find_replace"></i> Find and replace</td>
|
|
<td>Ctrl + Shift + R</td>
|
|
<td>Command + Shift + R</td>
|
|
</tr>
|
|
<tr>
|
|
<td><i class="i-time"></i> Insert date & time</td>
|
|
<td>Ctrl + Shift + D</td>
|
|
<td>Command + Shift + D</td>
|
|
</tr>
|
|
<tr>
|
|
<td><i class="i-symbol"></i> Open charmap</td>
|
|
<td>Ctrl + Shift + C</td>
|
|
<td>Command + Shift + C</td>
|
|
</tr>
|
|
<tr>
|
|
<td><i class="i-emoji"></i> Open emoji list</td>
|
|
<td>Ctrl + Shift + E</td>
|
|
<td>Command + Shift + E</td>
|
|
</tr>
|
|
<tr>
|
|
<td><i class="i-format"></i> Open font preference</td>
|
|
<td>Ctrl + Shift + G</td>
|
|
<td>Command + Shift + G</td>
|
|
</tr>
|
|
<tr>
|
|
<td><i class="i-fullscreen"></i> Toggle fullscreen</td>
|
|
<td>Ctrl + Shift + F</td>
|
|
<td>Command + Shift + F</td>
|
|
</tr>
|
|
</tbody>
|
|
</table> <br>
|
|
<blockquote> Note: Most web browsers have built-in additional shortcuts. You may need to click within the editor context to activate the shortcuts listed above.</blockquote>
|
|
</article>
|
|
<footer><span><a href="index.html">WebOasis - Notepad</a></span></footer>
|
|
</body>
|
|
</html>
|