mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-17 19:20:17 +01:00
43 lines
1.2 KiB
PHP
43 lines
1.2 KiB
PHP
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org" />
|
|
|
|
<title>User Guide: Glossary</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
|
|
<link href="../title.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
|
|
<body>
|
|
<?php
|
|
include("../header.php");
|
|
include("../dock.php");
|
|
?>
|
|
|
|
<div id="inhalt">
|
|
<table width="880" border="0" cellpadding="1" cellspacing="1">
|
|
<tr>
|
|
<td content="content" colspan="2" valign="top">
|
|
<br />
|
|
<br />
|
|
<br />
|
|
|
|
<h1>Glossary</h1>
|
|
|
|
<ul>
|
|
<li>[drag] to click in an object with the mouse and move the mouse while holding the mouse button.</li>
|
|
|
|
<li>[miniaturize] (iconify, minimize) to temporarily put a window aside, replacing the window with a miniature
|
|
representation of it.</li>
|
|
|
|
<li>[Meta key] depending on the system and keyboard types, this can mean different keys. Under Linux, it is usually
|
|
the Alt or Alternate key.</li>
|
|
</ul><br />
|
|
<br />
|
|
<br />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</body>
|
|
</html>
|