OpenMarine
Custom virtual keyboard layouts wanted - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: General discussion (https://forum.openmarine.net/forumdisplay.php?fid=2)
+--- Thread: Custom virtual keyboard layouts wanted (/showthread.php?tid=4070)



Custom virtual keyboard layouts wanted - Sailoog - 2022-05-29

We have included the virtual keyboard to openplotter-settings app in OpenPlotter 3 and we need to include different layouts for different languages:

   

We have created a layout for Catalan as example with the main characters and symbols used in the marine environment for this language:

   

For example if you want to create the French version, create a text file with this content:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<keyboard>

<!--

Basic keyboard layout

-->

<options>
<!-- not yet implemented -->
</options>

<layout id="OpenPlotter QWERTY-FR">
   <include file="base-fragment-fr_FR.xml"/>
</layout>
</keyboard>

and save it as keyboard-FR.xml in /usr/share/matchbox-keyboard

Then edit the file base-fragment-fr_FR.xml that you will find in /usr/share/matchbox-keyboard until you are happy with the result and finally post in this thread both files keyboard-FR.xml and base-fragment-fr_FR.xml to be added to the next version of openplotter-settings.

These base-fragment files are just drafts and need some edition, if you have any doubt check our file base-fragment-CAT.xml to see how things work. If you use any custom images, please post them in this thread as well.

thanks!


RE: Custom virtual keyboard layouts wanted - Didier B - 2022-12-05

(2022-05-29, 06:49 PM)Hi all !   I am using the attached keyboard version for french, and it is 100% operational. Also, I use a toggle type implementation, which uses the same button to display or hide the keyboard on the screen which is very comfortable.  It was inspired by an artcle of the well known site Pimylifeup : matchbox keyboardP.S. It seems impossible to add an attachment with an .xml extension, or with a 7z extension on this forum ... So sorry ... Sailoog Wrote: We have included the virtual keyboard to openplotter-settings app in OpenPlotter 3 and we need to include different layouts for different languages:



We have created a layout for Catalan as example with the main characters and symbols used in the marine environment for this language:



For example if you want to create the French version, create a text file with this content:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<keyboard>

<!--

Basic keyboard layout

-->

<options>
<!-- not yet implemented -->
</options>

<layout id="OpenPlotter QWERTY-FR">
   <include file="base-fragment-fr_FR.xml"/>
</layout>
</keyboard>

and save it as keyboard-FR.xml in /usr/share/matchbox-keyboard

Then edit the file base-fragment-fr_FR.xml that you will find in /usr/share/matchbox-keyboard until you are happy with the result and finally post in this thread both files keyboard-FR.xml and base-fragment-fr_FR.xml to be added to the next version of openplotter-settings.

These base-fragment files are just drafts and need some edition, if you have any doubt check our file base-fragment-CAT.xml to see how things work. If you use any custom images, please post them in this thread as well.

thanks!



RE: Custom virtual keyboard layouts wanted - Sailoog - 2022-12-14

can you use zip format?


RE: Custom virtual keyboard layouts wanted - Kennyboy - 2023-08-22

I'm not seeing the menu header for the keyboard, it doesn't seem to matter which keyboard I select, and so I can't close it once it's displayed, I'm a beginner at Rpi and Linux but managed to install the necessary software....
Should be a photo showing the problem.


RE: Custom virtual keyboard layouts wanted - Michel-Victor - 2023-09-04

(2023-08-22, 12:49 PM)Kennyboy Wrote: Je ne vois pas l'en-tête du menu du clavier, le clavier que je sélectionne n'a pas d'importance, et donc je ne peux pas le fermer une fois affiché, je suis débutant sous Rpi et Linux mais j'ai réussi à installer le logiciel nécessaire....
Devrait être une photo montrant le problème.
Bonjour, après avoir installé la version V3 sur la même configuration que la V2, le clavier virtuel qui apparaît est amputé de la première ligne, je ne peux donc pas non plus le fermer, que se passe-t-il?


RE: Custom virtual keyboard layouts wanted - Didier B - 2023-12-03

Suggestion for all kayboards : the 'CTRL' key should be included ! think of 'CTRL' + Q to close OpenCpn when in full-screen mode !