Skip to content

Commit f768a16

Browse files
committed
Arrow key fixes
1 parent d497028 commit f768a16

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

powerquery-docs/keyboard-shortcuts.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,22 @@ When using the Query Editor in Power Query Online, you can press ```Ctrl + ?```
3737
| Select all cells | **Ctrl + A** |
3838
| Select column | **Ctrl + Space** |
3939

40-
## Focus on Column Header
40+
### When the focus is on the column header
4141

42-
| Filter menu | **Alt +**![](RackMultipart20210302-4-r7oydo_html_3cccea986cc3e491.png) |
42+
| **To do this action** | **Press** |
43+
| --- | --- |
44+
| Filter menu | **Alt + Down arrow key** |
4345
| --- | --- |
44-
| Change column type menu | **Ctrl +**![](RackMultipart20210302-4-r7oydo_html_3cccea986cc3e491.png) |
45-
| Move focus to column header on the left | **Ctrl +**![](RackMultipart20210302-4-r7oydo_html_d8bcd2ad6af721e7.png) |
46-
| Move focus to column header on the right | **Ctrl +**![](RackMultipart20210302-4-r7oydo_html_bd82a03d537d28da.gif) |
46+
| Change column type menu | **Ctrl + Down arrow key** |
47+
| Move focus to column header on the left | **Ctrl + Left arrow key** |
48+
| Move focus to column header on the right | **Ctrl + Right arrow key** |
4749
| Select first column | **Home** |
4850
| Select last column | **End** |
4951

50-
## Focus on Cell
52+
## When the focus is on the cell
5153

54+
| **To do this action** | **Press** |
55+
| --- | --- |
5256
| Select first cell of the row | **Home** |
5357
| --- | --- |
5458
| Select last cell of the row | **End** |
@@ -68,7 +72,7 @@ When using the Query Editor in Power Query Online, you can press ```Ctrl + ?```
6872
| Save entered data | **Ctrl + Enter** |
6973
| Show suggestions (when available) | **Ctrl + Space** |
7074

71-
## Multi-line text editor (Blank query/Advanced Editor)
75+
## Multi-line text editor (Blank query/Advanced editor)
7276

7377
| **To do this action** | **Press** |
7478
| --- | --- |
@@ -78,12 +82,12 @@ When using the Query Editor in Power Query Online, you can press ```Ctrl + ?```
7882

7983
| **To do this action** | **Press** |
8084
| --- | --- |
81-
| Expand focused query | **Ctrl +**![](RackMultipart20210302-4-r7oydo_html_bd82a03d537d28da.gif) |
82-
| Collapse focused query | **Ctrl +**![](RackMultipart20210302-4-r7oydo_html_d8bcd2ad6af721e7.png) |
83-
| Move focus from query level to step level | **Alt +**![](RackMultipart20210302-4-r7oydo_html_3cccea986cc3e491.png) |
85+
| Expand focused query | **Ctrl + Right arrow key** |
86+
| Collapse focused query | **Ctrl + Left arrow key** |
87+
| Move focus from query level to step level | **Alt + Down arrow key** |
8488
| Move focus from step level to query level | **Esc** |
85-
| Expand all queries | **Ctrl + Shift +**![](RackMultipart20210302-4-r7oydo_html_bd82a03d537d28da.gif) |
86-
| Collapse all queries | **Ctrl + Shift +**![](RackMultipart20210302-4-r7oydo_html_d8bcd2ad6af721e7.png) |
89+
| Expand all queries | **Ctrl + Shift + Right arrow key** |
90+
| Collapse all queries | **Ctrl + Shift + Left arrow key** |
8791
| Insert new step using + button (after selected step) | **Ctrl + Alt + N** |
8892
| Highlight related queries | **Ctrl + Alt + R** |
8993
| Select all queries | **Ctrl + A** |

0 commit comments

Comments
 (0)