mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 12:56:59 +00:00
[GH-ISSUE #1638] [FR] Support command + / - #623
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#623
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 @annieappflowy on GitHub (Jan 3, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/1638
Description
The large sized font option is excellent. I would like to suggest a function like "Ctrl" + "+" and "Ctrl" + scrolling then the UI would zoom in including all text, just like obsidian.
https://github.com/AppFlowy-IO/AppFlowy/discussions/665
Impact
Users who want to adjust the font size to meet their needs
Additional Context
No response
@richardshiue commented on GitHub (Jan 3, 2023):
I second this. Just making sure, this would zoom the entire app, not just the editor right?
@annieappflowy commented on GitHub (Jan 3, 2023):
Supporting zooming in / out the entire app not just the main editor. Thanks for clarifying!
@Erik0806 commented on GitHub (Jan 9, 2023):
Pressing Ctrl + scrolling should have the same effect
@henri9813 commented on GitHub (Apr 21, 2024):
Hello,
The shortcuts should be:
Thanks !
@md-weber commented on GitHub (Jun 1, 2024):
There seems to be a small issue on macOS (M2): German Keyboard layout. I can zoom out, but not in anymore.
Related to PR: https://github.com/AppFlowy-IO/AppFlowy/pull/5300
Found the issue, we use the wrong command for zooming in https://github.com/AppFlowy-IO/AppFlowy/pull/5300/files#r1623210260
It should be
KeyCode.addnotKeyCode.equal@henri9813 commented on GitHub (Jun 1, 2024):
Hello,
Sorry but I have an Averty keyboard
Neither CMD + = ( for zoom in ) nor CMD + - ( for zoom out ) works.
@Xazin commented on GitHub (Jun 1, 2024):
I made a small flutter app so we could see what Flutter is interpreting your keystrokes as.
If some of you could please run this app https://dartpad.dev/?id=03d24ac601bc2311e18bc220dc542e17 and then follow this video to record your keystrokes related to zoom, it might shed some light on what is going wrong. Share your results in this thread and I'll be able to take a look 👍
https://github.com/AppFlowy-IO/AppFlowy/assets/42929161/5703107c-2dfb-4ade-8889-e07d9537032b
Notice if you want to show what your combined keystrokes is, eg.
CTRL + -, you should holdCTRLdown before pressing onrecordfollowed by your desired secondary key. That is what I do in the last example, where I hold Shift and press on 0, which logically means=on my keyboard.@md-weber commented on GitHub (Jun 1, 2024):
@Xazin Thanks for sharing that example. It did not work with both keys together to record, because my browser zoomed in.
I also tested it with an English keyboard layout and used Meta left + = and it zoomed in. Sadly on a German Keyboard layout you have the problem that the '=' sign is a combination of Shift + 0 = '='. Therefore it cannot be recognized.
I would recommend adding support to change the keybindings in the settings.
@Xazin commented on GitHub (Jun 1, 2024):
Thanks for sharing, I'll try to squeeze in the change to support changing the keybindings for application-wide hotkeys in the next release 🙏 (Notice, release 0.6.0 and not the one on monday 0.5.9)
@md-weber commented on GitHub (Jun 2, 2024):
Thanks @Xazin, I would also look into, but still have the issue with Architecture problems. Maybe if you have a minute it would be great if you have a minute to read my message in discord :), maybe you have an idea.
@annieappflowy commented on GitHub (Jun 21, 2024):
Consider this feature is supported.
I created another issue to track @md-weber reported bugs #5601