LiZunYuan / networkpx

Automatically exported from code.google.com/p/networkpx
0 stars 0 forks source link

Create ability to use labels for variant keys #68

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I want to create a keybord that has a button with several 
usernames as variant keys of a single key defined in 
layout.plist. (ie I have an @ key that's variants consists 
of 5 usernames). However, all five usernames cannot fit 
inside the popout window that houses the variants.

My idea is to enable labels for variant keys.  This way, a 
larger number of variants can be assigned to one key, 
and variant keys will be able to insert long text without 
taking up too much space.

This feature can be implemented in variants.plist:

"@" = ("parm289","1"; "kennytm","2");

Where each key is defined with 2 arguments: 
"string","label" and keys are separated with a 
semicolon.  This would make my life easier, and i'm 
sure there would be other uses for it as well.

Original issue reported on code.google.com by matt.par...@gmail.com on 1 Mar 2009 at 11:16

GoogleCodeExporter commented 8 years ago

Original comment by kennytm@gmail.com on 2 Mar 2009 at 4:34

GoogleCodeExporter commented 8 years ago
Implemented in r232.

But the syntax would be

"@" = ((parm289, 1), (kennytm, 2), etc, etc, etc);

Original comment by kennytm@gmail.com on 15 Mar 2009 at 5:31