1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Fontmatrix User Manual - Preferences - Shortcuts</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h2>Shortcuts</h2>
<p>Here you can setup shortcuts (or hotkeys — whatever word you find more suitable for keyboard combinations that allow reaching menu items without actually going to menus in the first place).</p>
<p>The table displays actions, shortcuts for them (where available) and tips for actions in case you are not sure what a particular action does.</p>
<p>To change an existing shortcut to a menu item or add a missing one:</p>
<ol>
<li>Choose an action from the list</li>
<li>Click <em>"Change"</em> button</li>
<li>Press the keys combination</li>
</ol>
<p>The new combination will be displayed in the shortcuts table and to the right of <em>"Remove"</em> button.</p>
<p>To remove an existing shortcut to a menu item:</p>
<ol>
<li>Choose an action from the list</li>
<li>Click <em>"Remove"</em> button</li>
</ol>
<p>The shortcut will be removed.</p>
<p>Please note that all changes to shortcuts cannot be undone.</p>
</body>
</html>
|