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

Customise Git Graph View keystrokes #406

Closed
drkvogel opened this issue Oct 30, 2020 · 2 comments
Closed

Customise Git Graph View keystrokes #406

drkvogel opened this issue Oct 30, 2020 · 2 comments
Assignees
Labels
improvement An improvement to existing functionality
Projects
Milestone

Comments

@drkvogel
Copy link

(btw I can't find anyone on Discord!)

Hi, been using Git Graph for a few weeks and love it, however, I had ctrl+r on my Mac mapped to File: Open recent (which I think it the default on Mac?), and now when I'm looking at Git Graph I press ctrl+r to switch to another window, and it refreshes the graph instead.

I can't find any settings in VS Code for Git Graph other than the ones at #extension-commands, and searching for ctrl+r or cmd+r doesn't find anything related to Git Graph, nor can I find anything in the docs.

Could the keyboard shortcuts available in the Git Graph view be made configurable?

@drkvogel drkvogel added the question Do you have a question about Git Graph? label Oct 30, 2020
@mhutchie
Copy link
Owner

Hi @drkvogel,

All available keyboard shortcuts in the Git Graph View are listed on the extension readme, and on the extensions details page in Visual Studio Code under the “Keyboard Shortcuts” bullet point.

These keyboard shortcuts are handled within the Git Graph View itself, not through the configurable Visual Studio Code Keybindings. There are a variety of factors that make this the best solution for keyboard shortcuts specific to the Git Graph View.

I’ll create some new extension settings so that each of these Git Graph View keystrokes can be configured according to the users preference.

@mhutchie mhutchie added this to To Do in Git Graph via automation Oct 30, 2020
@mhutchie mhutchie added improvement An improvement to existing functionality and removed question Do you have a question about Git Graph? labels Oct 30, 2020
@mhutchie mhutchie added this to the v1.28.0 milestone Oct 30, 2020
@mhutchie mhutchie changed the title How can I remap the "refresh" keybinding? Customise Git Graph View keystrokes Oct 30, 2020
@mhutchie mhutchie moved this from To Do to In Progress in Git Graph Nov 1, 2020
mhutchie added a commit that referenced this issue Nov 7, 2020
@mhutchie
Copy link
Owner

mhutchie commented Nov 7, 2020

This will be available in v1.28.0.

If you'd like to use it before the next release, you can download v1.28.0-beta.0, and install it following the instructions provided here.

@mhutchie mhutchie closed this as completed Nov 7, 2020
Git Graph automation moved this from In Progress to Ready For Release Nov 7, 2020
@mhutchie mhutchie moved this from Ready For Release to Released in Git Graph Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement An improvement to existing functionality
Projects
Git Graph
Released
Development

No branches or pull requests

2 participants