-
Notifications
You must be signed in to change notification settings - Fork 66
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
Comments
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)
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. |
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
added toolbar buttons for zoom in/out (#217) changed structure config to a more general toolbar config tweaked some icons
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.) |
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:
Top right near the "go to origin reset zoom" button.
The text was updated successfully, but these errors were encountered: