-
Notifications
You must be signed in to change notification settings - Fork 238
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
added standart english layout with german umlauts #818
Conversation
There is already a ENDEThumbKey keyboard, did you try that out? |
Have you considered, making the layouts simple configuration files, that can be loaded in at runtime. |
It's called english deutsch bilingual thumb-key. All keyboard files must be compile-time checked, there are many issues about this. |
Also what version are you on? |
I'm on 2.6.9 that's the latest on f-droid. |
We're way past that, use either izzyondroid or github to get the newest version. |
I'm on 2.7.2 now, and have tried the layout you suggested. What I want is the same layout as "english thumb-key" but with the extra german letters. |
|
||
val KB_EN_WITH_UMLAUT_THUMBKEY: KeyboardDefinition = | ||
KeyboardDefinition( | ||
title = "english thumb-key with german umlauts", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright, in that case can you rename this like the other keyboard, but v2? Something like english deutsch thumb-key v2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed it for you.
hey, just discovered this app, seems like a really cool alternative to regular keyboards. (now i just have to get gud on it 😂)
i started out on the English layout, and rather stick with it, so i added the German symbols i need.
i tried it with the debug APK in the emulator, but i cant seem to find the new layout in the selection 😕
many thanks, Philipp