The application is adjusted to cooperate with touchscreens. As a result, it is possible to activate an on-screen keyboard on a given POS workstation.
In order to do so, it is necessary to go to the application’s installation directory, open the file POS2.exe.config and make the following modification in the <appSettings> section:
<add key=”OnScreenKeyboardEnabled” value=”true” />
After saving changes and running the application again, the on-screen keyboard will be displayed for editable text fields.