Skip to content

Commit e7a44d5

Browse files
authored
Merge pull request #1421 from MicrosoftDocs/master
Keyboard shortcut accessibily issue
2 parents 49dd653 + ccbaeb5 commit e7a44d5

File tree

3 files changed

+101
-66
lines changed

3 files changed

+101
-66
lines changed

business-central/admin-how-setup-email.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ After you register your application in Azure portal, in [!INCLUDE[prod_short](in
195195
[Customizing [!INCLUDE[prod_short](includes/prod_short.md)] Using Extensions](ui-extensions.md)
196196
[Using [!INCLUDE[prod_short](includes/prod_short.md)] as Your Business Inbox in Outlook](admin-outlook.md)
197197
[Getting [!INCLUDE[prod_short](includes/prod_short.md)] on My Mobile Device](install-mobile-app.md)
198+
[Getting [!INCLUDE[prod_short](includes/prod_short.md)] on My Mobile Device](install-mobile-app.md)
199+
[Analyzing Email Telemetry (administration content)](/dynamics365/dev-itpro/administration/telemetry-email-trace)
198200

199-
200-
[!INCLUDE[footer-include](includes/footer-banner.md)]
201+
[!INCLUDE[footer-include](includes/footer-banner.md)]

business-central/docfx.json

Lines changed: 61 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,61 @@
1-
{
2-
"build": {
3-
"content": [
4-
{
5-
"files": [
6-
"**/*.md",
7-
"**/*.yml"
8-
],
9-
"exclude": [
10-
"**/obj/**",
11-
"**/includes/**",
12-
"_themes/**",
13-
"_themes.pdf/**",
14-
"README.md",
15-
"LICENSE",
16-
"LICENSE-CODE",
17-
"ThirdPartyNotices"
18-
]
19-
}
20-
],
21-
"resource": [
22-
{
23-
"files": [
24-
"**/*.png",
25-
"**/*.jpg",
26-
"**/*.gif",
27-
"**/*.pdf"
28-
29-
],
30-
"exclude": [
31-
"**/obj/**",
32-
"**/includes/**",
33-
"_themes/**",
34-
"_themes.pdf/**"
35-
]
36-
}
37-
],
38-
"overwrite": [],
39-
"externalReference": [],
40-
"globalMetadata": {
41-
"feedback_system": "GitHub",
42-
"feedback_github_repo": "MicrosoftDocs/dynamics365smb-docs",
43-
"feedback_product_url": "https://experience.dynamics.com/ideas/categories/?forum=e288ef32-82ed-e611-8101-5065f38b21f1&forumName=Dynamics%20365%20Business%20Central",
44-
"searchScope": ["Dynamics 365", "BusinessCentral"],
45-
"uhfHeaderId": "MSDocsHeader-Dynamics365",
46-
"titleSuffix": "Business Central",
47-
"search.app": "businesscentral",
48-
"search.audienceType": "enduser, admin",
49-
"breadcrumb_path": "/dynamics365/business-central/breadcrumb/toc.json",
50-
"ms.service": "dynamics365-business-central",
51-
"extendBreadcrumb": true
52-
},
53-
"fileMetadata": {},
54-
"template": [],
55-
"dest": "d365businesscentral",
56-
"markdownEngineName": "markdig"
57-
}
58-
}
1+
{
2+
"build": {
3+
"content": [
4+
{
5+
"files": [
6+
"**/*.md",
7+
"**/*.yml"
8+
],
9+
"exclude": [
10+
"**/obj/**",
11+
"**/includes/**",
12+
"_themes/**",
13+
"_themes.pdf/**",
14+
"README.md",
15+
"LICENSE",
16+
"LICENSE-CODE",
17+
"ThirdPartyNotices"
18+
]
19+
}
20+
],
21+
"resource": [
22+
{
23+
"files": [
24+
"**/*.png",
25+
"**/*.jpg",
26+
"**/*.gif",
27+
"**/*.pdf"
28+
],
29+
"exclude": [
30+
"**/obj/**",
31+
"**/includes/**",
32+
"_themes/**",
33+
"_themes.pdf/**"
34+
]
35+
}
36+
],
37+
"overwrite": [],
38+
"externalReference": [],
39+
"globalMetadata": {
40+
"feedback_system": "GitHub",
41+
"feedback_github_repo": "MicrosoftDocs/dynamics365smb-docs",
42+
"feedback_product_url": "https://experience.dynamics.com/ideas/categories/?forum=e288ef32-82ed-e611-8101-5065f38b21f1&forumName=Dynamics%20365%20Business%20Central",
43+
"searchScope": [
44+
"Dynamics 365",
45+
"BusinessCentral"
46+
],
47+
"uhfHeaderId": "MSDocsHeader-Dynamics365",
48+
"titleSuffix": "Business Central",
49+
"search.app": "businesscentral",
50+
"search.audienceType": "enduser, admin",
51+
"breadcrumb_path": "/dynamics365/business-central/breadcrumb/toc.json",
52+
"ms.service": "dynamics365-business-central",
53+
"extendBreadcrumb": true,
54+
"recommendations": "true"
55+
},
56+
"fileMetadata": {},
57+
"template": [],
58+
"dest": "d365businesscentral",
59+
"markdownEngineName": "markdig"
60+
}
61+
}

business-central/keyboard-shortcuts-cheatsheet.md

Lines changed: 37 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,32 +18,63 @@ ms.author: bholtorf
1818

1919
|Press these keys|To do this|
2020
|-|-|
21-
|Alt+F2<br />Alt+N<br />Alt+Shift+N<br />Alt+O<br />Alt+Q<br />Alt+Up<br />Alt+Down Arrow<br />Alt+T<br />Alt+Shift+W<br />Ctrl+Insert<br />Ctrl-Delete<br />Ctrl+Shift+F12<br />Ctrl+F1<br />Ctrl+Click<br />Shift+F12<br />F5/Ctrl+F5<br />Tab/Shift+Tab<br />F6/Shift+F6<br />|Show and hide the FactBox pane<br />Create a new record<br />Close a newly created record and create a new one<br />Add a new note for the selected record<br />Open **Tell me**<br />Open tooltip or validation error<br />Open a drop-down or look up<br />Open the **My Settings** page<br />Open the current card or document in a new window<br />Insert a new line on a document<br />Delete the line on a document, journal, or worksheet<br />Maximize the line items part on a document page<br />Open help for the page<br />Navigate when personalizing and customizing<br />Open the role explorer, a feature overview<br />Refresh/reload page<br />Move focus to the next/previous element<br />Move to next FastTab/part|
21+
|Alt+F2|Show and hide the FactBox pane|
22+
|Alt+N|Create a new record|
23+
|Alt+Shift+N|Close a newly created record and create a new one|
24+
|Alt+O|Add a new note for the selected record|
25+
|Alt+Q|Open **Tell me**|
26+
|Alt+Up|Open tooltip or validation error|
27+
|Alt+Down Arrow|Open a drop-down or look up|
28+
|Alt+T|Open the **My Settings** page|
29+
|Alt+Shift+W|Open the current card or document in a new window|
30+
|Ctrl+Insert|Insert a new line on a document|
31+
|Ctrl-Delete|Delete the line on a document, journal, or worksheet|
32+
|Ctrl+Shift+F12|Maximize the line items part on a document page|
33+
|Ctrl+F1|Open help for the page<br />Navigate when personalizing and customizing|
34+
|Ctrl+Click|Navigate when personalizing and customizing|
35+
|Shift+F12|Open the role explorer, a feature overview|
36+
|F5/Ctrl+F5|Refresh/reload page|
37+
|Tab/Shift+Tab|Move focus to the next/previous element|
38+
|F6/Shift+F6|Move to next FastTab/part|
2239

2340
#### Navigate & Select Rows
2441

2542
|Press these keys|To do this|
2643
|-|-|
27-
|Home/End<br />Ctrl+Home/End <br />Ctrl+Up/Down<br />Ctrl+A <br />Ctrl+Space<br />Ctrl/Shift+Click<br />Shift+Up/Down<br />Shift+Page Up/Down<br />Ctrl+Enter|Go to first/last field<br />Go to first/last row<br />Navigate without losing selection<br />Select all<br />Toggle row selection<br /> Add the row/rows to the selection<br />Add row above/below to selection<br />Select visible rows above/below <br />Focus out of the list|
44+
|Home/End|Go to first/last field|
45+
|Ctrl+Home/End |Go to first/last row|
46+
|Ctrl+Up/Down|Navigate without losing selection|
47+
|Ctrl+A |Select all|
48+
|Ctrl+Space|Toggle row selection|
49+
|Ctrl/Shift+Click|Add the row/rows to the selection|
50+
|Shift+Up/Down|Add row above/below to selection|
51+
|Shift+Page Up/Down|Select visible rows above/below|
52+
|Ctrl+Enter|Focus out of the list|
2853

2954
#### Copy & Paste
3055

3156
|Press these keys|To do this|
3257
|-|-|
33-
|Ctrl+C/V<br />F8|Copy/paste rows<br />Copy field above into current row|
58+
|Ctrl+C/V|Copy/paste rows|
59+
|F8|Copy field above into current row|
3460

3561
#### Search, Filter, & Sort
3662

3763
|Press these keys|To do this|
3864
|-|-|
39-
|Alt+F7<br />F3<br />Shift+F3<br />Ctrl+Shift+F3<br />Alt+F3<br />Shift+Alt+F3<br />Ctrl+Alt+Shift+F3|Sort column in ascending/descending order<br />Toggle search<br />Toggle filter pane; focus on field filters<br />Toggle filter pane; focus on totals filters<br />Filter on selected cell value<br />Add filter on selected field<br />Reset filters|
65+
|Alt+F7|Sort column in ascending/descending order|
66+
|F3|Toggle search|
67+
|Shift+F3|Toggle filter pane; focus on field filters|
68+
|Alt+F3|Filter on selected cell value|
69+
|Shift+Alt+F3|Add filter on selected field|
70+
|Ctrl+Alt+Shift+F3|Reset filters|
4071

4172
#### Quick Entry
4273

4374
|Press these keys|To do this|
4475
|-|-|
45-
|Ctrl+Shift+Enter<br />Enter/Shift+Enter|Go to next Quick Entry field outside a list<br />Go to next/previous Quick Entry field|
46-
76+
|Ctrl+Shift+Enter|Go to next Quick Entry field outside a list|
77+
|Enter/Shift+Enter|Go to next/previous Quick Entry field|
4778
##### Report Preview
4879

4980
|Press these keys|To do this|

0 commit comments

Comments
 (0)