You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ You can see that there are 12 spaces in the middle, and nvda will skip them when
15
15
Pressing nvda+up or nvda+numpad8 twice will read all the spaces one by one, which is usually not very convenient.
16
16
17
17
This addon detects 2 or more consecutive spaces, and folds them into a short sequence.
18
+
18
19
For example "space space space space space" becomes "5 space".
19
20
20
21
### Diff indication
@@ -28,5 +29,26 @@ The sounds are taken from vscode, they are also slightly modified (a small amoun
28
29
This feature allows to find out the length of the line under cursor, it can be useful when formatting code or any other text.
29
30
Gesture is unassigned by default.
30
31
32
+
### Get second in the current minute
33
+
Can be useful for an approximate measurement of time intervals from a few seconds to a couple of minutes.
34
+
35
+
For example, you can debug a non-optimized program, the execution of a part of which takes a long time.
36
+
37
+
Suppose you launched the process and checked the second, you received the number 5.
38
+
39
+
When the process ended, you again requested the value of a second: 30.
40
+
41
+
Thus, the program hung for about 25 seconds, you can improve the code and take similar measurements again.
42
+
43
+
Also could be used for more accurate setting of the clock, which resets seconds to zero when applying settings.
44
+
45
+
Of course, you can simply enable the display of seconds in Windows settings, but in some cases it is convenient to immediately get the most actual value without listening information about the hour and minute.
46
+
47
+
nvda+ctrl+f12 is bound by default.
48
+
31
49
---
32
50
All passive features, like space folding, is disabled by default, they could be enabled in addon settings.
0 commit comments