Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: User configurable shortcuts #561

Open
nomorsug opened this issue Oct 13, 2023 · 3 comments
Open

Feature: User configurable shortcuts #561

nomorsug opened this issue Oct 13, 2023 · 3 comments
Assignees
Milestone

Comments

@nomorsug
Copy link

A new tab in Preferences where you can change/reset shortcuts like Keyboard Shortcuts in a table:

Command Default Keybinding User Keybinding Reset
Close Tab Ctrl+W reset button

...

It can also act as documentation. The user configuration can be stored in a JSON file that can be imported/exported:

{
  {
       "command": "closeTab",
       "key": "ctrl+w",             
       "key_user": "" 
  }
}
@bukajsytlos
Copy link

bukajsytlos commented Oct 18, 2023

I would love to migrate to Bruno, but not having shortcuts to switch recent requests and search for requests is blocker as I have pretty large collection.
Thx

@skreutzberger
Copy link

Yes that feature would be super important! For example I am using keyboard shortcuts in all my apps to move between tabs. Unfortunately my Macbook keyboard does not have PageUp and PageDown so I can not set the currently fix shortcuts. A simple env file would be enough for me

@gssj85
Copy link

gssj85 commented Nov 29, 2024

I would love being able to change the current keybindings too, the Send Request actually requires to leave the hand from the mouse to press ENTER key, I would prefer to use a one-hand shortcut like CTRL+D or CTRL+SPACE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants