postbird icon indicating copy to clipboard operation
postbird copied to clipboard

Feature request - Modify keybinding in Query tab - Thank you🙏

Open adam-718 opened this issue 3 years ago • 2 comments

Hi Postbird team, First THANK you very much for this great product!

For faster coding I appreciate it if you change the following keyboard short-cuts keys in the query tab. 1.Run command by : Ctrl+Enter. instead of Ctrl+R. personally I found this more convenient and much easier to hit. and lots of IDEs are using this key binding to run program/command. 2.Add Ctrl+/ for quickly turning a line into a comment(this will add -- before the line in query tab). 3.Adding Ctrl+Shift+Enter for running only the query where the cursor currently in.

I'm using Postbird 0.8.4 on Ubuntu 22.04LTS Thanks again for the great work you're doing, Adam

adam-718 avatar Jun 20 '22 21:06 adam-718

We need to implement user settings to be able to sort this out. Similar situation happened with https://github.com/Paxa/postbird/pull/122

comtom avatar Jun 21 '22 13:06 comtom

Settings would be nice, we can start with config file and later add UI to change it, PRs are welcome

Paxa avatar Nov 13 '22 07:11 Paxa