ProjectPhysX / FluidX3D

The fastest and most memory efficient lattice Boltzmann CFD software, running on all GPUs via OpenCL. Free for non-commercial use.
https://youtube.com/@ProjectPhysX
Other
3.48k stars 281 forks source link

Minor issue: key shortcuts are described wrong on help screen #158

Closed chconnor closed 2 months ago

chconnor commented 4 months ago

Hi -- the help screen describes "Y/X ( xx): adjust camera field of view" when I believe the actual keys are Z/X.

It also says "Z: ( velocity u ): toggle field visualization mode" when I believe the actual key is Y.

Thanks!

ProjectPhysX commented 4 months ago

Hi @chconnor,

on German keyboard layout, keys Y and Z are switched compared to US keyboard layout. I assume you're using Linux, where I did the map from key codes to keys manually. I'll search a way to do this automatically for different keyboard layouts.

Kind regards, Moritz

chconnor commented 4 months ago

Yes, I'm on Linux (in the US).

Thanks!

ProjectPhysX commented 2 months ago

Hi @chconnor,

I have fixed it (I hope). Please check with your keyboard and let me know in case Y and Z are still incorrect.

Kind regards, Moritz

chconnor commented 2 months ago

Looks perfect now, thanks!