contour-terminal / contour

Modern C++ Terminal Emulator
http://contour-terminal.org/
Apache License 2.0
2.32k stars 101 forks source link

When `show_title_bar:false` on Windows, Win+arrowkeys do not work for changing position/size #1445

Open ferdinandyb opened 5 months ago

ferdinandyb commented 5 months ago

Contour Terminal version

Contour Terminal Emulator 0.4.2.6408-prerelease

Installer source

Github: CI actions

Operating System

Windows 11

Architecture

x86-64

Other Software

No response

Steps to reproduce

Set show_title_bar:true. Observe that pressing say Win+uparrow will maximize the window (this is standard Windows behaviour). Now set show_title_bar:false and try the same, nothing will happen.

Expected Behavior

No response

Actual Behavior

Nothing happens.

Additional notes

No response

Yaraslaut commented 5 months ago

Looks like this is known issue https://stackoverflow.com/questions/43505580/qt-windows-resizable-frameless-window

ferdinandyb commented 5 months ago

Hmm, that's sad. Although not something one can't live without I guess ...