Skip to content
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

it's hard to RALT in v40 #29

Open
kamilzielinskidev opened this issue Jan 3, 2025 · 5 comments
Open

it's hard to RALT in v40 #29

kamilzielinskidev opened this issue Jan 3, 2025 · 5 comments
Labels
question Further information is requested
Milestone

Comments

@kamilzielinskidev
Copy link

with v40, new binding for RALT was introduced
in polish, we often use RALT for ą ć ń ó ę ł ś ż ź
in v39 it was easy to click with ring fingers, now it requires to press two buttons at the same time
is there any easier way to handle that?

@sunaku
Copy link
Owner

sunaku commented Jan 6, 2025

Thanks for your feedback. I will add a sticky RALT on the RT2 key in the next v41 release but, in the meantime, you can apply this change for yourself by changing the RT2 key's expression from &stumb LAYER_Typing RSFT to &stumb LAYER_Typing RALT in your clone of the keymap.

@sunaku sunaku added the enhancement New feature or request label Jan 6, 2025
@sunaku sunaku added this to the v41 milestone Jan 6, 2025
@kamilzielinskidev
Copy link
Author

Thank you, it works.
And thank you for your work!

@sunaku sunaku added question Further information is requested and removed enhancement New feature or request labels Jan 7, 2025
@krzysztofkusmierczyk
Copy link

krzysztofkusmierczyk commented Jan 8, 2025

Hi, thank you for your work.

I'm pretty new with glove80 and your keymaps. How can I make this change in the keymap?

I think I found it.
For anyone looking:
In the web editor you need to go to the layer you want to change (eg. QWERTY), click the thumb cluster button for right shift and change the value to &stumb LAYER_Typing RALT.

@sunaku
Copy link
Owner

sunaku commented Jan 13, 2025

Hey folks, I decided to leave this change out of v41 for simplicity. You can easily tweak your base layer to add a dedicated RALT key by changing, for example, the satellite keys into RALT:

  • change &stumb LAYER_Typing LSFT to &stumb LAYER_Typing RALT on left satellite key
  • change &stumb LAYER_Typing RSFT to &stumb LAYER_Typing RALT on right satellite key

image

Of course, this is just one of many possible ways of adding a dedicated RALT key. I hope this helps you, at least for now. Cheers.

@sunaku sunaku modified the milestones: v41, v42 Jan 13, 2025
@karolzwolak
Copy link

karolzwolak commented Jan 22, 2025

Alternatively, you can easily restore old ralt modifier.
Just clone the layout on glove80 editor, and on the key you want the modifier to be you do custom behavior.
Then in the custom behavior you type &right_ringy RALT W (assuming it's on right hand and using enthium).
You do the same for the left half, just replace right and the letter with their respective values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants