mirror of https://github.com/Gnucash/gnucash
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
515 B
37 lines
515 B
<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>
|