question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Keyboard shortcut to collapse query editor/schema browser

See original GitHub issue

To help users take full advantage of the collapsible nature of the areas in the query editor screen, we need to add quick keyboard shortcuts to collapse query editor + schema browser or only the schema browser.

I was thinking about:

  • Alt+D: hide all
  • Alt+Shift+D: hide only schema browser

In terms of implementation it looks like we can add this in the resizable-toggle directive. It will need to accept a list of keyboard shortcuts, and then bind with them.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
arikfrcommented, Jul 16, 2018

Implemented in #2640.

0reactions
arikfrcommented, May 18, 2018

@idoDavid that’s a nice idea. you can check if Ace Editor (the component we use for code editing) supports collapsable regions and maybe take a stab at implementing? 😃

(@kocsmy nvm, I noticed he had two requests there)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Double-tapping Alt+D breaks the schema browser hide shortcut
Enter the query editor; Hit the key shortcut to collapse the schema browser; Double tap the key combination quickly; Notice that the schema ......
Read more >
SQL Server Management Studio keyboard shortcuts
Opens a new query editor window, CTRL+O ; Display Object Explorer, F8 ; Display Registered Servers, CTRL+ALT+G ; Display Template Explorer, CTRL+ ...
Read more >
Editor Shortcut Keys - Toad for SQL Server
Editor Shortcut Keys ; F4+SHIFT. Describes the object next to the cursor ; F6. Toggles between the Editor and Data Grid ; CTRL+D...
Read more >
Keyboard Shortcuts: — pgAdmin 4 6.17 documentation
Main Browser Window¶ ; Shift+Alt+q. Open query tool ; Shift+Ctrl+f. Quick Search ; F5. Refresh browser tree ; Shift+Alt+s. Search objects.
Read more >
TOAD SQL Editor - Predefined Shortcuts - InformIT
Shift+F9 executes single SQL statements. F8 recalls the previous SQL statement. Table 3.2 SQL Editor Shortcuts by Description. Description.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found