Đồng hồ và lịch Add-on cho NVDA
This add-on enables the advanced clock, alarm timer and calendar
functionality for NVDA.
Thay vì luôn lấy thông tin ngày giờ từ Windows, bạn có thể tùy biến cách mà
NVDA đọc và hiển thị ngày giờ trong chữ nổi.
Thêm nữa, bạn có thể lấy thông tin về ngày hiện tại, số tuần, kể cả số ngày
còn lại trước khi kết thúc năm, và bạn cũng có thể đặt báo giờ tự động trong
khoảng thời gian nhất định.
There's also a stopwatch and Alarm timer features built-in to the add-on
that lets you time your tasks, such as copying files, installing programs,
or cooking meals.
Lưu ý:
Nếu bạn cài đặt add-on ở dạng cập nhật, trong khi thực hiện cài đặt, chương
trình sẽ kiểm tra việc cấu hình cũ có tương thích với phiên bản mới và chỉnh
sửa chúng trước khi cài đặt, rồi thì bạn chỉ việc bấm nút Đồng Ý để xác
nhận.
Sử dụng
- Open the configuration dialog for this add-on from NVDA Settings dialog.
- In the Clock setup panel, the first two Combo Box controls allow you to choose your prefered time and date display formats.
- The Combo Box control labeled "Interval" allows you to set the interval for automatic time announcement (Every 10 minutes, Every 15 minutes, Every 30 minutes, Every hour, or Off).
- The Combo Box control labeled "Time announcement" (only visible if the choice "off" is not selected in the interval Combo Box) lets you configure how the automatic time announcement should be reported (Speech and sound, Speech only, or Sound only) when automatic time announcement is working.
- The Combo box control labeled "Clock chime sound" (only visible if the choice "off" is not selected in the interval Combo Box) lets you choose between various clock sounds that will be played when automatic time announcement is working and reported with sound.
- The Checkbox control labeled "Quiet hours" (only visible if the choice "off" is not selected in the interval Combo Box) lets you configure time range when automatic time announcement shouldn't occur.
- The Checkbox control labeled "input in 24-hour format" (only visible if quiet hours are enabled) allows you to configure whether you want to input time for quiet hours in 12-hour (A.M. or P.M.), or european 24-hour format.
- The Edit box controls for start and end time (only visible if quiet hours are enabled) let you configure time range for quiet hours. The time should be entered in HH:MM format if the "input in 24-hour format" checkbox is checked, otherwise you must use a 12 hour format as described below.
- When done, tab to the OK button and activate it by pressing Enter to save your settings.
- In the Alarm setup dialog, the first Combo Box control allow you to choose your prefered countdown timer before the alarm ring.
- The Edit box control lets you type your time waiting before the alarm ring. This duration must be specified in 1 or more digits, not a decimal number.
- The Combo box control labeled "Alarm sound" lets you choose between various alarm sounds that will be played when the alarm time arrives.
- The pause button allows you to pause/resume too long alarms.
- The stop button allows you to stop too long alarms.
- When done, tab to the OK button and activate it by pressing Enter. A message should be displayed to remind you of the waiting time before the alarm.
- Press NVDA+F12 once to get current time, twice to get current date, or three times to get the current day, week number, as well as the remaining days before the end of the current year.
Các phím lệnh
- NVDA+F12: get current time
- NVDA+F12 pressed twice quickly: get current date
- NVDA+F12 pressed three times quickly: reports the current day, the week
number, the current year and the remaining days before the end of the
year.
- There is a script that gives the remaining and elapsed time before the
next alarm. There is no keyboard gesture assigned to this script, you will
have to do it yourself in the "Input gestures" dialog box, in the "Clock"
category. pressing this gesture twice quickly will cancel the next alarm.
- There is another script to stop the sound that is currently playing, its
gesture is also not defined. That script can also be called using the
clock layer commands described below.
Các lệnh layer
Để dùng các lệnh layer, bấm NVDA+Shift+F12 rồi một trong các phím sau:
- S: Bắt đầu, đặt lại hay dừng đồng hồ bấm giờ;
- R: đặt lại đồng hồ báo giờ là 0 mà không khởi động lại nó;
- A: cung cấp thời gian đã qua và còn lại trước báo hiệu tiếp theo;
- C: hủy báo hiệu tiếp theo;
- Khoảng trắng: thông báo đồng hồ bấm giờ hay thời gian đếm ngược hiện tại;
- p: nếu báo hiệu quá dài thì cho phép dừng lại;
- H: liệt kê tất cả lệnh layer.
Cú pháp dùng cho giờ yên tĩnh
- To avoid bugs, the quiet hours must follow a rigorous and precise syntax.
- If you check the "Input in 24-hour format" checkbox, the format must be
"HH:MM".
- If you uncheck the "Input in 24-hour format" checkbox, the format must be
"HH:MM AM" or "HH:MM PM", the HH must contain a 12-hour format, from 0 to
12 and the "AM"|"PM" suffix can be in lowercase or uppercase.
- If you check the Quiet hours" checkbox and keep the "Quiet hours start
time" or "Quiet hours end time" field empty, or type a mistaken value, the
"Quiet hours" checkbox will be unchecked automatically to avoid errorss
and a message will be displayed.
[[!tag dev stable]]