I'm using Microsoft Keyboard Layout Creator 1.4 to create a custom Persian keyboard layout.
I want to define Shift + Space as ZWNJ ('' - U+200c) character like Persian (Standard) layout. However, when I want to build DLL and setup package, it doesn't accept ZWNJ as white space character. Here is the error in log file:
ERROR: 'VK_SPACE' in Shift State 'Shift' must be made up of white space character(s), but is defined as '' (U+200c) instead.
How should I solve this problem? Is there any alternative software?
