mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@747 57a11ea4-9604-0410-9ed3-97b8803252fd
37 lines
515 B
HTML
37 lines
515 B
HTML
<html>
|
|
<body>
|
|
<h1>Date Input</h1>
|
|
|
|
The date cell handles the following accelrator keys:
|
|
<pre>
|
|
'+':
|
|
'=': increment day
|
|
|
|
'_':
|
|
'-': decrement day
|
|
|
|
'}':
|
|
']': increment month
|
|
|
|
'{':
|
|
'[': decrment month
|
|
|
|
'M':
|
|
'm': begining of month
|
|
|
|
'H':
|
|
'h': end of month
|
|
|
|
'Y':
|
|
'y': begining of year
|
|
|
|
'R':
|
|
'r': end of year
|
|
|
|
'T':
|
|
't': today
|
|
|
|
</pre>
|
|
</body>
|
|
</html>
|