glushchenko / fsnotes

Notes manager for macOS/iOS
https://fsnot.es
MIT License
6.18k stars 453 forks source link

Fix keyboard zoom for all keyboard layouts #1677

Closed nth-chile closed 6 months ago

nth-chile commented 6 months ago

Using what seems to be a more universal way of detecting input. charactersIgnoringModifiers will detect the value that is output from the keypress, fixing the conflicting keyboard layouts issue

https://github.com/glushchenko/fsnotes/issues/1675

nth-chile commented 6 months ago

Wait, it won't work because "+" and "=" are on separate keys in German layout. So I need to detect language first.