View Single Post
Posts: 135 | Thanked: 158 times | Joined on Sep 2009 @ Germany
#19
Originally Posted by hamoud younes View Post
the dead1440 can you add numbers too:
1 2 3 4 5 6 7 8 9 0
q w e r t y u i o p.........
it will be bigger and faster to use
add a line like this
Code:
extended_labels="1"
example "q"

default:
Code:
<key>
        <binding label="q" /> 
        <binding shift="true" label="Q"/>
        </key>
custom with "1"
Code:
<key>
        <binding label="q" extended_labels="1"/> 
        <binding shift="true" label="Q"/>
      </key>
 

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