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: addon/doc/ar/readme.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,18 @@ content can also be cleared.
12
12
13
13
represent MathML objects, or the string which has been marked with the
14
14
review cursor, to the clipboard.
15
+
16
+
15
17
* NVDA+windows+x: لمسح محتوى الحافظة
16
18
* VDA+windows+f9: Mark the current position of the review cursor as the start of the text to be added to the clipboard. If you use nvda+F9, the text will not be added.
17
19
* Not assigned: Copies to (or cuts from) the clipboard, with the possibility of being asked for a previous confirmation.
18
20
19
21
ملحوظة: يمكنك تغيير الاختصارات المذكورة أعلاه من خلال الذهاب إلى قائمة NVDA
20
22
الرئيسية, ثم قائمة التفضيلات, ثم تخصيص اختصارات NVDA, ثم فئة استعراض النص.
21
23
24
+
22
25
## قائمة التفضيلات ##
26
+
23
27
* Clip Contents Designer settings: Allows to set a separator which can be used to find the text segments once the entire added text is pasted.
24
28
It's also possible to choose if the added text will be appended or prepended, if available actions (add, clear clipboard, emulate copy and emulate cut) should be performed inmediately or after confirmation, and if confirmations will be requested just if text is contained in the clipboard.
25
29
@@ -52,8 +56,10 @@ Notes:
52
56
53
57
## Changes for 4.0 ##
54
58
59
+
55
60
profiles can be used to save different separators, and it's not needed to
56
61
copy the settings for importing at reinstallation.
62
+
57
63
* Now it's possible to choose if the added text will be appended or
58
64
prepended, using the Add text before clip data check box from the Clip
59
65
@@ -70,9 +76,11 @@ Notes:
70
76
* إضافة مربع تحديد لإعدادات الإضافة, للاختيار ما إذا كان ينبغي نسخ الفاصل
71
77
بين القطع النصية لاستيراده عند إعادة تثبيت الإضافة
72
78
79
+
73
80
## مستجدات الإصدار 2.0 ##
74
81
75
82
* Hindi characters can be used as the separator between added contents.
Copy file name to clipboardExpand all lines: addon/doc/es/readme.md
+12-14Lines changed: 12 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Clip Contents Designer #
2
2
3
-
4
-
This add-on is used to add text to the clipboard, which can be useful when you want to join sections of text together ready for pasting.
5
3
The clipboard content can also be cleared an shown in browse mode.
6
4
7
5
## Keyboard commands ##
6
+
7
+
8
8
* VDA+windows+c: Add selected text, Unicode braille characters which represent MathML objects, or the string which has been marked with the review cursor, to the clipboard.
9
9
* VDA+windows+x: Clear clipboard contents.
10
10
* ot assigned: Copies to (or cuts from) the clipboard, with the possibility of being asked for a previous confirmation.
@@ -32,27 +32,27 @@ Notes:
32
32
## Changes for 46.0.0
33
33
34
34
35
-
## Changes for 40.0.0
36
-
37
35
* Added support for Hebrew keyboard.
36
+
37
+
38
38
## Changes for 22.0.0
39
39
40
40
* Added a button to restore defaults in the add-on settings panel.
41
41
42
42
43
-
## Changes for 17.0
44
-
45
43
* Compatible with NVDA 2023.1.
46
44
47
45
## Changes for 16.0
48
46
49
47
* Reqires NVDA 2022.1 or later.
50
-
## Changes for 15.0
51
48
52
49
53
-
* Fixed gestures to copy and cut with Persian keyboard, thanks to Mohammadhosein Ghezelsofla.
50
+
## Changes for 15.0
51
+
54
52
55
53
## Changes for 14.0
54
+
55
+
56
56
* Compatible with NVDA 2021.1.
57
57
58
58
## Changes for 13.0
@@ -65,14 +65,14 @@ Notes:
65
65
* You can assign different gestures to show the clipboard textual contents as raw text or formatted in HTML. The Format to show the clipboard text in the settings panel has being modified accordingly, to select the two options available for HTML format.
66
66
67
67
## Changes for 12.0
68
+
69
+
68
70
* Fixed bugs when using emulate copy in applications like LibreOffice Writer.
69
71
70
72
## Changes for 11.0
71
73
72
74
* Now it's possible to add text marked with the review cursor using standard commands of NVDA (NVDA+f9 and NVDA+f10). NVDA+windows+f9 is no longer used, for a better integration with the new NVDA+shift+f9 command.
73
75
* Requires NVDA 2019.3 or later.
74
-
75
-
76
76
* Fixed a bug in the dialog used to show the clipboard text, when its title contains non latin characters.
77
77
* Fixed a bug when using the emulate cut and copy features with an Arabic keyboard layout. This has been fixed by Abdel, added as an add-on author.
78
78
@@ -104,17 +104,15 @@ Notes:
104
104
* Requires NVDA 2016.4 or later.
105
105
106
106
107
-
* Add-on settings are managed from NVDA configuration, so that standard profiles can be used to save different separators, and it's not needed to copy the settings for importing at reinstallation.
108
-
109
107
* Now it's possible to choose if the added text will be appended or prepended, using the Add text before clip data check box from the Clip Contents Designer settings dialog.
110
108
111
-
112
109
* Braille representation of MathML objects can be added to the clipboard if MathPlayer is installed.
113
-
* If no separator is set, just a single line will be placed between the added text segments.
114
110
* A shortcut can be assigned to open the Clip Contents Designer settings dialog.
115
111
* Added a check box in the settings dialog, for choosing if the separator should be copied to be imported when reinstalling the add-on.
112
+
116
113
## Changes for 2.0 ##
117
114
115
+
118
116
* Hindi characters can be used as the separator between added contents.
0 commit comments