1 (edited by plander 2012-07-29 17:32:41 pm)

Topic: keyboard state

i have this config to show keyboard state:

*label key

keyUpdateAlways true

keyx                -46

keytext            "[skblayout]"
IF taskbarbottom = true
    keyy             -16
ELSE
    keyy             0
ENDIF
keyusesolidcolors
keysolidcolors             323232
keyalwaysontop
keywidth             18
keyheight             12
keyfont                 "Tahoma"
keyfontcolor             #FECC2F
keyfontheight             16
lauoutUpdateAlways            true
keyUpdateInterval            400

But i want to see not only name of keyboard state, i want to see image with flags, this can be done?

2

Re: keyboard state

The short answer is yes.

You'll need, at a minimum, an image/icon of the flags for all the country/language layouts you want to use.

With some creative if-statement and xModule magic, you can do what you want.

3

Re: keyboard state

the-golem wrote:

The short answer is yes.

You'll need, at a minimum, an image/icon of the flags for all the country/language layouts you want to use.

With some creative if-statement and xModule magic, you can do what you want.

i have icons, what i must do next? pls help