@openui5/sap.ui.table 1.136.2 → 1.138.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. package/REUSE.toml +0 -28
  2. package/THIRDPARTY.txt +0 -24
  3. package/package.json +3 -3
  4. package/src/sap/ui/table/.library +1 -1
  5. package/src/sap/ui/table/AnalyticalColumn.js +2 -2
  6. package/src/sap/ui/table/AnalyticalColumnMenu.js +1 -1
  7. package/src/sap/ui/table/AnalyticalTable.js +23 -11
  8. package/src/sap/ui/table/Column.js +44 -2
  9. package/src/sap/ui/table/ColumnMenu.js +1 -1
  10. package/src/sap/ui/table/CreationRow.js +1 -1
  11. package/src/sap/ui/table/Row.js +10 -7
  12. package/src/sap/ui/table/RowAction.js +1 -1
  13. package/src/sap/ui/table/RowActionItem.js +1 -1
  14. package/src/sap/ui/table/RowSettings.js +1 -1
  15. package/src/sap/ui/table/Table.js +3 -3
  16. package/src/sap/ui/table/TablePersoController.js +1 -1
  17. package/src/sap/ui/table/TableRenderer.js +1 -1
  18. package/src/sap/ui/table/TreeTable.js +23 -39
  19. package/src/sap/ui/table/extensions/Accessibility.js +22 -17
  20. package/src/sap/ui/table/extensions/AccessibilityRender.js +1 -1
  21. package/src/sap/ui/table/extensions/DragAndDrop.js +3 -3
  22. package/src/sap/ui/table/extensions/ExtensionBase.js +1 -1
  23. package/src/sap/ui/table/extensions/Keyboard.js +12 -2
  24. package/src/sap/ui/table/extensions/KeyboardDelegate.js +109 -80
  25. package/src/sap/ui/table/extensions/Pointer.js +1 -1
  26. package/src/sap/ui/table/extensions/Scrolling.js +9 -2
  27. package/src/sap/ui/table/extensions/ScrollingIOS.js +2 -2
  28. package/src/sap/ui/table/extensions/Synchronization.js +1 -1
  29. package/src/sap/ui/table/i18n/interaction_ar.xml +14 -17
  30. package/src/sap/ui/table/i18n/interaction_bg.xml +2 -5
  31. package/src/sap/ui/table/i18n/interaction_ca.xml +2 -5
  32. package/src/sap/ui/table/i18n/interaction_cnr.xml +2 -5
  33. package/src/sap/ui/table/i18n/interaction_cs.xml +4 -7
  34. package/src/sap/ui/table/i18n/interaction_cy.xml +2 -5
  35. package/src/sap/ui/table/i18n/interaction_da.xml +2 -5
  36. package/src/sap/ui/table/i18n/interaction_de.xml +2 -5
  37. package/src/sap/ui/table/i18n/interaction_el.xml +2 -5
  38. package/src/sap/ui/table/i18n/interaction_en.xml +2 -5
  39. package/src/sap/ui/table/i18n/interaction_en_GB.xml +2 -5
  40. package/src/sap/ui/table/i18n/interaction_es.xml +2 -5
  41. package/src/sap/ui/table/i18n/interaction_es_MX.xml +2 -5
  42. package/src/sap/ui/table/i18n/interaction_et.xml +2 -5
  43. package/src/sap/ui/table/i18n/interaction_fi.xml +2 -5
  44. package/src/sap/ui/table/i18n/interaction_fr.xml +2 -5
  45. package/src/sap/ui/table/i18n/interaction_fr_CA.xml +2 -5
  46. package/src/sap/ui/table/i18n/interaction_hi.xml +2 -5
  47. package/src/sap/ui/table/i18n/interaction_hr.xml +8 -11
  48. package/src/sap/ui/table/i18n/interaction_hu.xml +2 -5
  49. package/src/sap/ui/table/i18n/interaction_id.xml +3 -6
  50. package/src/sap/ui/table/i18n/interaction_it.xml +3 -6
  51. package/src/sap/ui/table/i18n/interaction_iw.xml +9 -12
  52. package/src/sap/ui/table/i18n/interaction_ja.xml +3 -6
  53. package/src/sap/ui/table/i18n/interaction_kk.xml +4 -7
  54. package/src/sap/ui/table/i18n/interaction_ko.xml +2 -5
  55. package/src/sap/ui/table/i18n/interaction_lt.xml +2 -5
  56. package/src/sap/ui/table/i18n/interaction_lv.xml +2 -5
  57. package/src/sap/ui/table/i18n/interaction_mk.xml +4 -7
  58. package/src/sap/ui/table/i18n/interaction_ms.xml +2 -5
  59. package/src/sap/ui/table/i18n/interaction_nl.xml +4 -7
  60. package/src/sap/ui/table/i18n/interaction_no.xml +2 -5
  61. package/src/sap/ui/table/i18n/interaction_pl.xml +2 -5
  62. package/src/sap/ui/table/i18n/interaction_pt.xml +2 -5
  63. package/src/sap/ui/table/i18n/interaction_pt_PT.xml +2 -5
  64. package/src/sap/ui/table/i18n/interaction_ro.xml +2 -5
  65. package/src/sap/ui/table/i18n/interaction_ru.xml +2 -5
  66. package/src/sap/ui/table/i18n/interaction_sh.xml +2 -5
  67. package/src/sap/ui/table/i18n/interaction_sk.xml +2 -5
  68. package/src/sap/ui/table/i18n/interaction_sl.xml +3 -6
  69. package/src/sap/ui/table/i18n/interaction_sr.xml +2 -5
  70. package/src/sap/ui/table/i18n/interaction_sv.xml +2 -5
  71. package/src/sap/ui/table/i18n/interaction_th.xml +6 -9
  72. package/src/sap/ui/table/i18n/interaction_tr.xml +2 -5
  73. package/src/sap/ui/table/i18n/interaction_uk.xml +2 -5
  74. package/src/sap/ui/table/i18n/interaction_vi.xml +2 -5
  75. package/src/sap/ui/table/i18n/interaction_zh_CN.xml +2 -5
  76. package/src/sap/ui/table/i18n/interaction_zh_TW.xml +6 -9
  77. package/src/sap/ui/table/library.js +10 -10
  78. package/src/sap/ui/table/menus/AnalyticalTableContextMenu.js +1 -1
  79. package/src/sap/ui/table/menus/ColumnHeaderMenuAdapter.js +1 -1
  80. package/src/sap/ui/table/menus/ContextMenu.js +2 -2
  81. package/src/sap/ui/table/menus/MobileColumnHeaderMenuAdapter.js +37 -1
  82. package/src/sap/ui/table/plugins/BindingSelection.js +1 -1
  83. package/src/sap/ui/table/plugins/MultiSelectionPlugin.js +1 -1
  84. package/src/sap/ui/table/plugins/ODataV4Selection.js +4 -4
  85. package/src/sap/ui/table/plugins/PluginBase.js +1 -1
  86. package/src/sap/ui/table/plugins/SelectionModelSelection.js +1 -1
  87. package/src/sap/ui/table/plugins/SelectionPlugin.js +1 -1
  88. package/src/sap/ui/table/plugins/V4Aggregation.js +52 -31
  89. package/src/sap/ui/table/rowmodes/Auto.js +2 -2
  90. package/src/sap/ui/table/rowmodes/Fixed.js +2 -2
  91. package/src/sap/ui/table/rowmodes/Interactive.js +8 -8
  92. package/src/sap/ui/table/rowmodes/RowMode.js +2 -2
  93. package/src/sap/ui/table/rowmodes/Variable.js +1 -1
  94. package/src/sap/ui/table/themes/base/DragDrop.less +1 -1
  95. package/src/sap/ui/table/utils/TableUtils.js +21 -90
  96. package/src/sap/ui/table/utils/_ColumnUtils.js +33 -120
  97. package/src/sap/ui/table/utils/_GroupingUtils.js +20 -63
  98. package/src/sap/ui/table/utils/_HookUtils.js +3 -103
  99. package/src/sap/ui/table/utils/_MenuUtils.js +3 -3
  100. package/src/sap/ui/table/utils/_BindingUtils.js +0 -66
@@ -5,7 +5,7 @@
5
5
  <control name="sap.ui.table.AnalyticalTable"/>
6
6
  <control name="sap.ui.table.TreeTable"/>
7
7
  <interaction> <kbd>ArrowUp</kbd> <kbd>ArrowDown</kbd> <kbd>ArrowRight</kbd> <kbd>ArrowLeft</kbd> <description>
8
- <p>نقل التركيز إلى الخلية التالية داخل العمود نفسه أو الصف في الاتجاهات المعنية.</p>
8
+ <p>ينقل التركيز إلى الخلية التالية داخل العمود نفسه أو الصف في الاتجاهات المعنية.</p>
9
9
  <p><kbd>ArrowUp</kbd></p>
10
10
  <p>إذا كان التركيز على الصف الأول، ينتقل التركيز إلى مقدمة العمود.</p>
11
11
  <p><kbd>ArrowDown</kbd></p>
@@ -68,7 +68,7 @@
68
68
  <p>إذا كان التركيز على محدِّد الصف أو <span class="uicontrol">تحديد الكل</span>، ينتقل التركيز إلى محدِّد الصف الأخير.</p>
69
69
  </description>
70
70
  </interaction>
71
- <interaction> <kbd>Enter</kbd> <kbd>Spacebar</kbd> <description>
71
+ <interaction> <kbd>Enter</kbd> <kbd>Return</kbd> <kbd>Spacebar</kbd> <kbd>screen tap gesture</kbd> <description>
72
72
  <p>إذا كان التركيز على الخلية، ينتقل التركيز إلى أول عنصر تحكم يمكن التركيز عليه في الخلية.</p>
73
73
  <p>إذا كان التركيز على خانة الاختيار <span class="uicontrol">تحديد الكل</span> أو محدِّد الصف، فسيتم تبديل حالة خانة الاختيار.</p>
74
74
  <p>إذا كان التركيز على مقدمة العمود، فسيتم فتح قائمة مقدمة العمود.</p>
@@ -77,9 +77,9 @@
77
77
  <p>إذا كان التركيز على مقدمة المجموعة، فسيتم فتح قائمة مقدمة المجموعة.</p>
78
78
  <p><kbd>Spacebar</kbd></p>
79
79
  <p><span class="emphasis">إذا تم تمكين تحديد الخلية:</span></p>
80
- <p>إذا كان التركيز على خلية، فسيتم تحديد الخلية المركَّز عليها.</p>
80
+ <p>إذا كان التركيز على خلية، فسيتم تحديد الخلية المركزة.</p>
81
81
  <p>إذا كان التركيز على مجموعة تحديد الخلايا، تتم إزالة تحديد الخلايا.</p>
82
- <p>إذا كان التركيز على خلية وكان الجدول يحتوي على تكوين معين لسلوك التحديد (لتحديد صف، يمكنك إما تحديد الصف نفسه أو خانة اختيار التحديد إذا كانت متوفرة)، فسيتم تحديد الخلية المركَّز عليها فقط بدلاً من الصف.</p>
82
+ <p>إذا كان التركيز على خلية وكان الجدول يحتوي على تكوين معين لسلوك التحديد (لتحديد صف، يمكنك إما تحديد الصف نفسه أو خانة اختيار التحديد إذا كانت متوفرة)، فسيتم تحديد الخلية المركزة فقط بدلاً من الصف.</p>
83
83
  <p><kbd>Shift + Spacebar</kbd></p>
84
84
  <p>إذا كان التركيز على خلية أو محدِّد صف، فسيقوم هذا بتبديل تحديد الصف الحالي.</p>
85
85
  <p><span class="emphasis">إذا تم تمكين تحديد الخلية:</span></p>
@@ -87,7 +87,7 @@
87
87
  <p>بناءً على نمط تحديد الصف، يحدث ما يلي:</p>
88
88
  <ul>
89
89
  <li>تم تحديد كل صفوف المجموعة (تحديد متعدد)</li>
90
- <li>يتم تحديد الصف بالخلية المركَّز عليها حاليًا فقط (تحديد فردي)</li>
90
+ <li>يتم تحديد الصف بالخلية المركزة حاليًا فقط (تحديد فردي)</li>
91
91
  <li>لم يتم تحديد أي صف من الصفوف</li>
92
92
  </ul>
93
93
  </description>
@@ -101,11 +101,8 @@
101
101
  <p>تبديل التركيز بين الخلية ومحتواها (باستثناء النص للقراءة فقط).</p>
102
102
  </description>
103
103
  </interaction>
104
- <interaction> <kbd>Shift + Spacebar</kbd> <description>
104
+ <interaction> <kbd>Shift</kbd> <description>
105
105
  <p>إذا كان التركيز على <span class="uicontrol">تحديد الكل</span> وتم الضغط على <kbd>Spacebar</kbd>، فلن يتم بدء تشغيل الحدث المقابل. ويمنع <kbd>Shift</kbd> هذا النشاط.</p>
106
- </description>
107
- </interaction>
108
- <interaction> <kbd>Shift + Spacebar</kbd> <kbd>Shift + Enter</kbd> <description>
109
106
  <p>إذا كان التركيز على مقدمة عمود وتم الضغط على <kbd>Spacebar</kbd> أو <kbd>Enter</kbd> ، فلن يتم بدء تشغيل الحدث المقابل.</p>
110
107
  </description>
111
108
  </interaction>
@@ -113,7 +110,7 @@
113
110
  <p>إذا كان التركيز على محدِّد الخلية أو الصف، وتم تحديد الصف ذي الصلة، ينتقل التركيز إلى الصف أعلاه ويتم تحسين التحديد حتى هذا الصف.</p>
114
111
  <p>إذا كان التركيز على محدِد الخلية أو الصف، و<span class="emphasis">لم</span> يتم تحديد الصف ذي الصلة، ينتقل التركيز إلى الصف أعلاه ويتم إزالة التحديد لهذا الصف.</p>
115
112
  <p><span class="emphasis">إذا تم تمكين تحديد الخلية:</span></p>
116
- <p>إذا كان التركيز على خلية <span class="emphasis">غير</span> محددة و<span class="emphasis">لم</span> يتم تحديد الصف، فسيتم تحديد الخلية المركَّز عليها والخلية أعلاه. ينتقل التركيز إلى الخلية أعلى الخلية المركَّز عليها.</p>
113
+ <p>إذا كان التركيز على خلية <span class="emphasis">غير</span> محددة و<span class="emphasis">لم</span> يتم تحديد الصف، فسيتم تحديد الخلية المركزة والخلية أعلاه. ينتقل التركيز إلى الخلية أعلى الخلية المركزة.</p>
117
114
  <p>إذا كان التركيز على خلية محددة، فإن الخلية أعلاه تحصل على التركيز، ويتم تحسين تحديد الخلية حتى هذه الخلية.</p>
118
115
  </description>
119
116
  </interaction>
@@ -121,21 +118,21 @@
121
118
  <p>إذا كان التركيز على محدِّد الخلية أو الصف، وتم تحديد الصف ذي الصلة، ينتقل التركيز إلى الصف أدناه ويتم تحسين التحديد حتى هذا الصف.</p>
122
119
  <p>إذا كان التركيز على محدِد الخلية أو الصف، و<span class="emphasis">لم</span> يتم تحديد الصف ذي الصلة، ينتقل التركيز إلى الصف أدناه ويتم إزالة التحديد لهذا الصف.</p>
123
120
  <p><span class="emphasis">إذا تم تمكين تحديد الخلية:</span></p>
124
- <p>إذا كان التركيز على خلية <span class="emphasis">غير</span> محددة و<span class="emphasis">لم يتم</span> تحديد الصف، فسيتم تحديد الخلية المركَّز عليها والخلية أدناه. ينتقل التركيز إلى الخلية أسفل الخلية المركَّز عليها.</p>
121
+ <p>إذا كان التركيز على خلية <span class="emphasis">غير</span> محددة و<span class="emphasis">لم يتم</span> تحديد الصف، فسيتم تحديد الخلية المركزة والخلية أدناه. ينتقل التركيز إلى الخلية أسفل الخلية المركزة.</p>
125
122
  <p>إذا كان التركيز على خلية محددة، فإن الخلية أدناه تحصل على التركيز، ويتم تحسين تحديد الخلية حتى هذه الخلية.</p>
126
123
  </description>
127
124
  </interaction>
128
125
  <interaction> <kbd>Shift + ArrowRight</kbd> <description>
129
- <p>إذا كان التركيز على مقدمة عمود، فسيزيد عرض هذا العمود بمقدار 1‏ em. ويتكرر هذا إذا بقي المفتاح مضغوطاً.</p>
126
+ <p>إذا كان التركيز على مقدمة عمود، فسيزيد عرض هذا العمود بمقدار 1em. ويتكرر هذا إذا بقي المفتاح مضغوطاً.</p>
130
127
  <p><span class="emphasis">إذا تم تمكين تحديد الخلية:</span></p>
131
- <p>إذا كان التركيز على خلية <span class="emphasis">غير</span> محددة، فسيتم تحديد الخلية المركَّز عليها والخلية الموجودة على اليسار. ينتقل التركيز إلى الخلية على يسار الخلية المركَّز عليها.</p>
128
+ <p>إذا كان التركيز على خلية <span class="emphasis">غير</span> محددة، فسيتم تحديد الخلية المركزة والخلية الموجودة على اليسار. ينتقل التركيز إلى الخلية على يسار الخلية المركزة.</p>
132
129
  <p>إذا كان التركيز على خلية محددة، فسيتم التركيز على الخلية الموجودة على اليسار، ويتم تحسين تحديد الخلية حتى هذه الخلية.</p>
133
130
  </description>
134
131
  </interaction>
135
132
  <interaction> <kbd>Shift + ArrowLeft</kbd> <description>
136
- <p>إذا كان التركيز على مقدمة عمود، فسيتم تقليل عرض هذا العمود بمقدار 1‏ em. ويتكرر هذا إذا بقي المفتاح مضغوطًا.</p>
133
+ <p>إذا كان التركيز على مقدمة عمود، فسيتم تقليل عرض هذا العمود بمقدار 1em. ويتكرر هذا إذا بقي المفتاح مضغوطًا.</p>
137
134
  <p><span class="emphasis">إذا تم تمكين تحديد الخلية:</span></p>
138
- <p>إذا كان التركيز على خلية <span class="emphasis">غير</span> محددة، فسيتم تحديد الخلية المركَّز عليها والخلية الموجودة على اليمين. ينتقل التركيز إلى الخلية إلى يمين الخلية المركَّز عليها.</p>
135
+ <p>إذا كان التركيز على خلية <span class="emphasis">غير</span> محددة، فسيتم تحديد الخلية المركزة والخلية الموجودة على اليمين. ينتقل التركيز إلى الخلية إلى يمين الخلية المركزة.</p>
139
136
  <p>إذا كان التركيز على خلية محددة، فسيتم التركيز على الخلية الموجودة على اليمين، ويتم تحسين تحديد الخلية حتى هذه الخلية.</p>
140
137
  </description>
141
138
  </interaction>
@@ -148,11 +145,11 @@
148
145
  </description>
149
146
  </interaction>
150
147
  <interaction> <kbd>Ctrl + ArrowUp</kbd> <description>
151
- <p>نقل التركيز إلى العنصر التالي الذي يمكن التركيز عليه في الصف أعلاه.</p>
148
+ <p>ينقل التركيز إلى العنصر التالي الذي يمكن التركيز عليه في الصف أعلاه.</p>
152
149
  </description>
153
150
  </interaction>
154
151
  <interaction> <kbd>Ctrl + ArrowDown</kbd> <description>
155
- <p>نقل التركيز إلى العنصر التالي الذي يمكن التركيز عليه في الصف أدناه.</p>
152
+ <p>ينقل التركيز إلى العنصر التالي الذي يمكن التركيز عليه في الصف أدناه.</p>
156
153
  </description>
157
154
  </interaction>
158
155
  <interaction> <kbd>Ctrl + A</kbd> <description>
@@ -68,7 +68,7 @@
68
68
  <p>Ако фокусът е върху селектора за редове или <span class="uicontrol">Избор на всички</span>, той се премества върху селектора за последния ред.</p>
69
69
  </description>
70
70
  </interaction>
71
- <interaction> <kbd>Enter</kbd> <kbd>Spacebar</kbd> <description>
71
+ <interaction> <kbd>Enter</kbd> <kbd>Return</kbd> <kbd>Spacebar</kbd> <kbd>screen tap gesture</kbd> <description>
72
72
  <p>Ако фокусът е върху клетката, той се премества върху първата контрола с възможност за фокусиране в клетката.</p>
73
73
  <p>Ако фокусът е върху полето за отметка <span class="uicontrol">Избор на всички</span> или селектора за редове, превключва статуса на полето.</p>
74
74
  <p>Ако фокусът е върху заглавката на колоната, менюто в заглавката се отваря.</p>
@@ -101,11 +101,8 @@
101
101
  <p>Превключва фокуса между клетката и съдържанието ѝ (с изключение на текстове само за четене).</p>
102
102
  </description>
103
103
  </interaction>
104
- <interaction> <kbd>Shift + Spacebar</kbd> <description>
104
+ <interaction> <kbd>Shift</kbd> <description>
105
105
  <p>Ако фокусът е върху <span class="uicontrol">Избор на всички</span> и е натиснато <kbd>Spacebar</kbd>, съответното събитие не се инициира. <kbd>Shift</kbd> предотвратява тази дейност.</p>
106
- </description>
107
- </interaction>
108
- <interaction> <kbd>Shift + Spacebar</kbd> <kbd>Shift + Enter</kbd> <description>
109
106
  <p>Ако фокусът е върху заглавка на колона и е натиснато <kbd>Spacebar</kbd> или <kbd>Enter</kbd>, съответното събитие не се инициира.</p>
110
107
  </description>
111
108
  </interaction>
@@ -68,7 +68,7 @@
68
68
  <p>Si el focus és al selector de fila o a <span class="uicontrol">Selecciona-ho tot</span>, el focus es mou al darrer selector de fila.</p>
69
69
  </description>
70
70
  </interaction>
71
- <interaction> <kbd>Enter</kbd> <kbd>Spacebar</kbd> <description>
71
+ <interaction> <kbd>Enter</kbd> <kbd>Return</kbd> <kbd>Spacebar</kbd> <kbd>screen tap gesture</kbd> <description>
72
72
  <p>Si el focus és a la cel·la, el focus es mou al primer control enfocable de la cel·la.</p>
73
73
  <p>Si el focus és a la casella de selecció <span class="uicontrol">Selecciona-ho tot</span> o a un selector de fila, alterna l'estat de la casella de selecció.</p>
74
74
  <p>Si el focus és a la capçalera de columna, s'obre el menú de la capçalera de columna.</p>
@@ -101,11 +101,8 @@
101
101
  <p>Canvia el focus entre la cel·la i el seu contingut (tret dels textos de només lectura).</p>
102
102
  </description>
103
103
  </interaction>
104
- <interaction> <kbd>Shift + Spacebar</kbd> <description>
104
+ <interaction> <kbd>Shift</kbd> <description>
105
105
  <p>Si el focus és a <span class="uicontrol">Selecciona-ho tot</span> i es prem <kbd>Spacebar</kbd>, l'esdeveniment corresponent no s'activa. <kbd>Shift</kbd> impedeix aquesta activitat.</p>
106
- </description>
107
- </interaction>
108
- <interaction> <kbd>Shift + Spacebar</kbd> <kbd>Shift + Enter</kbd> <description>
109
106
  <p>Si el focus és en una capçalera de columna i es prem <kbd>Spacebar</kbd> o <kbd>Enter</kbd>, l'esdeveniment corresponent no s'activa.</p>
110
107
  </description>
111
108
  </interaction>
@@ -68,7 +68,7 @@
68
68
  <p>Ako je fokus na selektoru reda ili na <span class="uicontrol">Odaberi sve</span>, fokus se pomjera na posljednji selektor reda.</p>
69
69
  </description>
70
70
  </interaction>
71
- <interaction> <kbd>Enter</kbd> <kbd>Spacebar</kbd> <description>
71
+ <interaction> <kbd>Enter</kbd> <kbd>Return</kbd> <kbd>Spacebar</kbd> <kbd>screen tap gesture</kbd> <description>
72
72
  <p>Ako je fokus na ćeliji, fokus se pomjera na prvu kontrolu na koju se može fokusirati u ćeliji.</p>
73
73
  <p>Ako je fokus na kvadratiću za potvrdu <span class="uicontrol">Odaberi sve</span> ili selektoru reda, ovo prebacuje status kvadratića za potvrdu.</p>
74
74
  <p>Ako je fokus na zaglavlju kolone, otvara se meni zaglavlja kolone.</p>
@@ -101,11 +101,8 @@
101
101
  <p>Prebacuje fokus između ćelije i njenog sadržaja (sa izuzetkom teksta koji je samo za čitanje).</p>
102
102
  </description>
103
103
  </interaction>
104
- <interaction> <kbd>Shift + Spacebar</kbd> <description>
104
+ <interaction> <kbd>Shift</kbd> <description>
105
105
  <p>Ako je fokus na <span class="uicontrol">Odaberi sve</span> i pritisne se <kbd>Spacebar</kbd>, odgovarajući događaj se ne pokreće. <kbd>Shift</kbd> spriječava ovu aktivnost.</p>
106
- </description>
107
- </interaction>
108
- <interaction> <kbd>Shift + Spacebar</kbd> <kbd>Shift + Enter</kbd> <description>
109
106
  <p>Ako je fokus na zaglavlju kolone i <kbd>Spacebar</kbd> ili se pritisne <kbd>Enter</kbd>, odgovarajući događaj se ne pokreće.</p>
110
107
  </description>
111
108
  </interaction>
@@ -68,7 +68,7 @@
68
68
  <p>Je-li fokus na selektoru řádek nebo na <span class="uicontrol">Vybrat vše</span>, přesune se na selektor poslední řádky.</p>
69
69
  </description>
70
70
  </interaction>
71
- <interaction> <kbd>Enter</kbd> <kbd>Spacebar</kbd> <description>
71
+ <interaction> <kbd>Enter</kbd> <kbd>Return</kbd> <kbd>Spacebar</kbd> <kbd>screen tap gesture</kbd> <description>
72
72
  <p>Je-li fokus na buňce v prvním sloupci, přesune se na první zaměřitelný ovladač v buňce.</p>
73
73
  <p>Je-li fokus na poli <span class="uicontrol">Vybrat vše</span> nebo na selektoru řádek, přepne stav zaškrtávacího pole.</p>
74
74
  <p>Je-li fokus na hlavičce sloupce, otevře se menu hlavičky sloupce.</p>
@@ -101,17 +101,14 @@
101
101
  <p>Přepíná fokus mezi buňkou a jejím obsahem (s výjimkou textu pouze ke čtení).</p>
102
102
  </description>
103
103
  </interaction>
104
- <interaction> <kbd>Shift + Spacebar</kbd> <description>
104
+ <interaction> <kbd>Shift</kbd> <description>
105
105
  <p>Je-li fokus na <span class="uicontrol">Vybrat vše</span> a <kbd>Spacebar</kbd> je stisknuto, odpovídající událost se nespustí. <kbd>Shift</kbd> zabraňuje této činnosti.</p>
106
- </description>
107
- </interaction>
108
- <interaction> <kbd>Shift + Spacebar</kbd> <kbd>Shift + Enter</kbd> <description>
109
106
  <p>Je-li fokus na hlavičce sloupce a <kbd>Spacebar</kbd> nebo <kbd>Enter</kbd> je stisknuto, odpovídající událost se nespustí. </p>
110
107
  </description>
111
108
  </interaction>
112
109
  <interaction> <kbd>Shift + ArrowUp</kbd> <description>
113
110
  <p>Je-li fokus na buňce nebo na selektoru řádek a je vybrána relevantní řádka, fokus se přemístí o řádku výše a výběr se rozšíří až po tuto řádku.</p>
114
- <p>Je-li fokus na selektoru buněk nebo řádek a <span class="emphasis">není</span> vybrána relevantní řádka, fokus se přemístí o řádku výše a výběr se pro tuto řádku odebere.</p>
111
+ <p>Je-li fokus na selektoru buněk nebo řádek a <span class="emphasis">není</span> vybrána relevantní řádka, fokus se přemístí o řádku výše a výběr se pro tuto řádku se odebere.</p>
115
112
  <p><span class="emphasis">Když je aktivován výběr buňky:</span></p>
116
113
  <p>Je-li fokus na buňce, která <span class="emphasis">není</span> vybrána, a řádka <span class="emphasis">není</span> vybrána, vybere se zaměřená buňka a buňka nad ní. Fokus se přemístí na buňku nad zaměřenou buňkou.</p>
117
114
  <p>Je-li fokus na vybrané buňce, buňka nad ní získá fokus a výběr buňky je rozšířen až po tuto buňku.</p>
@@ -119,7 +116,7 @@
119
116
  </interaction>
120
117
  <interaction> <kbd>Shift + ArrowDown</kbd> <description>
121
118
  <p>Je-li fokus na buňce nebo na selektoru řádek a je vybrána relevantní řádka, fokus se přemístí o řádku níže a výběr se rozšíří až po tuto řádku.</p>
122
- <p>Je-li fokus na buňce nebo na selektoru řádek a <span class="emphasis">není</span> vybrána relevantní řádka, fokus se přemístí o řádku níže a výběr se pro tuto řádku odebere.</p>
119
+ <p>Je-li fokus na buňce nebo na selektoru řádek a <span class="emphasis">není</span> vybrána relevantní řádka, fokus se přemístí o řádku níže a výběr se pro tuto řádku se odebere.</p>
123
120
  <p><span class="emphasis">Když je aktivován výběr buňky:</span></p>
124
121
  <p>Je-li fokus na buňce, která <span class="emphasis">není</span> vybrána, a řádka <span class="emphasis">není</span> vybrána, vybere se zaměřená buňka a buňka pod ní. Fokus se přemístí na buňku pod zaměřenou buňkou.</p>
125
122
  <p>Je-li fokus na vybrané buňce, buňka pod ní získá fokus a výběr buňky je rozšířen až po tuto buňku.</p>
@@ -68,7 +68,7 @@
68
68
  <p>Os yw'r ffocws ar y dewisydd rhesi neu ar <span class="uicontrol">Dewis Pob Un</span>, bydd y ffocws yn symud i ddewisydd y rhes olaf.</p>
69
69
  </description>
70
70
  </interaction>
71
- <interaction> <kbd>Enter</kbd> <kbd>Spacebar</kbd> <description>
71
+ <interaction> <kbd>Enter</kbd> <kbd>Return</kbd> <kbd>Spacebar</kbd> <kbd>screen tap gesture</kbd> <description>
72
72
  <p>Os yw'r ffocws ar y gell, bydd y ffocws yn symud i'r rheolydd cyntaf y gellir rhoi ffocws arno yn y gell.</p>
73
73
  <p>Os yw'r ffocws ar y blwch ticio <span class="uicontrol">Dewis Pob Un</span> neu ddewisydd rhesi, bydd yn toglo'r cyflwr blwch ticio.</p>
74
74
  <p>Os yw'r ffocws ar bennawd colofn, bydd dewislen pennawd y golofn yn agor.</p>
@@ -101,11 +101,8 @@
101
101
  <p>Yn toglo'r ffocws rhwng y gell a'i chynnwys (ac eithrio testun darllen-yn-unig).</p>
102
102
  </description>
103
103
  </interaction>
104
- <interaction> <kbd>Shift + Spacebar</kbd> <description>
104
+ <interaction> <kbd>Shift</kbd> <description>
105
105
  <p>Os yw'r ffocws ar <span class="uicontrol">Dewis Pob Un</span> a <kbd>Spacebar</kbd> yn cael ei bwyso, ni fydd y digwyddiad cyfatebol yn cael ei sbarduno. Mae <kbd>Shift</kbd> yn atal y gweithgarwch hwn.</p>
106
- </description>
107
- </interaction>
108
- <interaction> <kbd>Shift + Spacebar</kbd> <kbd>Shift + Enter</kbd> <description>
109
106
  <p>Os yw'r ffocws ar bennawd colofn a <kbd>Spacebar</kbd> neu <kbd>Enter</kbd> yn cael ei bwyso, ni fydd y digwyddiad cyfatebol yn cael ei sbarduno.</p>
110
107
  </description>
111
108
  </interaction>
@@ -68,7 +68,7 @@
68
68
  <p>Hvis fokus er på rækkevælgeren eller <span class="uicontrol">Vælg alt</span>, flyttes fokus til den sidste rækkevælger.</p>
69
69
  </description>
70
70
  </interaction>
71
- <interaction> <kbd>Enter</kbd> <kbd>Spacebar</kbd> <description>
71
+ <interaction> <kbd>Enter</kbd> <kbd>Return</kbd> <kbd>Spacebar</kbd> <kbd>screen tap gesture</kbd> <description>
72
72
  <p>Hvis fokus er på cellen, flyttes fokus til den første fokuserbare kontrol i cellen.</p>
73
73
  <p>Hvis fokus er på afkrydsningsfeltet <span class="uicontrol">Vælg alt</span> eller rækkevælgeren, skiftes afkrydsningsfeltets tilstand.</p>
74
74
  <p>Hvis fokus er på kolonneoverskriften, åbnes kolonneoverskriftsmenuen.</p>
@@ -101,11 +101,8 @@
101
101
  <p>Skifter fokus mellem cellen og dens indhold (med undtagelse af skrivebeskyttet tekst).</p>
102
102
  </description>
103
103
  </interaction>
104
- <interaction> <kbd>Shift + Spacebar</kbd> <description>
104
+ <interaction> <kbd>Shift</kbd> <description>
105
105
  <p>Hvis fokus er på <span class="uicontrol">Vælg alt</span>, og <kbd>Spacebar</kbd> trykkes, udløses den tilsvarende handling ikke. <kbd>Shift</kbd> forhindrer denne aktivitet.</p>
106
- </description>
107
- </interaction>
108
- <interaction> <kbd>Shift + Spacebar</kbd> <kbd>Shift + Enter</kbd> <description>
109
106
  <p>Hvis fokus er på en kolonneoverskrift, og <kbd>Spacebar</kbd> eller <kbd>Enter</kbd> trykkes, udløses den tilsvarende handling ikke.</p>
110
107
  </description>
111
108
  </interaction>
@@ -68,7 +68,7 @@
68
68
  <p>Wenn der Fokus auf dem Zeilenauswahlfeld oder <span class="uicontrol">Alle markieren</span> liegt, verschiebt sich der Fokus auf das letzte Zeilenauswahlfeld.</p>
69
69
  </description>
70
70
  </interaction>
71
- <interaction> <kbd>Enter</kbd> <kbd>Spacebar</kbd> <description>
71
+ <interaction> <kbd>Enter</kbd> <kbd>Return</kbd> <kbd>Spacebar</kbd> <kbd>screen tap gesture</kbd> <description>
72
72
  <p>Wenn der Fokus auf der Zelle liegt, verschiebt sich der Fokus auf das erste fokussierbare Control in der Zelle.</p>
73
73
  <p>Wenn der Fokus auf dem Ankreuzfeld <span class="uicontrol">Alle markieren</span> oder dem Zeilenauswahlfeld liegt, wird der Status des Ankreuzfelds umgeschaltet.</p>
74
74
  <p>Wenn der Fokus auf dem Spaltenkopf liegt, wird das Spaltenkopfmenü geöffnet.</p>
@@ -101,11 +101,8 @@
101
101
  <p>Schaltet den Fokus zwischen der Zelle und ihrem Inhalt um (mit Ausnahme von schreibgeschütztem Text).</p>
102
102
  </description>
103
103
  </interaction>
104
- <interaction> <kbd>Shift + Spacebar</kbd> <description>
104
+ <interaction> <kbd>Shift</kbd> <description>
105
105
  <p>Wenn der Fokus auf <span class="uicontrol">Alle markieren</span> liegt und die <kbd>Spacebar</kbd> gedrückt wird, wird das entsprechende Ereignis nicht ausgelöst. Die <kbd>Shift</kbd> verhindert diese Aktivität.</p>
106
- </description>
107
- </interaction>
108
- <interaction> <kbd>Shift + Spacebar</kbd> <kbd>Shift + Enter</kbd> <description>
109
106
  <p>Wenn der Fokus auf einem Spaltenkopf liegt und die <kbd>Spacebar</kbd> oder <kbd>Enter</kbd> gedrückt wird, wird das entsprechende Ereignis nicht ausgelöst.</p>
110
107
  </description>
111
108
  </interaction>
@@ -68,7 +68,7 @@
68
68
  <p>Αν η εστίαση βρίσκεται στον επιλογέα σειράς ή στο <span class="uicontrol">Επιλογή Όλων</span>, η εστίαση μετακινείται στον επιλογέα τελευταίας σειράς.</p>
69
69
  </description>
70
70
  </interaction>
71
- <interaction> <kbd>Enter</kbd> <kbd>Spacebar</kbd> <description>
71
+ <interaction> <kbd>Enter</kbd> <kbd>Return</kbd> <kbd>Spacebar</kbd> <kbd>screen tap gesture</kbd> <description>
72
72
  <p>Αν η εστίαση βρίσκεται στο κελί, η εστίαση μετακινείται στον πρώτο έλεγχο με δυνατότητα εστίασης στο κελί.</p>
73
73
  <p>Αν η εστίαση βρίσκεται στο πλαίσιο ελέγχου <span class="uicontrol">Επιλογή Όλων</span> ή στον επιλογέα σειράς, εναλλάσσει την κατάσταση πλαισίου ελέγχου.</p>
74
74
  <p>Αν η εστίαση βρίσκεται στην κεφαλίδα στήλης, το μενού κεφαλίδας στήλης είναι ανοικτό.</p>
@@ -101,11 +101,8 @@
101
101
  <p>Εναλλάσσει την εστίαση μεταξύ του κελιού και των περιεχομένων του (με την εξαίρεση του κειμένου για ανάγνωση μόνο).</p>
102
102
  </description>
103
103
  </interaction>
104
- <interaction> <kbd>Shift + Spacebar</kbd> <description>
104
+ <interaction> <kbd>Shift</kbd> <description>
105
105
  <p>Αν η εστίαση βρίσκεται στο <span class="uicontrol">Επιλογή Όλων</span> και πατηθεί το <kbd>Spacebar</kbd>, το αντίστοιχο συμβάν δεν ξεκινάει. Το <kbd>Shift</kbd> εμποδίζει αυτήν τη δραστηριότητα.</p>
106
- </description>
107
- </interaction>
108
- <interaction> <kbd>Shift + Spacebar</kbd> <kbd>Shift + Enter</kbd> <description>
109
106
  <p>Αν η εστίαση βρίσκεται στην κεφαλίδα στήλης και πατηθεί το <kbd>Spacebar</kbd> ή το <kbd>Enter</kbd>, το αντίστοιχο συμβάν δεν ξεκινάει.</p>
110
107
  </description>
111
108
  </interaction>
@@ -68,7 +68,7 @@
68
68
  <p>If the focus is on the row selector or <span class="uicontrol">Select All</span>, the focus moves to the last row selector.</p>
69
69
  </description>
70
70
  </interaction>
71
- <interaction> <kbd>Enter</kbd> <kbd>Spacebar</kbd> <description>
71
+ <interaction> <kbd>Enter</kbd> <kbd>Return</kbd> <kbd>Spacebar</kbd> <kbd>screen tap gesture</kbd> <description>
72
72
  <p>If the focus is on the cell, the focus moves to the first focusable control in the cell.</p>
73
73
  <p>If the focus is on the <span class="uicontrol">Select All</span> checkbox or a row selector, toggles the checkbox state.</p>
74
74
  <p>If the focus is on the column header, the column header menu is opened.</p>
@@ -101,11 +101,8 @@
101
101
  <p>Toggles the focus between the cell and its content (with the exception of read-only text).</p>
102
102
  </description>
103
103
  </interaction>
104
- <interaction> <kbd>Shift + Spacebar</kbd> <description>
104
+ <interaction> <kbd>Shift</kbd> <description>
105
105
  <p>If the focus is on <span class="uicontrol">Select All</span>, and <kbd>Spacebar</kbd> is pressed, the corresponding event is not triggered. <kbd>Shift</kbd> prevents this activity.</p>
106
- </description>
107
- </interaction>
108
- <interaction> <kbd>Shift + Spacebar</kbd> <kbd>Shift + Enter</kbd> <description>
109
106
  <p>If the focus is on a column header, and <kbd>Spacebar</kbd> or <kbd>Enter</kbd> is pressed, the corresponding event is not triggered.</p>
110
107
  </description>
111
108
  </interaction>
@@ -68,7 +68,7 @@
68
68
  <p>If the focus is on the row selector or <span class="uicontrol">Select All</span>, the focus moves to the last row selector.</p>
69
69
  </description>
70
70
  </interaction>
71
- <interaction> <kbd>Enter</kbd> <kbd>Spacebar</kbd> <description>
71
+ <interaction> <kbd>Enter</kbd> <kbd>Return</kbd> <kbd>Spacebar</kbd> <kbd>screen tap gesture</kbd> <description>
72
72
  <p>If the focus is on the cell, the focus moves to the first focusable control in the cell.</p>
73
73
  <p>If the focus is on the <span class="uicontrol">Select All</span> checkbox or a row selector, toggles the checkbox state.</p>
74
74
  <p>If the focus is on the column header, the column header menu is opened.</p>
@@ -101,11 +101,8 @@
101
101
  <p>Toggles the focus between the cell and its content (with the exception of read-only text).</p>
102
102
  </description>
103
103
  </interaction>
104
- <interaction> <kbd>Shift + Spacebar</kbd> <description>
104
+ <interaction> <kbd>Shift</kbd> <description>
105
105
  <p>If the focus is on <span class="uicontrol">Select All</span>, and <kbd>Spacebar</kbd> is pressed, the corresponding event is not triggered. <kbd>Shift</kbd> prevents this activity.</p>
106
- </description>
107
- </interaction>
108
- <interaction> <kbd>Shift + Spacebar</kbd> <kbd>Shift + Enter</kbd> <description>
109
106
  <p>If the focus is on a column header, and <kbd>Spacebar</kbd> or <kbd>Enter</kbd> is pressed, the corresponding event is not triggered.</p>
110
107
  </description>
111
108
  </interaction>
@@ -68,7 +68,7 @@
68
68
  <p>Si el enfoque está en el selector de filas o en <span class="uicontrol">Seleccionar todo</span>, el enfoque se mueve al último selector de filas.</p>
69
69
  </description>
70
70
  </interaction>
71
- <interaction> <kbd>Enter</kbd> <kbd>Spacebar</kbd> <description>
71
+ <interaction> <kbd>Enter</kbd> <kbd>Return</kbd> <kbd>Spacebar</kbd> <kbd>screen tap gesture</kbd> <description>
72
72
  <p>Si el enfoque está en la celda, este se mueve al primer control enfocable de la celda.</p>
73
73
  <p>Si el enfoque está en la casilla <span class="uicontrol">Seleccionar todo</span> o en un selector de filas, se alterna el estado de la casilla.</p>
74
74
  <p>Si el enfoque está en el encabezado de columna, se abre el menú del encabezado de columna.</p>
@@ -101,11 +101,8 @@
101
101
  <p>Cambia el foco entre la celda y su contenido (excepto los textos de solo lectura).</p>
102
102
  </description>
103
103
  </interaction>
104
- <interaction> <kbd>Shift + Spacebar</kbd> <description>
104
+ <interaction> <kbd>Shift</kbd> <description>
105
105
  <p>Si el enfoque está en <span class="uicontrol">Seleccionar todo</span> y se presiona <kbd>Spacebar</kbd>, no se desencadena el evento correspondiente. <kbd>Shift</kbd> impide esta acción.</p>
106
- </description>
107
- </interaction>
108
- <interaction> <kbd>Shift + Spacebar</kbd> <kbd>Shift + Enter</kbd> <description>
109
106
  <p>Si el enfoque está en un encabezado de columna y se presiona <kbd>Spacebar</kbd> o <kbd>Enter</kbd>, no se desencadena el evento correspondiente.</p>
110
107
  </description>
111
108
  </interaction>
@@ -68,7 +68,7 @@
68
68
  <p>Si el foco está en el selector de filas o en <span class="uicontrol">Seleccionar todo</span>, el foco se desplaza al último selector de filas.</p>
69
69
  </description>
70
70
  </interaction>
71
- <interaction> <kbd>Enter</kbd> <kbd>Spacebar</kbd> <description>
71
+ <interaction> <kbd>Enter</kbd> <kbd>Return</kbd> <kbd>Spacebar</kbd> <kbd>screen tap gesture</kbd> <description>
72
72
  <p>Si el foco está en la celda, el foco se desplaza al primer control enfocable de la celda.</p>
73
73
  <p>Si el foco está en la casilla de verificación <span class="uicontrol">Seleccionar todo</span> o en un selector de fila, alterna el estado de la casilla de verificación.</p>
74
74
  <p>Si el foco está en la cabecera de columna, se abre el menú de cabecera de columna.</p>
@@ -101,11 +101,8 @@
101
101
  <p>Alterna el enfoque entre la celda y su contenido (con la excepción del texto de solo lectura).</p>
102
102
  </description>
103
103
  </interaction>
104
- <interaction> <kbd>Shift + Spacebar</kbd> <description>
104
+ <interaction> <kbd>Shift</kbd> <description>
105
105
  <p>Si el foco está en <span class="uicontrol">Seleccionar todo</span>, y se pulsa <kbd>Spacebar</kbd>, no se dispara el evento correspondiente. <kbd>Shift</kbd> evita esta actividad.</p>
106
- </description>
107
- </interaction>
108
- <interaction> <kbd>Shift + Spacebar</kbd> <kbd>Shift + Enter</kbd> <description>
109
106
  <p>Si el foco está en la cabecera de una columna y se pulsa <kbd>Spacebar</kbd> o <kbd>Enter</kbd>, no se desencadena el evento correspondiente.</p>
110
107
  </description>
111
108
  </interaction>
@@ -68,7 +68,7 @@
68
68
  <p>Kui fookus on reaselektoril või märkeruudul <span class="uicontrol">Vali kõik</span>, viiakse fookus viimasele reaselektorile.</p>
69
69
  </description>
70
70
  </interaction>
71
- <interaction> <kbd>Enter</kbd> <kbd>Spacebar</kbd> <description>
71
+ <interaction> <kbd>Enter</kbd> <kbd>Return</kbd> <kbd>Spacebar</kbd> <kbd>screen tap gesture</kbd> <description>
72
72
  <p>Kui fookus on lahtril, viiakse fookus esimesele lahtris olevale juhtelemendile, mille saab fookusesse võtta.</p>
73
73
  <p>Kui fookus on märkeruudul <span class="uicontrol">Vali kõik</span> või reaselektoril, lülitatakse märkeruudu olek ümber.</p>
74
74
  <p>Kui fookus on veerupäisel, avatakse veerupäise menüü.</p>
@@ -101,11 +101,8 @@
101
101
  <p>Vahetab fookust lahtri ja selle sisu vahel (erandiks on kirjutuskaitsega tekst).</p>
102
102
  </description>
103
103
  </interaction>
104
- <interaction> <kbd>Shift + Spacebar</kbd> <description>
104
+ <interaction> <kbd>Shift</kbd> <description>
105
105
  <p>Kui fookus on nupul <span class="uicontrol">Vali kõik</span> ja vajutatakse kiirklahvi <kbd>Spacebar</kbd>, siis vastavat sündmust ei käivitata. <kbd>Shift</kbd> takistab seda tegevust.</p>
106
- </description>
107
- </interaction>
108
- <interaction> <kbd>Shift + Spacebar</kbd> <kbd>Shift + Enter</kbd> <description>
109
106
  <p>Kui fookus on veerupäisel ja vajutatakse kiirklahvi <kbd>Spacebar</kbd> või <kbd>Enter</kbd>, siis vastavat sündmust ei käivitata.</p>
110
107
  </description>
111
108
  </interaction>
@@ -68,7 +68,7 @@
68
68
  <p>Jos kohdistus on rivivalitsimessa tai <span class="uicontrol">Valitse kaikki</span> -valintaruudussa, se siirtyy viimeiseen rivivalitsimeen.</p>
69
69
  </description>
70
70
  </interaction>
71
- <interaction> <kbd>Enter</kbd> <kbd>Spacebar</kbd> <description>
71
+ <interaction> <kbd>Enter</kbd> <kbd>Return</kbd> <kbd>Spacebar</kbd> <kbd>screen tap gesture</kbd> <description>
72
72
  <p>Jos kohdistus on solussa, se siirtyy solun ensimmäiseen kohdistettavissa olevaan ohjausobjektiin.</p>
73
73
  <p>Jos kohdistus on <span class="uicontrol">Valitse kaikki</span> -valintaruudussa tai rivivalitsimessa, vaihtelee valintaruudun tilaa.</p>
74
74
  <p>Jos kohdistus on sarakeotsikossa, sarakeotsikkovalikko avautuu.</p>
@@ -101,11 +101,8 @@
101
101
  <p>Vaihtelee kohdistusta solun ja sen sisällön välillä (kirjoitussuojattua tekstiä lukuun ottamatta).</p>
102
102
  </description>
103
103
  </interaction>
104
- <interaction> <kbd>Shift + Spacebar</kbd> <description>
104
+ <interaction> <kbd>Shift</kbd> <description>
105
105
  <p>Jos kohdistus on <span class="uicontrol">Valitse kaikki</span> -valintaruudussa ja valitaan <kbd>Spacebar</kbd>, vastaavaa tapahtumaa ei käynnistetä. <kbd>Shift</kbd> estää tämän toiminnon.</p>
106
- </description>
107
- </interaction>
108
- <interaction> <kbd>Shift + Spacebar</kbd> <kbd>Shift + Enter</kbd> <description>
109
106
  <p>Jos kohdistus on sarakeotsikossa ja valitaan <kbd>Spacebar</kbd> tai <kbd>Enter</kbd>, vastaavaa tapahtumaa ei käynnistetä.</p>
110
107
  </description>
111
108
  </interaction>
@@ -68,7 +68,7 @@
68
68
  <p>Si la zone activée se trouve sur le sélecteur de ligne ou la case à cocher <span class="uicontrol">Sélectionner tout</span>, elle se déplace vers le dernier sélecteur de ligne.</p>
69
69
  </description>
70
70
  </interaction>
71
- <interaction> <kbd>Enter</kbd> <kbd>Spacebar</kbd> <description>
71
+ <interaction> <kbd>Enter</kbd> <kbd>Return</kbd> <kbd>Spacebar</kbd> <kbd>screen tap gesture</kbd> <description>
72
72
  <p>Si la zone activée se trouve sur la cellule, elle se déplace vers la première commande activable dans la cellule.</p>
73
73
  <p>Si la zone activée se trouve sur la case à cocher <span class="uicontrol">Sélectionner tout</span> ou un sélecteur de ligne, cela active/désactive le statut de la case à cocher.</p>
74
74
  <p>Si la zone activée se trouve sur l'intitulé de colonne, le menu de l'intitulé de colonne est ouvert.</p>
@@ -101,11 +101,8 @@
101
101
  <p>Bascule la zone activée entre la cellule et son contenu (sauf s'il s'agit d'un texte en lecture seule).</p>
102
102
  </description>
103
103
  </interaction>
104
- <interaction> <kbd>Shift + Spacebar</kbd> <description>
104
+ <interaction> <kbd>Shift</kbd> <description>
105
105
  <p>Si la zone activée se trouve sur la case à cocher <span class="uicontrol">Sélectionner tout</span> et si la touche <kbd>Spacebar</kbd> est actionnée, l'événement correspondant n'est pas déclenché. La touche <kbd>Shift</kbd> bloque cette activité.</p>
106
- </description>
107
- </interaction>
108
- <interaction> <kbd>Shift + Spacebar</kbd> <kbd>Shift + Enter</kbd> <description>
109
106
  <p>Si la zone activée se trouve sur un intitulé de colonne et si la touche <kbd>Spacebar</kbd> ou <kbd>Enter</kbd> est actionnée, l'événement correspondant n'est pas déclenché.</p>
110
107
  </description>
111
108
  </interaction>
@@ -68,7 +68,7 @@
68
68
  <p>Si la zone activée se trouve sur le sélecteur de ligne ou <span class="uicontrol">Sélectionner tout</span>, elle se déplace vers le dernier sélecteur de ligne.</p>
69
69
  </description>
70
70
  </interaction>
71
- <interaction> <kbd>Enter</kbd> <kbd>Spacebar</kbd> <description>
71
+ <interaction> <kbd>Enter</kbd> <kbd>Return</kbd> <kbd>Spacebar</kbd> <kbd>screen tap gesture</kbd> <description>
72
72
  <p>Si la zone activée se trouve sur la cellule, elle se déplace vers la première commande activable dans la cellule.</p>
73
73
  <p>Si la zone activée se trouve sur la case à cocher <span class="uicontrol">Sélectionner tout</span> ou un sélecteur de ligne, cela active/désactive le statut de la case à cocher.</p>
74
74
  <p>Si la zone activée se trouve sur l'en-tête de colonne, le menu de l'en-tête de colonne s'ouvre.</p>
@@ -101,11 +101,8 @@
101
101
  <p>Bascule la zone activée entre la cellule et son contenu (sauf les textes en lecture seule).</p>
102
102
  </description>
103
103
  </interaction>
104
- <interaction> <kbd>Shift + Spacebar</kbd> <description>
104
+ <interaction> <kbd>Shift</kbd> <description>
105
105
  <p>Si la zone activée se trouve sur <span class="uicontrol">Sélectionner tout</span>, et si la touche <kbd>Spacebar</kbd> est actionnée, l'événement correspondant n'est pas déclenché. La touche <kbd>Shift</kbd> bloque cette activité.</p>
106
- </description>
107
- </interaction>
108
- <interaction> <kbd>Shift + Spacebar</kbd> <kbd>Shift + Enter</kbd> <description>
109
106
  <p>Si la zone activée se trouve sur un en-tête de colonne, et si la touche <kbd>Spacebar</kbd> ou <kbd>Enter</kbd> est actionnée, l'événement correspondant n'est pas déclenché.</p>
110
107
  </description>
111
108
  </interaction>
@@ -68,7 +68,7 @@
68
68
  <p>यदि यह फ़ोकस किसी पंक्ति चयनकर्ता या <span class="uicontrol">सभी का चयन करें</span> पर है, तो अंतिम पंक्ति चयनकर्ता पर फ़ोकस ले जाया जाता है.</p>
69
69
  </description>
70
70
  </interaction>
71
- <interaction> <kbd>Enter</kbd> <kbd>Spacebar</kbd> <description>
71
+ <interaction> <kbd>Enter</kbd> <kbd>Return</kbd> <kbd>Spacebar</kbd> <kbd>screen tap gesture</kbd> <description>
72
72
  <p>यदि यह फ़ोकस किसी सेल पर है, तो सेल में पहले फ़ोकस करने योग्य नियंत्रण पर फ़ोकस ले जाया जाता है.</p>
73
73
  <p>यदि यह फ़ोकस <span class="uicontrol">सभी का चयन करें</span> चेकबॉक्स या पंक्ति चयनकर्ता पर है, तो चेकबॉक्स स्थिति को टॉगल करता है.</p>
74
74
  <p>यदि यह फ़ोकस किसी स्तंभ शीर्षलेख पर है, तो स्तंभ शीर्षलेख मेनू खुल जाता है.</p>
@@ -101,11 +101,8 @@
101
101
  <p>सेल और इसकी सामग्री (केवल-पठन योग्य टेक्स्ट के अपवाद के साथ) के बीच फ़ोकस को टॉगल करता है.</p>
102
102
  </description>
103
103
  </interaction>
104
- <interaction> <kbd>Shift + Spacebar</kbd> <description>
104
+ <interaction> <kbd>Shift</kbd> <description>
105
105
  <p>यदि यह फ़ोकस <span class="uicontrol">सभी का चयन करें</span> पर है और <kbd>Spacebar</kbd> को दबाया जाता है, तो संबंधित ईवेंट ट्रिगर नहीं होता है. <kbd>Shift</kbd> इस गतिविधि को रोकता है.</p>
106
- </description>
107
- </interaction>
108
- <interaction> <kbd>Shift + Spacebar</kbd> <kbd>Shift + Enter</kbd> <description>
109
106
  <p>यदि यह फ़ोकस किसी स्तंभ शीर्षलेख पर है और <kbd>Spacebar</kbd> या <kbd>Enter</kbd> को दबाया जाता है, तो संबंधित ईवेंट ट्रिगर नहीं होता है.</p>
110
107
  </description>
111
108
  </interaction>