-
-
Notifications
You must be signed in to change notification settings - Fork 200
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
Different keyboard layouts #216
Comments
Ah! That makes sense, that's why we were colliding on that. |
Should we set to Ctrl + + then? |
Yes, let's leave it like it is right now, after your update to master. |
I think right now is Ctrl + =. Any idea about how zoom in and out should behave? I think zoom in is not intuitive right now ( but can find how to make it more natural) Looking at other apps may work, but any idea is appreciated. |
You updated master here: https://github.com/akiraux/Akira/blob/master/src/Services/ActionManager.vala#L89 For the zoom, I'm taking care of that in the Zoom in: CTRL + Scroll Up Is this what were you asking? Sorry if I didn't understand your question 😅 |
Expected Behavior
Zoom in shortcut Ctrl+= is not standard and breaks the workflow in spanish.
Typical zoom shorcuts are:
I check other programs (tilix https://github.com/gnunn1/tilix/blob/master/data/gsettings/com.gexperts.Tilix.gschema.xml#L1191) and this is pretty standard.
In spanish Ctrl++ is a direct key press. To use Ctrl+=, we need to press Ctrl+Shift+0.
Seems in english is the opposite and Ctrl++ is not a direct keypress.
Current Behavior
Ctrl+= executes zoom in.
Possible Solution
l10n
wayContext
The text was updated successfully, but these errors were encountered: