rxhanson / Rectangle

Move and resize windows on macOS with keyboard shortcuts and snap areas
https://rectangleapp.com
Other
25.48k stars 759 forks source link

Enter key not working on latest version #1052

Closed afonsoc12 closed 1 month ago

afonsoc12 commented 1 year ago

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)
rxhanson commented 1 year ago

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.