#3540 closed enhancement (fixed)
Revert zoom to the initial value
Reported by: | humitos | Owned by: | erikos |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | Browse | Version: | Unspecified |
Severity: | Unspecified | Keywords: | patch |
Cc: | garycmartin, godiard, manuq, humitos | Distribution/OS: | Unspecified |
Bug Status: | Unconfirmed |
Description (last modified by humitos)
When you are reading a webpage and you want to increase the zoom level you can pres Ctrl + + and keep reading it. Some time later you want to go back to the original zoom value (the first value that it had when you opened the page) but there is no way to do it.
It would be good to add this functionality with the hotkey Ctrl + = as Epiphay does:
Attachments (3)
Change History (11)
comment:1 Changed 12 years ago by humitos
- Description modified (diff)
comment:2 Changed 12 years ago by humitos
- Description modified (diff)
comment:3 Changed 12 years ago by humitos
Changed 12 years ago by humitos
comment:4 Changed 12 years ago by erikos
- Cc garycmartin added
- Milestone changed from Unspecified by Release Team to 0.98
Changed 12 years ago by humitos
comment:5 Changed 11 years ago by humitos
- Cc godiard manuq humitos added
- Keywords patch added
CCing Gonzalo and Manuq, maybe they can take a look and apply this patch.
comment:6 Changed 11 years ago by erikos
Firefox uses as well ctrl+0 and ctrl+0 works in Epiphany as well, so the shortcut sounds good.
Changed 11 years ago by manuq
Changed the tooltip string to "Actual size" as discussed in the design thread. Renamed zoomequal variable to zoom_original so we don't add another word for it (use the same as the constant and the icon name).
comment:7 Changed 11 years ago by manuq
- Resolution set to fixed
- Status changed from new to closed
Pushed as 02aa9d5b after eriko's ACK with the small changes described above.
OK. Laberynth has a similar option and it's implemented with Control + 0. So, I think because of consistency we should implement this with Control + 0.