git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@718 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-03-25 05:58:22 +00:00
parent bd20a9c4f2
commit d364f9535f

View File

@ -4,30 +4,30 @@
The date cell handles the following accelrator keys: The date cell handles the following accelrator keys:
<pre> <pre>
'+': '+':
'=': increment day */ '=': increment day
'_': '_':
'-': decrement day */ '-': decrement day
'}': '}':
']': increment month */ ']': increment month
'{': '{':
'[': decrment month */ '[': decrment month
'M': 'M':
'm': begining of month */ 'm': begining of month
'H': 'H':
'h': end of month */ 'h': end of month
'Y': 'Y':
'y': begining of year */ 'y': begining of year
'R': 'R':
'r': end of year */ 'r': end of year
'T': 'T':
't': today */ 't': today
</pre> </pre>