Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Phone/Tablet style keyboard (Read 2872 times)
Dan Neely
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 3
Joined: Oct 18th, 2016
Phone/Tablet style keyboard
Oct 18th, 2016 at 4:12pm
Print Post  
Can I have a more mobile style keyboard where the main layout is just alphabetic and symbols/numbers are on an alternate layout?

What about a combined shift/capslock (on long press) key?
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3147
Joined: Oct 19th, 2005
Re: Phone/Tablet style keyboard
Reply #1 - Oct 19th, 2016 at 10:47am
Print Post  
Quote:
Can I have a more mobile style keyboard where the main layout is just alphabetic and symbols/numbers are on an alternate layout?


There are no built-in layouts with separate alphabetic / numeric keys. You could create them yourself using the layout creator tool installed with the control, and load them as shown in the Layouts and Views samples. The Views sample happens to show separate text-only and number-only keyboards, depending on the type of entry field.

Quote:
What about a combined shift/capslock (on long press) key?


At this time you could detect a click on shift by handling the KeyPressed event, which is raised from mouse-down message handler, and detect the long press from a timer if the mouse hasn't moved since KeyPressed. If it's a long-press, you could toggle caps-lock by calling Key.CapsLock.Send().

Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint