Primo 1.1 virtual keyboard SHIFT function   

Primo 1.1 virtual keyboard SHIFT function

Postby gamon77 » Thu Aug 19, 2010 2:24 pm

Hey
I'm using primo 1.1 v8.5.11.154123
All seems OK, except that ALL virtual keyboards do not have the SHIFT option as it used to be in 8.3.2
ALT is ok but non of the kb with defined shift is presented.
are you familiar with this bug and is there a fix ?
thanks a lot
gamon77 offline


Junior Member



 
Joined: Wed Aug 11, 2010 7:34 am
Posts: 3
Has thanked: 0 time
Been thanked: 0 time

Postby chas521 » Thu Aug 19, 2010 2:33 pm

gamon77 wrote:Hey
I'm using primo 1.1 v8.5.11.154123
All seems OK, except that ALL virtual keyboards do not have the SHIFT option as it used to be in 8.3.2
ALT is ok but non of the kb with defined shift is presented.
are you familiar with this bug and is there a fix ?
thanks a lot


As far as I know, the shift key is only for capital letters. Whenever I type a name into my keyboard all the letters show in caps. Do you know of other things that shift can do?
If it ain't broke don't fix it!
ALWAYS BACK-UP YOUR FILES/FOLDERS BEFORE MAKING EDITING CHANGES!

Please do NOT post any thanks. Simply press the hand icon with the "thumb up" which is the thank you button.
chas521 offline


User avatar Ex Moderator



 
Joined: Sat May 15, 2010 8:50 pm
Posts: 4549
Location: Long Island, NY
Has thanked: 64 times
Been thanked: 1332 times

Postby gamon77 » Thu Aug 19, 2010 3:19 pm

chas521 wrote:As far as I know, the shift key is only for capital letters. Whenever I type a name into my keyboard all the letters show in caps. Do you know of other things that shift can do?


hey chas521
yes. I want to use it for caps, see code, but it is not showing.
I can only see the base and alt keys
same code in 8.3.2 works great !
Does your kb show shift panel ?
Tnx

Spoiler: Show
[panel]
name= "US English (ABC)"
layer= "ui_kbd_10_10_9"
keys= "abcdefghijklmnopqrstuvwxyz ¤"
shiftkeys= "ABCDEFGHIJKLMNOPQRSTUVWXYZ ¤"
altkeys= "1234567890/.,’-()?!*@&#:$€ "
altlabel= "ABC"
type=3
family=1
gamon77 offline


Junior Member



 
Joined: Wed Aug 11, 2010 7:34 am
Posts: 3
Has thanked: 0 time
Been thanked: 0 time

Postby chas521 » Thu Aug 19, 2010 9:11 pm

gamon77 wrote:hey chas521
yes. I want to use it for caps, see code, but it is not showing.
I can only see the base and alt keys
same code in 8.3.2 works great !
Does your kb show shift panel ?
Tnx

Spoiler: Show
[panel]
name= "US English (ABC)"
layer= "ui_kbd_10_10_9"
keys= "abcdefghijklmnopqrstuvwxyz ¤"
shiftkeys= "ABCDEFGHIJKLMNOPQRSTUVWXYZ ¤"
altkeys= "1234567890/.,’-()?!*@&#:$€ "
altlabel= "ABC"
type=3
family=1


You know gamon77, I use the QWERTY style keyboard and although I don't see any shift or alt keys, the letters always show up as caps. The only extra key [except space] is a number key [1,2,3] which also gives me the different symbols as well. I see that you're using A,B,C style. There may be something different there. Try QWERTY and see what happens.
If it ain't broke don't fix it!
ALWAYS BACK-UP YOUR FILES/FOLDERS BEFORE MAKING EDITING CHANGES!

Please do NOT post any thanks. Simply press the hand icon with the "thumb up" which is the thank you button.
chas521 offline


User avatar Ex Moderator



 
Joined: Sat May 15, 2010 8:50 pm
Posts: 4549
Location: Long Island, NY
Has thanked: 64 times
Been thanked: 1332 times

Postby gamon77 » Fri Aug 20, 2010 3:50 am

chas521 wrote:You know gamon77, I use the QWERTY style keyboard and although I don't see any shift or alt keys, the letters always show up as caps. The only extra key [except space] is a number key [1,2,3] which also gives me the different symbols as well. I see that you're using A,B,C style. There may be something different there. Try QWERTY and see what happens.


Nope, the same for qwerty and ALL other KB that I have tested with shift.
it seems as the shiftkeys= syntax is not recognized by Primo :-(
I took the code from 8.3.2 where it works with alt and with shift.
This KB gives you all you need in one UI and saves typing time

In Primo only the alt works, so with this one I have only small letters and numbers but not CAPS.
Spoiler: Show
[panel]
name= "US English (QWERTY)"
layer= "ui_kbd_10_10_9_7"
keys= "1234567890qwertyuiopasdfghjklzxcvbnm"
shiftkeys= "1234567890QWERTYUIOPASDFGHJKLZXCVBNM"
altkeys= "!@#$%¤&*()~|/\¤¤¤+-=¤{}[];:'¤<>¤¤,.?"
shiftlabel= "aA"
altlabel= "@/!"
type=3
family=1


I hope someone will fix this soon.
tnx anyway

P.S. another feature that I miss is the iGOTODAY which is not present in Primo.
I couldn't find a way to use it. I tried using the 8.3.x today files and manually created a new key in registry
but this doesn't work.
if you know a way to do it, I'll be glad to learn. tnx
gamon77 offline


Junior Member



 
Joined: Wed Aug 11, 2010 7:34 am
Posts: 3
Has thanked: 0 time
Been thanked: 0 time

Postby chas521 » Fri Aug 20, 2010 3:58 am

gamon77 wrote:Nope, the same for qwerty and ALL other KB that I have tested with shift.
it seems as the shiftkeys= syntax is not recognized by Primo :-(
I took the code from 8.3.2 where it works with alt and with shift.
This KB gives you all you need in one UI and saves typing time

In Primo only the alt works, so with this one I have only small letters and numbers but not CAPS.
Spoiler: Show
[panel]
name= "US English (QWERTY)"
layer= "ui_kbd_10_10_9_7"
keys= "1234567890qwertyuiopasdfghjklzxcvbnm"
shiftkeys= "1234567890QWERTYUIOPASDFGHJKLZXCVBNM"
altkeys= "!@#$%¤&*()~|/\¤¤¤+-=¤{}[];:'¤<>¤¤,.?"
shiftlabel= "aA"
altlabel= "@/!"
type=3
family=1


I hope someone will fix this soon.
tnx anyway


Me too for your sake.

EDIT: This is my Primo 1.1 keyboard.ini


[panel]
name= "US English (QWERTY)"
layer= "ui_kbd_10_10_9_7"
keys= "1234567890qwertyuiopasdfghjklzxcvbnm"
shiftkeys= "1234567890QWERTYUIOPASDFGHJKLZXCVBNM"
altkeys= "!@#$%¤&*()~|/\¤¤¤+-=@{}[];:'¤<>¤¤,.?"
shiftlabel= "aA"
altlabel= "@/!"
type=3
family=1
If it ain't broke don't fix it!
ALWAYS BACK-UP YOUR FILES/FOLDERS BEFORE MAKING EDITING CHANGES!

Please do NOT post any thanks. Simply press the hand icon with the "thumb up" which is the thank you button.
chas521 offline


User avatar Ex Moderator



 
Joined: Sat May 15, 2010 8:50 pm
Posts: 4549
Location: Long Island, NY
Has thanked: 64 times
Been thanked: 1332 times


Return to General Discussions about iGO core

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: Google [Bot] and 2 guests