mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-26 09:46:01 +03:00
[GH-ISSUE #101] Azerty keyboard : problem with keyboards shortcuts #88
Labels
No labels
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nmail#88
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rapha8l on GitHub (Apr 25, 2022).
Original GitHub issue: https://github.com/d99kris/nmail/issues/101
Originally assigned to: @d99kris on GitHub.
Hi,
Thanks for nmail, it works great !
Though, as I use a french azerty keyboard, I encounter some problem with keyboard shortcuts that are not simple letters :
hope it's clear enough
Thanks
@d99kris commented on GitHub (Apr 26, 2022):
Hi @rapha8l - while the help bar at the bottom of
nmailshows upper case letters, the actual keyboard shortcuts are lower case.Making the help bar like this was partly for aesthetic reasons and partly for consistency with the
pine/alpineemail clients, from whichnmaildraws a lot of inspiration, UI wise.So instead of
shift N, try use justn.The keys
<and>are special cases, they refer both to arrow left / right, and also to the unshifted<and>on a US keyboard (i.e.,and.). If you have arrow keys on your keyboard it might just be easiest to use them, but it's also possible to configure custom key mapping by editing~/.nmail/ui.conf- the parameter names arekey_backandkey_open. Here's the default configuration for reference: https://github.com/d99kris/nmail#nmailuiconfHope this helps! Feel free to re-open the issue if you have any follow-up questions.
@rapha8l commented on GitHub (Apr 26, 2022):
Thanks !
I'll try
Edit : it works
thanks again