Rectangle icon indicating copy to clipboard operation
Rectangle copied to clipboard

Enter key not working on latest version

Open afonsoc12 opened this issue 1 year ago • 1 comments

  • [x] This is a new bug that hasn't been documented in a closed issue or in the Readme.

Hi, Recently noticed that maximize stoped working with the default combination: ^ + option + enter. If I replace enter with any other character it works.

Logs are below. Tried a left half followed by full screen and it does not log the full screen. Can't even change the full screen combination to the original, as it does not assume enter key.

macOS version: 13.0.1 (M1 Pro 14'') Rectangle version: v0.65(71) Logs if applicable (In Rectangle menu, hold option, "View Logging..."):

2023-01-21T16:27:29Z: AX sizing proposed: (756.0, 944.0), result: (756.0, 944.0)
2023-01-21T16:27:29Z: AX position proposed: (0.0, 38.0), result: (-0.0, 38.0)
2023-01-21T16:27:29Z: AX sizing proposed: (756.0, 944.0), result: (756.0, 944.0)
2023-01-21T16:27:29Z: leftHalf | display: (0.0, 0.0, 1512.0, 944.0), calculatedRect: (0.0, 38.0, 756.0, 944.0), resultRect: (-0.0, 38.0, 756.0, 944.0), srcScreen: Built-in Retina Display, destScreen: Built-in Retina Display, resultScreen: Built-in Retina Display

(after this, I tried option + ^ + enter and it did not full screen)

afonsoc12 avatar Jan 21 '23 16:01 afonsoc12

Thanks for reporting. Nothing changed related to this in the latest release, and I cannot reproduce it. These types of issues typically are the result of another application capturing the keyboard shortcut before it reaches Rectangle. At the moment, I don't have a good way to figure out what might be capturing the shortcut, unfortunately.

rxhanson avatar Jan 21 '23 17:01 rxhanson