View Single Post
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#64
Originally Posted by freemangordon View Post
IIRC there should be PORTAIT layout type definition, besides normal, thumb, etc.
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

Originally Posted by freemangordon View Post
But even if there isn't, is there a problem to define it?
At least jonwils genvkb has to support this. And we have to test
if imlayout does read this in.

Originally Posted by freemangordon View Post
Could you commit what is done so far, so I can play with it as well (if i find some spare time )
I'll do so. But I have to clean the code from some
intermediate tinkering.

nicolai
 

The Following 4 Users Say Thank You to nicolai For This Useful Post: