Looking at the imlayout_vkb.h, there isnt such a layout type: #define LAYOUT_TYPE_NORMAL 0 #define LAYOUT_TYPE_SPECIAL 1 #define LAYOUT_TYPE_LARGE 3 #define LAYOUT_TYPE_THUMB 4 #define LAYOUT_TYPE_PINYIN 5 #define LAYOUT_TYPE_ZHUYIN 6 #define LAYOUT_TYPE_CANGJIE 7 #define LAYOUT_TYPE_STROKE 8 At least jonwils genvkb has to support this. And we have to test if imlayout does read this in.
I'll do so. But I have to clean the code from some intermediate tinkering. nicolai