mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
20 lines
789 B
HTML
20 lines
789 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="/default.css"/>
|
|
</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>
|