Keyboard shortcut customization
Is there a way to change the keyboard shortcut customization for ReadyAPI?
I'm using readyAPI and using the tabbed dekstop option for the workspace type. I found the shortcut to close tabs is ctrl+f4 from the test complete documentation, (https://support.smartbear.com/testcomplete/docs/reference/ui/customizing/key-mapping/default.html)
I found the documentation for test complete had a way to change the keybinding for shortcuts, but there isn't anything for SoapUI/ReadyAPI.
(The last post about this was 8 years ago and all the response was, "thanks for this, I've put it in the backlog!")
Thanks,
Hi blackwj,
I'm afraid the OpenAPI Specification currently has no way to represent XML elements with attributes such as
<elem attr="value">Some text</elem>
Currently, attributes can only be defined for objects such as
<obj attr="value"> <elem>Some text</elem> </obj>
but not for simple <elem>text</elem> elements.
There's an open issue about this limitation in the OpenAPI Specification repository:
How to represent XML elements with attributes
OpenAPI Specification maintainers are considering an option to use alternative data modeling schemas (for example, XSD Schema), so your use case might be supported in a future version of OpenAPI.