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
Tab
key until you are on the Insert menu Enter
- User the
Tab
key until you are on the Button Enter
- 2 times
CTRL + F6
to select the property dropdown (you can useCtrl + F6
orCTRL + Shift + F6
to navigate to the next landmark ) Arrow down
orArrow up
until the desired property is selectedEnter
- 2 times
Tab
- change the value
ESC
- 2 times
Tab
to 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
What’s new in Power Apps: May 2025 Feature Update
Build 2025 Sessions We had a great set of sessions at Microsoft Build, you can watch the recordings on demand to catch up! AI-powered Developm...
What’s new in Power Apps: May 2025 Feature Update
Build 2025 Sessions We had a great set of sessions at Microsoft Build, you can watch the recordings on demand to catch up! AI-powered Developm...
How to Create Effective AI Prompts Using Copilot in Power Apps
In this blog, we will explore how you can simplify and accelerate your AI prompt creation process using Microsoft’s powerful “Draft with Copil...
Exploring the Potential of Power Fx Functions (Preview) in Power Apps
As developers, we often encounter scenarios where the same logic needs to be written in multiple places. This may result in code redundancy an...
Power Apps Pulse May 2025
Boost Reusability and Performance in Power Apps Controls Framework with Dependent Libraries
In this blog, we’ll explore how using dependent libraries can significantly improve maintainability, reusability, and performance in Power App...