Special Function Keys
With the help of Lua
scripts, Oh-my-rime has implemented some specific function keys:
- Time printing
- Week printing
- Date printing
- Capitalized Chinese currency printing
Time Printing
Within the input method, simply input the keyword "time
," and the input method will automatically generate a sentence based on the current time using a Lua script:
Week Printing
Similar to the previous function, but the keyword is changed to "week
":
Date Printing
Keyword: "date":
Capitalized Chinese Currency Printing
This feature of printing capitalized Chinese currency is quite interesting. It is activated by using the uppercase letter "R
" and then inputting the numeric keys on the keyboard (the keys above the letters, not the ones on the numpad):
Afterward, to select a candidate, you can use the arrow keys for selection and the spacebar to select; you can also use Ctrl
+ number key
to select.
Lunar Date Printing/Conversion
If you want to print the lunar date, you need to know that the "Chinese lunar calendar"
in English is: Chinese lunar calendar.
Therefore, I set the leading word for printing the lunar date to lunar
. If you enter the leading word in the input method, you can output the lunar date of the current day.
If you want to query the lunar date of a certain day, you can use the leading letter N
. Then enter the query date using the numeric keys.