https://bugs.winehq.org/show_bug.cgi?id=54335
Eric Pouech eric.pouech@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@gmail.com
--- Comment #1 from Eric Pouech eric.pouech@gmail.com --- thanks for the bug report
you should split the shortcut issue into a separate bug report (it depends from different components than the rest of the reported problems)
what doesn't work when running ./wine fp.exe - Alt-F: because it's likely managed by your xterm-like application (testing locally: Alt-F doesn't work, while Alt-O and Alt-W do). You need to configure (if possible) your xterm-like to no handle those sequences - mouse support (not implemented in this mode) (even if doable)
you'll get better results when running under wineconsole (./wine wineconsole <pathto>/fp.exe) - you'll get all Alt- combinations - mouse will be supported
concerning resizing: - fp adapts itself to console size (AFAICS, works as expected under wine) - but fp doesn't support resizing its window while running (it doesn't work in windows)
hint: under winconsole, when using right click, use properties in menu, then configuration tab, and pickup the window size that's convenient for you. validate & close dialog and exit fp. upon each restart the validated size should be default for fp.
HTH