Custom Layout - Vertical

Asked by Alex Martin

I want to have Vertical layout of key board. All keyboards are horizontal.
I want key board on Left or right side of screen and Vertical.

I attempted by creating SVG files in vertical format. in custom layout. Repositioned keys in SVG.

But I am getting horizontal layout only.

How to make new layout. Vertical

Question information

Language:
English Edit question
Status:
Solved
For:
Onboard Edit question
Assignee:
No assignee Edit question
Solved by:
Alex Martin
Solved:
Last query:
Last reply:
Revision history for this message
marmuta (marmuta) said :
#1

Hmm, this should be possible. Are perhaps the wrong svg files referenced in the *.onboard file? This shouldn't happen if you used the "New" button in Preferences->Layouts to create the new layout, but might if you manually copied an existing layout.

If you're stuck, post the layout (*.onboard+*.svg files) somewhere and I'll have a look.

Revision history for this message
Alex Martin (alex.martin) said :
#2

Hi,

Thank you for your response,

I think I have some success. Where can I find documentation for ".onboard" file.

Key words and its effects.

Panel, box, horizontal, vertical.
Key groups.

Layers.

Revision history for this message
Alex Martin (alex.martin) said :
#3

Hi,

I figured out most of the things.

How to view documents in
"/usr/share/help/C/onboard/index.page file.

Which app to be used to view ".page" help files

Revision history for this message
Alex Martin (alex.martin) said :
#4

Got it.

yelp -- is the prog to view help files. Was not aware of it.

Revision history for this message
marmuta (marmuta) said :
#5

You can also select "Help" from Onboard's indicator menu, shell extension menu, or right click the floating icon (if enabled) and choose help. They all run this command:
/usr/bin/yelp help:onboard

The documentation isn't complete, however. Best advice I can give is to look at the source, mainly
https://bazaar.launchpad.net/~onboard/onboard/trunk/view/head:/Onboard/LayoutLoaderSVG.py
or ask us.

panel = rectangular area with children placed at "fixed" x,y positions (taken from the svg files)
box = rectangular area with children placed in a single row (horizontal) or column (vertical).
Key groups = label size group; all labels in the same group get the same font size, determined by the largest label of that group

Often new layouts also require code changes, e.g. bug fixes, new features. Don't be discouraged, let us know about problems and perhaps we can help.