Skip to content

Commit f7af02e

Browse files
committed
tweaked keyboard-shortcuts, added to ToC
1 parent aff980f commit f7af02e

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,10 @@
9191
items:
9292
- name: What are canvas apps?
9393
href: ./canvas-apps/getting-started.md
94-
- name: "System requirements, limits, and configuration"
94+
- name: System requirements, limits, and configuration
9595
href: ./canvas-apps/limits-and-config.md
96+
- name: Keyboard shortcuts
97+
href: ./canvas-apps/keyboard-shortcuts.md
9698
- name: Explore sample apps
9799
items:
98100
- name: Create a canvas app from a sample

powerapps-docs/maker/canvas-apps/keyboard-shortcuts.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ search.app:
6464
|--|--|
6565
| Ctrl+G | Group multiple controls. |
6666
| Ctrl+Shift+G | Ungroup a group of controls. |
67-
| *Tab* | *Move through placeholders.* |
67+
| *Tab* | Select the next control. |
6868
| Ctrl+Click or Shift+Click | Select multiple objects at once. |
6969
| Right arrow | Nudge the selected control to the right. |
7070
| Left arrow | Nudge the selected control to the left. |
@@ -75,14 +75,14 @@ search.app:
7575

7676
| Shortcut | Action |
7777
|--|--|
78-
| Shift+Left Arrow | Decrease width. |
79-
| Ctrl+Shift+Left Arrow | Decrease width slightly. |
80-
| Shift+Down Arrow | Decrease height. |
81-
| Ctrl+Shift+Down Arrow | Decrease height slightly. |
82-
| Shift+Right Arrow | Increase width. |
83-
| Ctrl+Shift+Right Arrow | Increase width slightly. |
84-
| Shift+Up Arrow | Increase height. |
85-
| Ctrl+Shift+Up Arrow | Increase height slightly. |
78+
| Shift+Left arrow | Decrease width. |
79+
| Ctrl+Shift+Left arrow | Decrease width slightly. |
80+
| Shift+Down arrow | Decrease height. |
81+
| Ctrl+Shift+Down arrow | Decrease height slightly. |
82+
| Shift+Right arrow | Increase width. |
83+
| Ctrl+Shift+Right arrow | Increase width slightly. |
84+
| Shift+Up arrow | Increase height. |
85+
| Ctrl+Shift+Up arrow | Increase height slightly. |
8686

8787
## Text format
8888

@@ -98,4 +98,4 @@ search.app:
9898
|--|--|
9999
| F1 | Open documentation. |
100100
| Shift+F10 | Open a shortcut menu in, for example, **Tree view**. |
101-
| Alt or Ctrl+Shift | Hide authoring/adorner layer to interact with app underneath. |
101+
| Alt or Ctrl+Shift | Hide design elements so that you can interact with controls as if the app were running. |

0 commit comments

Comments
 (0)