mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-04 18:20:42 +00:00
25 lines
920 B
HTML
25 lines
920 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
|
|
<link rel="stylesheet" type="text/css" href="/default.css">
|
|
<title>tipsntricks</title>
|
|
</head>
|
|
<body>
|
|
<h1>Tips & Tricks</h1>
|
|
<h2>Not so obvious control features</h2>
|
|
<list>
|
|
<li>• Select an area by dragging with left button down, use right
|
|
button to pan that area</li>
|
|
<li>• Hold down alt key to select an area without zooming in, hit B key
|
|
to bookmark (while still holding alt), click outside of the area to
|
|
cancel</li>
|
|
<li>• Hold down ctrl key to zoom in with mousewheel.</li>
|
|
<li>• Hit Escape key to return to previous zoom level.</li>
|
|
<li>• Press F8 to show/hide the entire left panel in daily view</li>
|
|
<li>• Press F9 to show/hide calendar in daily view</li>
|
|
<li>• Press F10 to show/hide the right side navigation bar</li>
|
|
</list>
|
|
</body>
|
|
</html>
|