anufrievroman / calcure

Modern TUI calendar and task manager with minimal and customizable UI.
https://anufrievroman.gitbook.io/calcure
MIT License
1.51k stars 43 forks source link

Keybindings hints should respect unicode setting #83

Closed jose1711 closed 9 months ago

jose1711 commented 9 months ago

Even with use_unicode_icons set to No calcure tries to use display left/right arrows: 🠒 🠐. With fonts missing unicode support this may lead to: obrázok

anufrievroman commented 9 months ago

Well, since these strings are parts of the translation files it's easier just to delete these symbols from help screen and just keep n and p instead of trying to somehow take that option into account.

In the documentation users can see full list of key bindings, which also includes h,j,k,l and arrow keys.

jose1711 commented 9 months ago

or perhaps this would be an option:

n,<-  Next month (day)
p,->  Previous month (day)
anufrievroman commented 9 months ago

I'll just mention the arrow keys together with Vim keys at the bottom of the help screen. Changed in 3117a8c63474c76b3529ae213dd85945e885a938