Skip to content

Commit

Permalink
Update keyboardshortcuts.md
Browse files Browse the repository at this point in the history
Changed KeyConfig description to align with how the component actually interprets values.
  • Loading branch information
flynnbt authored Nov 20, 2024
1 parent 7d44bc6 commit ebd8268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion power-platform/guidance/creator-kit/keyboardshortcuts.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ After adding the `KeyboardShortcuts` code component to the form, configure the `
For example:

```json
["alt + r","alt + a","alt + d","alt + b","alt + p","alt + l","alt + t","alt + k"]
"[""alt + r"",""alt + a"",""alt + d"",""alt + b"",""alt + p"",""alt + l"",""alt + t"",""alt + k""]"
```

For more information about the keyboard combination strings, go to [the KeyboardJS library](http://itsgreggreg.github.io/KeyboardJS/).
Expand Down

0 comments on commit ebd8268

Please sign in to comment.