-
-
Notifications
You must be signed in to change notification settings - Fork 214
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 Greek accent symbol button #830
Conversation
Added Greek accent symbol button; a necessary key that should always be on the keyboard, as every word over 2 syllables contains one
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.
srcs/layouts/grek_qwerty.xml
Outdated
<key key0="λ" key2="|" key3="\\"/> | ||
<key key0="accent_aigu" key1="accent_trema" key2="accent_grave"/> |
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.
As you added a key, you need to remove the shift="0.5"
on the same raw, as that was used to center the row.
srcs/layouts/grek_qwerty.xml
Outdated
<key key0="λ" key2="|" key3="\\"/> | ||
<key key0="accent_aigu" key1="accent_trema" key2="accent_grave"/> |
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.
key2
on the edge of the screen might be hard to type on some devices. Could it be on key3
(bottom left) ?
I'm afraid I have no idea which symbol you're talking about. However reinstalling your app firstly I noticed you added the toning symbols(great!), although one more than necessary. This one(ί) is probably the correct one and this one (ὶ) is probably unnecessary in modern greek. I'm not entirely sure that's the correct one but Google uses that one, I'd suspect they've done their research. Then there's still this one (ΐ) which is rather rare but used in words such us food (φαΐ), but I'd suggest you add it if you find the time. |
Add the WORKMAN (US) layout
@lpv11 you're right. The acute accent ( ί ) is in fact the correct one, as the grave accent ( ὶ ), along with the circumflex accent ( ῑ ) have been left behind since 1982 and are no longer being used in the official modern Greek language. I just thought they could be useful to keep, and didn't remove them, since they were in the keyboard in the first place. Also, @Julow thank you for the feedback, I have implemented your suggested changes. Please let me know if you have any other ideas. |
@lpv11 I believe this is "accent_trema", which was already in the keyboard. I have already put it on key1 of the accent key. Do you have a list of all the accent names so I can verify? |
@cuhsy I do not, hopefully Julow does. |
The list of the (weirdly named) diacritics is here: https://github.com/Julow/Unexpected-Keyboard/blob/master/doc/Possible-key-values.md#other-modifiers-and-diacritics |
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.
Greek here, I just updated. NO. The issue though is using english & greek with the 2nd row being out of place. |
This reverts commit a1dd0b8.
Honestly, it sounds like you're just attached to the old keyboard layout, not because it was actually easier or faster. As someone who uses this keyboard extensively, I can tell you that constantly swiping ξ to the top right for every word that needs a tone (which is most of the Greek words) is exhausting. This new layout mirrors how physical keyboards handle the tone key, so it's a lot more intuitive once you give it a chance. As for the alignment of the second row, many other layouts, like the Russian, handle similar inconsistencies just fine. English isn't the standard for keyboard design, and Greek doesn’t have to follow it. And trust me, I get how annoying a bad layout can be. The tone above the ξ bothered me so much that, even as someone who’s not much of a coder, I spent hours figuring out how to tweak it. Now, it feels perfect, and I’m already adapting to it. I suggest giving it a bit more time. You might be surprised how quickly it grows on you. |
The whole point of unexpected is swipes, and you just gave up on learning it's way. When I installed unexpected, I did consider making the same PR as you, as it's quite bold having the tone there. Then once I memorized the swipes (which honestly took a while, yea) I realized just how fast I'd become. I only used keyboards with dedicated tone keys before unexpected. I can't stand holding keys. Well, custom layouts are a thing, I'll stick to the old one. |
I see where you're coming from, but I’d argue that swiping works best for less frequently used symbols only. The tone, however, deserves a dedicated spot because it's arguably more common than all the letters themselves. For instance, imagine if the letter 'ς' were something you had to swipe for. You wouldn't support this either, right? That is because you have been used to it being positioned conveniently on the top left after the ';' , which, by the way, is a symbol that gets its own key despite being used far less often than the tone. That’s why having the tone key on the right of the second row (just like on physical Greek keyboards) makes perfect sense. It’s about practicality and efficiency, not just tradition. I still encourage you to consider using the new layout, and I do believe it is all a matter of getting used to it. |
Added Greek accent symbol button; a necessary key that should always be on the keyboard, as every word over 2 syllables contains one