math-suite/Source/Help/documentation/apps/main/hotkeys.htm

88 lines
3.5 KiB
HTML
Raw Permalink Normal View History

2018-02-05 23:24:46 +00:00
<!-- saved from url=(0014)about:internet -->
<html>
<meta http-equiv="X-UA-Compatible" content="IE=9" />
<head>
<title>Tibi's Mathematics Suite: Hotkeys</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>Tibi's Mathematics Suite: Hotkeys</h1>
<div class="section">
<h2>Content</h2>
<ul>
<li><a href="#intro">Introduction</a></li>
<li><a href="#setup">Setting up hotkeys</a></li>
<li><a href="#remove">Removing hotkeys</a></li>
<li><a href="#warnings">Warnings</a></li>
</ul>
</div>
<div class="section">
<a name="intro"> </a>
<h2>Introduction</h2>
<p>A <em>hotkey</em> means a combination of keys on the keyboard that triggers a specific action. Usually, hotkeys trigger action as long as the application window is focused.</p>
<p>A <em>global hotkey</em> is a hotkey with a global scope, this means that pressing that key combination will trigger the action, no matter which application is focused.</p>
<p>In the suite application, hotkeys are used to launch applications from the suite. For example, you could set a keyboard combination that opens the Scientific Calculator.</p>
</div>
<div class="section">
<a name="setup"> </a>
<h2>Setting up hotkeys</h2>
<p>To enable a keyboard hotkey:</p>
<p><strong>Step 1: </strong>Go to the suite preferences (by right clicking the notification area icon, and pressing <em>Preferences</em>).</p>
<p><strong>Step 2: </strong>Select an application from the list.</p>
<p><strong>Step 3: </strong>Click in the <em>Shortcut</em> text area, and press a key combination.</p>
<p><strong>Step 4: </strong>Click the <em>Set</em> button to confirm the hotkey.</p>
<p><strong>Step 5: </strong>Click <em>Accept</em> to apply the modified settings.</p>
<img src="img/suite-hotkeys0.png" />
</div>
<div class="section">
<a name="remove"> </a>
<h2>Removing hotkeys</h2>
<p>To remove a keyboard hotkey:</p>
<p><strong>Step 1: </strong>Go to the suite preferences (by right clicking the notification area icon, and pressing <em>Preferences</em>).</p>
<p><strong>Step 2: </strong>Select an application from the list.</p>
<p><strong>Step 3: </strong>Click on the <em>Clear</em> button.</p>
<p><strong>Step 4: </strong>Press <em>Accept</em> to apply the modification.</p>
</div>
<div class="section">
<a name="warnings"> </a>
<h2>Warnings</h2>
<p>It is strongly recommended that you use more <strong>uncommon</strong> key combinations, otherwise there may be conflicts with the keyboard combinations for other applications.</p>
<p>For example, you should never use the combination <span style="font-family: Consolas, mono">Ctrl + S</span>, as many applications use it as the <em>Save</em> command. However, the combination <span style="font-family: Consolas, mono">Ctrl + Alt + Shift + S</span> is a good one.</p>
<p>You should <strong>never</strong> use a single key as global hotkey, other than the media keys. For example, you should never use the key <span style="font-family: Consolas, mono">A</span> as a global hotkey, because whenever you will have to type a word containing the letter 'a', an application will be launched.<p>
<p>Also, Microsoft recommends that the <em>Windows</em> key is only used by operating system functions.</p>
</div>
<div class="footer">
Software created by Chibici Tiberiu.
Contact: <a href="mailto:chibicitiberiu@gmail.com">chibicitiberiu@gmail.com</a>
</div>
</body>
</html>