I love postman, and recently started using the native client. I’d really like to see usage of similar keyboard shortcuts to what I can get in chrome.
Specifically:
Ctrl+number to switch to that number’s tab. I put an auth request on my first tab.
Ctrl+Enter to execute the current tab’s request, This may be a bug, because this sometimes works for me, so there may be cases where keyboard focus is lost.
I may be wrong on this request. It looks like postman does support Ctrl+number and Ctrl+Enter like I wanted. I think the problem I’m experiencing is that there’s times where I Alt+Tab back to postman and the keyboard shortcuts are “lost”, like the current window with focus is not routing WM_KEYDOWN messages for shortcut processing.
Unfortunately, I don’t have the exact sequence down to reproduce the problem.