Hello,
Yes, this is expected behavior.
Currently, the Maia bot inside microflows and nanoflows does not support pasting content using Ctrl + V. Because of this limitation, you need to manually type things like entity names instead of pasting them from your clipboard.
This is not an issue with your system or browser—it’s simply a limitation of the Maia bot interface at the moment. Hopefully, this will be improved in future updates to make it more user-friendly.
Thanks
In the question you shared:
You cannot paste contents from clipboard using Ctrl + V in the Maia bot inside a nanoflow & microflow editor.
That is NOT a Mendix runtime problem, and it is NOT intended to work inside that editor panel.
According to the official Mendix Keyboard Shortcuts documentation:
Ctrl + C, Ctrl + X, Ctrl + V should work in normal text/editor panes such as:But the Maia panel inside Studio Pro is a special embedded editor (AI/chat panel) that is not a standard code or model editor.
So even though Ctrl + V is supported in Studio Pro general editors, the Maia panel sometimes does not correctly receive the keyboard focus or paste event.
This is an IDE UI limitation, not a platform logic limitation.
At the time of the question:
So this is expected behavior in current Studio Pro releases.
🔹 The Maia panel is rendered in a separate embedded context
🔹 Copy/paste works in the main editors, but not always in embedded AI fields
🔹 This is a UI layer limitation (Electron/Chromium behaviour)
🔹 It does not impact your microflow logic or application runtime
There is no Mendix platform setting that forces paste in that situation.
Since the shortcut doesn’t work reliably:
Right-click in the Maia input field and choose “Paste”.
This often works because it bypasses shortcut focus issues.
In some Windows versions, Shift + Insert still pastes even when Ctrl+V fails.
Many clipboard / shortcut related issues were fixed in later 11.x patches.
Sometimes Studio Pro keyboard behaviour is inconsistent until the cache is reset:
%LocalAppData%\Mendix\StudioPro
Close Studio Pro → delete cache → restart.
Because this is strictly an IDE UI limitation, not an application-level limitation.
No — pasting via Ctrl+V in the Maia bot inside nanoflow/microflow editors does not reliably work in current Studio Pro builds. This is a known behavior due to how the Maia panel handles keyboard focus. Use right-click paste or update Studio Pro to the latest patch version to improve clipboard support.