mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[GH-ISSUE #1240] Cannot zoom in with Ctrl + + #486
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#486
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 @JFDNancy on GitHub (Sep 29, 2021).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/1240
Current behavior
Using shortcut Ctrl + + to zoom in doesn't work, but Ctrl + Shift + + does.
Expected behavior
Zoom in with Ctrl + + works as it says:

Steps to reproduce
Zoom in with Ctrl + +
Environment
Desktop/Web
@Komediruzecki commented on GitHub (Sep 29, 2021):
Hi, JFDNancy,
I noticed the issue as well, but I think it's not in our powers, for now, there is a bug/problem in Electron for this: https://github.com/electron/electron/issues/6731. It seems solved, but I think this seems to still be an issue or we should differently configure/customize the menus.
So the key combination
ctrl+shift++actually gives a Javascript keycode forctrl++, butctrl++actually gives a key combination forctrl+=.I think it also depends on keyboard layout and chosen keyboard language in your OS settings, for my keyboard it is the same as yours (i.e.
ctrl+shift++gives key '+', andctrl++gives key '=').You can check which keycode is actually triggered on this site: https://keycode.info/