View Single Post
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#337
If you have: <binding action="left" label="←"/>
Label shown like other letters, but there is also icon and it shown from behind.
Code:
MImAbstractKeyAreaStyle {
key-left-icon-id: "icon-s-input-method-left";
key-left-icon-id-rtl: "icon-s-input-method-left";
key-up-icon-id: "icon-s-input-method-up";
key-up-icon-id-rtl: "icon-s-input-method-up";
key-right-icon-id: "icon-s-input-method-right";
key-right-icon-id-rtl: "icon-s-input-method-right";
key-down-icon-id: "icon-s-input-method-down";
key-down-icon-id-rtl: "icon-s-input-method-down";
}
Attached Files
File Type: zip icon_input.zip (1.6 KB, 76 views)

Last edited by MK99; 2013-02-06 at 10:05.
 

The Following User Says Thank You to MK99 For This Useful Post: