On Thu, May 23, 2019 at 1:31 PM Dave Page <dpage@pgadmin.org> wrote:
Hi,
On further testing, this doesn't seem to be working as expected. Alt+Shift+] or [ in the query tool are typing ’ and ” and not changing the tab. If I switch to a non-input tab (e.g. History), they still don't work.
I am not able to simulate the quotes problem, but I have made a few corrections to fix the switching.
Attached is the updated patch, kindly review.
Alt+Shift+[ (or ]) don[t work at all for me now :-(
Did you restart the server after applying the patch ? What shortcut does preferences show ?
Alt+Shift+Tab changes the panel successfully though, and does cause the flash as expected.
Attached is the patch to fix the accessibility issue in query tool.
The query tool can be completely restructured unlike previously where query tool used to stick at top and other tabs in the bottom.
- I have added a new shortcut to switch between frames if in query tool the tab positions are changed. On switching the frames, the frame will blink to show it is focussed.
- In the frame, you can switch tab same as previous. The tabs in SQL editor are cyclic now, which means if you execute shortcut to go right on the last tab then it will cycle to first tab.
- I have also changed the default shortcut to switch between tabs from Shift+Ctrl+ArrowKeys to Shift+Ctrl+[ and ] similar to what we have in browser tabs.
- Similar changes done for debugger also.
Shouldn't there be documentation changes to go with this?