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

[Bug] Keyboard shortcut to zoom in does not work (V3.3.0 RELEASE) #217

Closed
Delvin4519 opened this issue Feb 27, 2023 · 2 comments
Closed

Comments

@Delvin4519
Copy link

Delvin4519 commented Feb 27, 2023

This is a accessibility feature, useful for some devices, such as portable laptops, etc.

Map scrolling currently requires the use of a mouse, or using the GoTo dialog.

A set of 2 keyboard shortcuts, say Ctrl J or Ctrl K (like on AMIDST), and/or 2 zoom in/out buttons in the right hand toolbar with the structure/dimension toggles, would make it possible to zoom in or out without using the mouse scroll wheel. It should zoom the map in or out either at power of 2 or Sqrt(2) or equivalent factor multiple of 2^(1/n).

Potential location for on screen buttons for zooming in or out:
image

Top right near the "go to origin reset zoom" button.

@Delvin4519 Delvin4519 changed the title [Feature suggestion] On screen button and/or Keyboard shortcuts to zoom in or out the map [Feature suggestion] On screen buttons and/or Keyboard shortcuts to zoom in or out the map Feb 27, 2023
@Delvin4519 Delvin4519 changed the title [Feature suggestion] On screen buttons and/or Keyboard shortcuts to zoom in or out the map [Feature suggestion] On screen buttons and/or Keyboard shortcuts to zoom in or out the map (user accessibilty) Feb 27, 2023
@Delvin4519 Delvin4519 changed the title [Feature suggestion] On screen buttons and/or Keyboard shortcuts to zoom in or out the map (user accessibilty) [Feature suggestion] Sidebar buttons and/or Keyboard shortcuts to zoom in or out the map (user accessibilty) Feb 27, 2023
Cubitect added a commit that referenced this issue May 21, 2023
added biome noise visualization for beta 1.7 climates (#212)
added keyboard controls to navigate the map (#217)
added desert wells map option and finders (#218)
added trail ruins map option and finders
added amethyst geode map option
added indicator for igloos with basement
added command line option --reset-all to clear the sessions and settings
added visibility toggles for structures that can be used to de-clutter the toolbar
updated structure icons, replacing several amidst icons that had non-standard sizes
changed UI so multiple conditions can be enabled/disabled at once (#216)
changed warning message for small areas to be more informative (#220)
changed compiler flags for debug builds
changed the toolbar position to its anchor is resored upon restart
changed preferences dialog to be non-blocking
fixed missing y-level option for locate biome center finders (#221)
fixed incorrect stronghold positions for 1.6- (#228)
fixed secondary spawn pass for 1.18+ (#219)
@Delvin4519 Delvin4519 changed the title [Feature suggestion] Sidebar buttons and/or Keyboard shortcuts to zoom in or out the map (user accessibilty) [Bug] Keyboard shortcut to zoom in does not work (RELEASE V3.3.0) May 25, 2023
@Delvin4519
Copy link
Author

V3.3.0 RELEASE UPDATE:

The keyboard shortcut to zoom in does not work, since the "+" key is not default on standard keyboards ("=" is).

Either add a second command to the file to allow "=", or "Ctrl" "+", "Ctrl" "=" (idk which works), or add buttons on the sidebar to do the same function.

Sidebar buttons to zoom in or out would be useful, especially to zoom in or out on touchscreen. The structure on/off toggles already work on touchscreen.

@Delvin4519 Delvin4519 changed the title [Bug] Keyboard shortcut to zoom in does not work (RELEASE V3.3.0) [Bug] Keyboard shortcut to zoom in does not work (V3.3.0 RELEASE) May 25, 2023
Cubitect added a commit that referenced this issue Jun 25, 2023
added headless search mode (#237)
added user defined font selection
added translatable biomes names
added shortcut to copy active seed with CTRL+C and remapped copy-seed-list (#238)
changed warning messages to work in headless mode
changed zoom shortcuts to accept Qt defaults (#217)
removed dejavu fonts
Cubitect added a commit that referenced this issue Jun 28, 2023
added toolbar buttons for zoom in/out (#217)
changed structure config to a more general toolbar config
tweaked some icons
@Cubitect
Copy link
Owner

The zoom now uses the standard Qt shortcuts, the exact key combinations may therefore be platform dependent. (Using "=" is not a good option, as it is layout dependent.)
Additionally zoom buttons can be enabled under "Edit map tools...".

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

No branches or pull requests

2 participants