Member-only story

Improving the User Experience of Windows Applications Running on Mac

Petr Plavjaník
2 min readJul 29, 2019

--

In the last story, we have seen how to run Windows applications on Mac using the tool called Wine:

There are few annoyances with such application. The typical keyboard shortcuts are different than on Mac. For example, the typical copy & paste is +C and +P (= Command) in Mac applications but for Windows ones, it is Control+C and Control+P. The worst thing is the fact that +C means Alt+C in Windows and that can mean a different action in many applications (e.g. clear screen in QWS3270).

The second problem is that some fonts are not anti-aliased and look ugly.

Photo by Patrik Michalicka on Unsplash

This can be changed easily by few settings in the Wine Registry. The new settings are the following:

--

--

Petr Plavjaník
Petr Plavjaník

Written by Petr Plavjaník

Petr’s main areas of expertise are mainframes and automation, and using modern development tools and languages such as Java, Python, and Node.js on z/OS.

No responses yet