GestureSign icon indicating copy to clipboard operation
GestureSign copied to clipboard

TouchKeyboardUI.xaml.cs works only for 32 bit OS or 64 bit process

Open trivalik opened this issue 5 years ago • 0 comments

Environment.SpecialFolder.CommonProgramFiles in TouchKeyboardUI.xaml.cs give back wrong value if 32 bit process on 64 bit OS is running. TipTap.exe could not be startet then.

Solution could be:

Environment.GetEnvironmentVariable("CommonProgramW6432") + @"\Microsoft Shared\ink\TabTip.exe")

trivalik avatar Nov 27 '20 11:11 trivalik