You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like it's conflicting with the shortcuts on menu items. Unfortunately it makes sense. In general keyboard shortcuts in contextual menus aren't recommended but it's the only discovery mechanism we have at the moment.
I think the correct way to resolve this is make a proper menu item that can operate on the current selection and you can discover short cuts that way, but the contextual menu won't have any shortcuts.
I love GitUp but this is a pretty frustrating bug, since I have muscle memory not only from all the years when it used to work, but also from every other menu in macOS.
Even having a . shortcut for the context menu, for the sake of keyboard-friendliness, seems pointless if the user is forced to switch to the mouse to actually use the menu anyway. (I'm thinking of the "Edit Branch" submenu which does not have any keyboard shortcuts, so there's no alternative except the mouse).
Not that I don't appreciate the difficulty of solving this problem, just adding my 2¢. I'd take a crack myself but don't have the ability to right now unfortunately.
To reproduce:
.
key to bring up a commit's context menu.Space
orReturn
key to be pressed.Space
, theQuick View...
action is triggered instead.Return
, theCheckout "<name>" Branch
action is triggered instead.Expected behavior (prior to MacOS 15.0):
.
key to bring up a commit's context menu.Space
orReturn
key to be pressed.System details:
Demonstration video:
Key sequence in video:
.
Up
Right
Space
Escape
.
Up
Right
Return
CleanShot.2024-10-01.at.14.33.12.mp4
The text was updated successfully, but these errors were encountered: