Added source code.
This commit is contained in:
87
Source/Help/documentation/apps/main/hotkeys.htm
Normal file
87
Source/Help/documentation/apps/main/hotkeys.htm
Normal file
@ -0,0 +1,87 @@
|
||||
<!-- 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>
|
BIN
Source/Help/documentation/apps/main/img/background.png
Normal file
BIN
Source/Help/documentation/apps/main/img/background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
BIN
Source/Help/documentation/apps/main/img/suite-hotkeys0.png
Normal file
BIN
Source/Help/documentation/apps/main/img/suite-hotkeys0.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
BIN
Source/Help/documentation/apps/main/img/suite0.png
Normal file
BIN
Source/Help/documentation/apps/main/img/suite0.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
57
Source/Help/documentation/apps/main/index.bak
Normal file
57
Source/Help/documentation/apps/main/index.bak
Normal file
@ -0,0 +1,57 @@
|
||||
<!-- saved from url=(0014)about:internet -->
|
||||
<html>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=9" />
|
||||
<head>
|
||||
<title>Tibi's Mathematics Suite</title>
|
||||
<link href="style.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Tibi's Mathematics Suite</h1>
|
||||
|
||||
<div class="section">
|
||||
<h2>Content</h2>
|
||||
<ul>
|
||||
<li><a href="#intro">Introduction</a></li>
|
||||
<li><a href="#start">Getting started</a></li>
|
||||
<li><a href="#articles">Suite articles</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<a name="intro"> </a>
|
||||
<h2>Introduction</h2>
|
||||
|
||||
<p><em>Tibi's Mathematics Suite</em> is a package of useful mathematical appications. At the moment, it contains the following modules: </p>
|
||||
<ul>
|
||||
<li>Factorizator</li>
|
||||
<li>Graphing calculator</li>
|
||||
<li>Help viewer</li>
|
||||
<li>Matrix calculator</li>
|
||||
<li>Scientific calculator</li>
|
||||
</ul>
|
||||
|
||||
<p>The <em>suite application</em> is an utility that makes it much easier to access the individual applications, using a system tray icon and global hotkeys.</p>
|
||||
</div>
|
||||
<div class="section">
|
||||
<a name="start"> </a>
|
||||
<h2>Getting started</h2>
|
||||
<p>At startup, the application appears as an icon in the system tray. When right clicking the icon, you have the option to open an application, change settings, or exit.</p>
|
||||
<img src="img/suite0.png" />
|
||||
<br /> <br />
|
||||
<p>The settings window is where you can enable <a href="hotkeys.htm">global hotkeys</a>, this means pressing a keyboard combination to open a specific application.</p>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<a name="articles"> </a>
|
||||
<h2>Suite articles</h2>
|
||||
<ul><li><a href="hotkeys.htm">Global hotkeys</a></li></ul>
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
Software created by Chibici Tiberiu.
|
||||
Contact: <a href="mailto:chibicitiberiu@gmail.com">chibicitiberiu@gmail.com</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
57
Source/Help/documentation/apps/main/index.htm
Normal file
57
Source/Help/documentation/apps/main/index.htm
Normal file
@ -0,0 +1,57 @@
|
||||
<!-- saved from url=(0014)about:internet -->
|
||||
<html>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=9" />
|
||||
<head>
|
||||
<title>Tibi's Mathematics Suite</title>
|
||||
<link href="style.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Tibi's Mathematics Suite</h1>
|
||||
|
||||
<div class="section">
|
||||
<h2>Content</h2>
|
||||
<ul>
|
||||
<li><a href="#intro">Introduction</a></li>
|
||||
<li><a href="#start">Getting started</a></li>
|
||||
<li><a href="#articles">Suite articles</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<a name="intro"> </a>
|
||||
<h2>Introduction</h2>
|
||||
|
||||
<p><em>Tibi's Mathematics Suite</em> is a package of useful mathematical applications. At the moment, it contains the following modules: </p>
|
||||
<ul>
|
||||
<li>Factorizator</li>
|
||||
<li>Graphing calculator</li>
|
||||
<li>Help viewer</li>
|
||||
<li>Matrix calculator</li>
|
||||
<li>Scientific calculator</li>
|
||||
</ul>
|
||||
|
||||
<p>The <em>suite application</em> is an utility that makes it much easier to access the individual applications, using a system tray icon and global hotkeys.</p>
|
||||
</div>
|
||||
<div class="section">
|
||||
<a name="start"> </a>
|
||||
<h2>Getting started</h2>
|
||||
<p>At startup, the application appears as an icon in the system tray. When right clicking the icon, you have the option to open an application, change settings, or exit.</p>
|
||||
<img src="img/suite0.png" />
|
||||
<br /> <br />
|
||||
<p>The settings window is where you can enable <a href="hotkeys.htm">global hotkeys</a>, this means pressing a keyboard combination to open a specific application.</p>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<a name="articles"> </a>
|
||||
<h2>Suite articles</h2>
|
||||
<ul><li><a href="hotkeys.htm">Global hotkeys</a></li></ul>
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
Software created by Chibici Tiberiu.
|
||||
Contact: <a href="mailto:chibicitiberiu@gmail.com">chibicitiberiu@gmail.com</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
119
Source/Help/documentation/apps/main/style.css
Normal file
119
Source/Help/documentation/apps/main/style.css
Normal file
@ -0,0 +1,119 @@
|
||||
body {
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 10.5pt;
|
||||
background: #F0F0F0;
|
||||
margin:0px;
|
||||
padding: 5px;
|
||||
|
||||
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0F0F0', endColorstr='#A0A0A0');
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#A0A0A0));
|
||||
background: -moz-linear-gradient(top, #F0F0F0, #A0A0A0);*/
|
||||
|
||||
background-image: url("img/background.png");
|
||||
background-repeat: repeat-x;
|
||||
background-position: top center;
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
.section {
|
||||
margin: 5px;
|
||||
margin-top: 10px;
|
||||
padding: 5px;
|
||||
padding-left: 15px;
|
||||
min-width: 600px;
|
||||
|
||||
border: 1px solid silver;
|
||||
background-color: #F5F5F5;
|
||||
border-radius: 10px;
|
||||
-moz-border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
|
||||
box-shadow: 0px 3px 7px rgba(68,68,68,0.6);
|
||||
-mox-box-shadow: 0px 3px 7px rgba(68,68,68,0.6);
|
||||
-webkig-box-shadow: 0px 3px 7px rgba(68,68,68,0.6);
|
||||
}
|
||||
|
||||
.footer {
|
||||
margin-top: 20px;
|
||||
color: #777;
|
||||
text-align: center;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #248AC9;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #8DCFF7;
|
||||
}
|
||||
|
||||
a > img {
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin:5px;
|
||||
margin-bottom: 15px;
|
||||
font-size: 18pt;
|
||||
font-family: Arial, sans-serif;
|
||||
font-weight: normal;
|
||||
color: #606060;
|
||||
}
|
||||
|
||||
h1:hover {
|
||||
color: #909090;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-top: -2px;
|
||||
margin-left: -7px;
|
||||
margin-bottom: 15px;
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 13pt;
|
||||
font-weight: bold;
|
||||
color: Silver;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-top: 10px;
|
||||
margin-bottom: -10px;
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
|
||||
|
||||
img.shadow {
|
||||
background: white;
|
||||
|
||||
box-shadow: 2px 2px 7px rgba(68,68,68,0.4);
|
||||
-mox-box-shadow: 2px 2px 7px rgba(68,68,68,0.4);
|
||||
-webkig-box-shadow: 2px 2px 7px rgba(68,68,68,0.4);
|
||||
}
|
||||
|
||||
img.maths {
|
||||
margin-left: 2em;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.captioned_image_right {
|
||||
float:right;
|
||||
margin-left: 10px;
|
||||
margin-bottom: 10px;
|
||||
text-align: center;
|
||||
background: white;
|
||||
padding:5px;
|
||||
width:150px;
|
||||
|
||||
box-shadow: 2px 2px 7px rgba(68,68,68,0.4);
|
||||
-mox-box-shadow: 2px 2px 7px rgba(68,68,68,0.4);
|
||||
-webkig-box-shadow: 2px 2px 7px rgba(68,68,68,0.4);
|
||||
|
||||
border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
}
|
Reference in New Issue
Block a user