-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spanish layout missing simbols #189
Comments
Feel free to edit those files directly. |
Spanish layout file ThumbKeyESv1 modified to add missing punctuation symbols (¿ and ¡) and letter ü (u-diaeresis). Following is the lines added to file ThumbKeyESv1. ``package com.dessalines.thumbkey.keyboards import androidx.compose.material.icons.Icons val THUMBKEY_ES_V2_MAIN = KeyboardC( val THUMBKEY_ES_V2_SHIFTED = KeyboardC( val THUMBKEY_ES_V2_KEYBOARD_MODES: Map<KeyboardMode, KeyboardC> = mapOf( |
Edit / do a PR to that file manually. |
Sorry, I am new to this I don't know how to compile or edit that file in a device the app is installed. I hope you can incorporate the changes I made above on your next release. By the way, this is a very ingenious and nice app. I'll be supporting your effort somehow if it gets updated. Thank you very much! |
@sodito: I've testet your changes on my device and created a pull request. Maybe edit your comment above and remove the kotlin code since it only clutters up this discussion. |
** Describe the feature request below **
In spanish, interrogations and exclamations have a beginning simbol besides the ending one (? !),
Those simbols are ¿ and ¡ respectively, and I miss them in your keyboard.
The text was updated successfully, but these errors were encountered: