File: tips.html

package info (click to toggle)
cronometer 0.9.9%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,744 kB
  • sloc: java: 17,382; xml: 909; makefile: 19
file content (39 lines) | stat: -rw-r--r-- 1,616 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
	<link rel="stylesheet" href="cron.css" type="text/css"/>
	<title>About CRON-o-Meter</title>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta>
</head>

<body>

<h2>Tips &amp; Tricks</h2>

<h4>Cut, Copy, and Paste Shortcuts</h4>

Standard keyboard shortcuts for Cut, Copy and Paste will work on selected
items in your daily listing. For example, you can easily copy a selection of 
foods and paste them into a different day. You can also paste the results 
into a text editor.

<h4>Keyboard accelerators for food entry</h4>

There are also many ways to accelerate through data entry with the keyboard. 
Control-E (Command-E on Max OS X) will bring up the food search dialog. 
<p>
If the top ranked search result is what you're looking 
for, hitting enter will auto-select it. When you select a food, the 
keyboard focus automatically transfers to the amount field. Hitting enter 
after typing an amount will automatically add the food. Tab will select 
the Measure menu and you can use the arrow keys to page through them. You 
can actually enter foods without ever touching the mouse.

 <!-------------------------------------------------------->
<br><br><hr>
<div id="plea">Help make this manual better for the next user. <br>
 Contribute some material to the sourceforge project at <a href="http://sourceforge.net/projects/cronometer/">http://sourceforge.net/projects/cronometer/</a></div>
 
</body>
</html>