How to navigate Power Apps studio formula bar keyboard-only
tl;dr
you can use Power Apps Studio way more efficient - and way more accessible in regards of different input devices than you might be aware of.
the annoyance
Recently, I had a chat with Yannick Reekmans who told me that he really wonders how anyone could be productive on Power Apps Studio. His example was:
If we select a property on the property-dropdown, then double-tab to the formula bar, make our changes and then want to select the next property, there is no obvious way on how to select the property-dropdown again - unless we use the mouse, which means losing time and also disturbing our flow of work.
And it was this kind of thing, that I always accepted as this is just how it is, and never really questioned this poor experience.
the solution
After some investigation and looking for accessibility content, I found a way of doing it.
Let’s say we want to insert a button and change some properties, going back and forth between property pane and formula bar:
- Use the
Tabkey until you are on the Insert menu Enter- User the
Tabkey until you are on the Button Enter- 2 times
CTRL + F6to select the property dropdown (you can useCtrl + F6orCTRL + Shift + F6to navigate to the next landmark ) Arrow downorArrow upuntil the desired property is selectedEnter- 2 times
Tab - change the value
ESC- 2 times
Tabto have the property dropdown selected again

We could not be the only ones not knowing this :-)
some more resources
- If you want to know more on how to use Power Apps Studio with Screen Reader/keyboard, I can recommend to have a look at Kelly Ford’s session on Building a Microsoft Canvas Power App with a Screen Reader - thanks April Dunnam for the pointer.
- Keyboard shortcuts for canvas apps
Feedback and What’s next?
Now why is all of this important? Because it gives people choice on how they want to interact with Power Apps studio, and choice is always improving accessibility. For me, personally, this has already been a game changer and I am only using it for 2 hours. I very much enjoy to not rely on my mouse when changing properties of controls, and I hope this tip will help you, too. I am curios, which hidden keyboard/shortcut/accessibility gems did you find in Power Apps studio and what makes you more efficient? Share your tips on twitter in this thread :-) If you found this blog post useful, please also subscribe to my newsletter - news coming about every 2 months, I promise to not spam you!
Published on:
Learn moreRelated posts
You are holding GitHub Copilot Wrong!
Most developers think that one can’t really use GitHub Copilot wrong. There is a chat interface that lets you also choose a model, so th...
You are holding GitHub Copilot Wrong!
Part 0 showed why constant prompting, re-prompting, and steering GitHub Copilot feels fragile. Not because Copilot is unreliable, but because ...
Building a Multi-Hierarchy Ticket Classification System (Because Keywords Aren't Enough)
Look, I love a good keyword-based system as much as the next developer. They’re fast, predictable, and when your user says “VPN,&r...
Secretless cross-tenant dataverse access
Client secrets are like hiding your house key under the mat; easy to grab and impossible to audit. Certificates are just slightly better, beca...
How Azure CLI handles your tokens and what you might be ignoring
Running az login feels like magic. A browser pops up, you pick an account, and from then on, everything just works. No more passwords, no more...
How Dev Proxy teaches you to make your apps more resilient
I added Microsoft Dev Proxy to my Mermaid → Dataverse converter, because I wanted to test how it handled rate limits and API errors. What I go...
Building Azure functions that never store secrets — ever
What if your function could hit Microsoft Graph with no client secrets, no certs, and no Key Vault entries? That is exactly what a Managed id...
Introducing Mermaid to Dataverse Converter
Why diagrams matter (and why they usually fail us) Entity-Relationship Diagrams (ERDs) are the universal shorthand for talking about data mode...
It’s OK to be seen trying
It’s OK to be seen trying Somewhere along the way, we started believing that you’re only allowed to speak after you’ve figured everything out....
Stuck in pilot - Part 1: no foundations, no future
“We just need to test the AI. We’ll figure out the data later.” That sentence has quietly killed more AI pilots than any model failure ever ...