mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
oops
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@718 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
bd20a9c4f2
commit
d364f9535f
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user