-
Notifications
You must be signed in to change notification settings - Fork 12
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
Fork Keyboard Shortcuts #309
Comments
Commit view: |
Not sure if this was reported but: Edit: OK this was reported :') #128 |
Something I'd really appreciate is an option to override all those shortcuts so you can customize git-fork the way you can work best. |
The shortcut for Open is horrible, and I use that function a lot. Can we get a better one? In SourceTree, I typically double-click because I'm probably mousing when using this feature. Considering that's taken, in Fork, a modified click is really what I'd prefer. |
Any way to add ⌘+. to stop all current operations (as in Xcode, Terminal and elsewhere in the OS)? |
I'd like to put in a bid for |
@SassNinja On macOS, you can customize shortcuts for any command that appears in a menu via System Preferences > Keyboard > Shortcuts > App Shortcuts — so as long as it's in a menu somewhere, you can change it yourself. |
@infotexture The issue is that not all of them are in the main menu, especially not those that operate on currently selected commit or file. I already customized this way quick actions: Quick Push ⌘P, Quick Pull ⌘L, Quick Stash ⌘H, and their non-quick variants using ⌥ key. However, this customization only works if:
Regarding the above points, Fork should:
|
@DanPristupov You should mention that Space opens side-by-side diff of selected file. The shortcut for opening a selected file should really be more accessible than opening a new repo. I would suggest to have Open File as ⌘O and Open Repo as ⇧⌘O. As a long-time SourceTree user, I’m quite used to double-click to open file and Space to stage/unstage a file. I’m trying to get used to the ⌘S, since I didn’t know about the Return key. However, opening a file using ⌥⇧⌘O is too much 😆 |
KeyCombiner now has a table of all Fork keyboard shortcuts that are listed in this issue and its Windows counterpart: https://keycombiner.com/collections/fork/macos/ It can be searched and filtered. While creating this resource, I noticed that the macOS version of Fork does not have the Zoom in/out, Filter, Rename Repository, and Remove Repository shortcuts that the Windows version has. Is this correct or is it just missing in this issue? |
It would be nice to have a shortcut that set focus to Unstaged and Staged files lists. Because if you get to the "uncommited changes" view with the Cmd-1 shortcut, you can get to the Staged files list only with the mouse click. By pressing "tab" key it focuses only one of the lists that has focus the last and skips another. |
Tab switches unstaged -> staged -> commit subject -> description. Shift+Tab switches backward. The focus might not be visible when there's no item selected, but it's there. |
|
[UPDATE] Nevermind seems to have been an ephemeral problem, restarting Fork fixed the issue. So, it used to do this cycle for Tabs... https://i.imgur.com/AEAIewP.jpg But recently that changed, and now it goes to the toolbar for the diff window: https://i.imgur.com/6aOt5vi.jpg I'd love to see the old cycle come back, because it was much more ergonomic. Now I can't stay keyboard only with Fork. 😞 |
Is there a hotkey to switch between Branches - Stashes - Search commits tabs? |
@konclave no, there's no keyboard shortcut for that. And since we are here, please read my comment in the other topic: #1696 (comment). |
Hey @DanPristupov, I used to be able to do |
I also have the same issue 😭. Please bring it back. 🙏 |
Can you use |
@DanPristupov I used |
Yeah, and we still have |
Same here, after the update I really miss the |
I have to agree what was written above. I got to this issue out of frustration that Using @DanPristupov Could you please reconsider adding checkout branch menu item + shortcut back? |
Hey @DanPristupov, thanks for bringing back |
Hey @DanPristupov, something changed recently and the
If the latter was indeed unintentional, can we get it back? I was using it for something else and now |
If I'm in the commit list and use ⌘ F to search for something, I can not then use ⌘ G to search for the next matching item. Can you please add this? |
Hi there, would be great to have a shortcut to check the "amend" checkbox in the Changes View :) |
Also, I find the shortcut to create a tag sometimes misleading, as it creates a tag on the checked out commit and not the one selected (in blue) |
|
@DanPristupov hey! It seems like there might be a small oddity when hitting delete to remove a highlighted branch or stash. Not sure if this is intentional, but can be a little confusing as to why it doesn't work. |
@Tricertops — I know you posted this a while ago, but maybe this will help you or others who are looking for this functionality... as others have mentioned, macOS actually allows you to customize these shortcuts and I found this configuration worked for me in The first shortcut triggers the Edit: From Apple's documentation, it seems like maybe it would be less ambiguous/more correct to use Both seem to work for me but specifying the |
thanks for this! the default shortcut (⌘⌥⇧O) for opening the selected file didn't work for me on a fresh install, but i was able to re-bind it with this tip! |
General Navigation
All Commits View
Changes View
Repository
The text was updated successfully, but these errors were encountered: