git-up / GitUp

The Git interface you've been missing all your life has finally arrived.
http://gitup.co
GNU General Public License v3.0
11.5k stars 1.26k forks source link

Unexpected behavior of space/enter in `.` context menu on MacOS Sequoia 15.0 #1027

Open mscott-versa opened 2 days ago

mscott-versa commented 2 days ago

To reproduce:

  1. Press . key to bring up a commit's context menu.
  2. Navigate to menu item that needs either Space or Return key to be pressed.
  3. Press one of those keys to select the menu item.
  4. The selected menu item is not triggered:
    1. If Space, the Quick View... action is triggered instead.
    2. If Return, the Checkout "<name>" Branch action is triggered instead.

Expected behavior (prior to MacOS 15.0):

  1. Press . key to bring up a commit's context menu.
  2. Navigate to menu item that needs either Space or Return key to be pressed.
  3. Press either of those keys to select the menu item.
  4. The selected menu item is triggered.

System details:

Demonstration video:

Key sequence in video:

. Up Right Space Escape

. Up Right Return

https://github.com/user-attachments/assets/77ae05e2-ca64-4ff2-9e1c-f8148de14ef1

lucasderraugh commented 2 days ago

Interesting, thanks for reporting.