-
-
Notifications
You must be signed in to change notification settings - Fork 204
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
Adding Custom letters to cap lock in Custom layout? #821
Comments
I think you need a modmap for SHIFT. Read https://github.com/Julow/Unexpected-Keyboard/blob/master/doc/Custom-layouts.md#Modmap I believe that CAPS LOCK performs a SHIFT on alphabetic characters only and that you can't control it separately. |
@Spike-from-NH Yeah this works but what if you have multiple key with the same letter, and you want to target one specific key instead of multiple keys. I know that we shouldn't have multiple keys with the same letter, but this is just a example or more like a question? |
Should keys be nameable/addressable? I say no, because most users don't want to waste screen space by having multiple keys that do the same thing. And if you do, it's not grievous if all undergo the same transformations. |
It seems that you want an entirely different custom layout, that you'd switch to and from your main layout. |
Having multiple keys is not a bad thing. There are layouts, that use multiple keys, because for example: Imagine you have the letter "a" on the left and another on the right, now both of your thumbs needs to travel less to reach the letter "a" So you can see having multiple keys is not a bad thing, multiple layouts do this. I would hope that i can do this without having to type the letter twice:
The letters are not english, they are Russian cyrillic letters, that look very close to the latin letters, some server in roblox that i use are banning english speakers because it's not made for english speaking countries, and while they detect latin, they don't detect some of the Russian cyrillic letters that look very close to latin. This xml that i showed you, is a mess unreadable and we want a easier way to do this without having to type the letter twice. You are making us type the letter in the We should be able to define it within without having to define the same letter again. @Spike-from-NH @Julow I would like to hear you guys option on this. |
@GitAlasGo, I agree that it would be cleaner to have a complete description of a key's behavior in a single place (inside the |
The separate Your issue seems to be more that the XML format is heavy to write. Indeed, your The shift modmap in your layout seems reasonable and should be added to the default shift mappings if they don't already work. Except for уҮ, which should be уУ and һΗ and ոΝ, which are nonsense. |
I didn't find a discussion tab here so i made this issue.
How do i configure a custom letter for when i turn on the cap lock?
For example, i want for the letter "q" to turn into letter "P" instead of "Q"
I would think this is the right place to add it?
The text was updated successfully, but these errors were encountered: