Giter Site home page Giter Site logo

Virtual Keyboard Layouts about epymc HOT 5 CLOSED

davemds avatar davemds commented on June 23, 2024
Virtual Keyboard Layouts

from epymc.

Comments (5)

DaveMDS avatar DaveMDS commented on June 23, 2024

Not really atm, but the code has been thinked to support different layouts.
What layout you have in mind? can you provide a mockup?

from epymc.

DaveMDS avatar DaveMDS commented on June 23, 2024

This is now implemented by commit 8d8a027,
new layout must be added in the gui.py file using this simple syntax:

'en_qwerty': [_('English QWERTY'), 'qwertyuiop()', 'asdfghjkl?-+',   'zxcvbnm.,@'  ]
'en_abc':    [_('English ABC'),    'abcdefghi ()', 'jklmnopqr -@',   'stuvwxyz  .,']
'it_qwerty': [_('Italian QWERTY'), 'qwertyuiopèì', 'asdfghjklòàù',   'zxcvbnm.,@[]']
'it_abc':    [_('Italian ABC'),    'aàbcdeèfghiì', 'jklmnoòpqr()',   'stuùvwxyz.,@']
'symbols':   [_('Symbols'),        '.,:;?!@#$%&^', '+-*/=~°_\'"\\|', '<>()[]{}'    ]
# MOST IMPORTANT SYMBOLS ARE:  . , @ ( )

Can you provide me the necessary lines for your language? or just an image of your keyboard layout.
Thanks

from epymc.

Jil avatar Jil commented on June 23, 2024

While not an exact match, let's try:
'fr_azerty': [_('Français AZERTY'), 'azertyuiop()','qsdfghjklm@:', 'wxcvbn,./']

http://static.commentcamarche.net/ccm.net/faq/images/0-Vuskup12-azerty-s-.png

from epymc.

DaveMDS avatar DaveMDS commented on June 23, 2024

Layout dosn't need to exactly match the real keybord, but need to have all the needed chars to be able to write in the relative language.
I think you need to include some special chars for your language, like ç and é
Also note that : and / are not needed because they are the "shifted" version of . and @
Thus you have 5 free space for francais special chars

from epymc.

DaveMDS avatar DaveMDS commented on June 23, 2024

update on this one?

from epymc.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.