Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: zoom shortcuts on numeric keypad #2404

Merged
merged 4 commits into from
Oct 23, 2020
Merged

Fix: zoom shortcuts on numeric keypad #2404

merged 4 commits into from
Oct 23, 2020

Conversation

codebykat
Copy link
Member

Fix

This fixes #2400, a report that these shortcuts only work when triggered from the top keyboard row, and not from the number pad.

In my testing on OSX, the only one that did not work was Zoom In. But based on the report I've also added additional shortcuts to handle Zoom Out (Ctrl + minus) and Default view (Ctrl + zero).

See:

Test

  1. Find a keyboard with a number pad
  2. Verify that the numpad keys work to zoom in, out and restore to default zoom
  3. Verify that the original keys still work as well

Release

Fixed a bug preventing zoom level shortcuts from being triggered by keys on the numeric keypad

@codebykat codebykat added this to the 2.0.1 milestone Oct 21, 2020
@codebykat codebykat requested a review from a team October 21, 2020 04:38
@codebykat codebykat self-assigned this Oct 21, 2020
Copy link
Contributor

@belcherj belcherj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have numeric keypad to test. However, I can use CMD + "+" and CMD + "-" and CMD + "0" on my Apple keyboard.

@codebykat
Copy link
Member Author

Rebased and switched to roles to match #2406

@codebykat codebykat merged commit d69d454 into develop Oct 23, 2020
@codebykat codebykat deleted the fix/zoom-numpad branch October 23, 2020 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Keyboard Shortcuts: Font size doesn't change with numeric keypad
2 participants