Indeed on my fr-bépo keyboard layout Ctrl+= has the same effect as
Ctrl++ (zooming in incrementally) both in firefox and chromium, despite
the fact that "=" and "+" are two separate keys. Ctrl+_ doesn’t do
anything, but that’s probably because with this layout "_" is obtained
with AltGr+Space.
In chromium’s source code
(src/chrome/browser/ui/views/accelerator_table.cc), the following two
keyboard shortcuts are assigned to the "zooming in" action:
{ ui::VKEY_OEM_PLUS, ui::EF_CONTROL_DOWN, IDC_ZOOM_PLUS },
{ ui::VKEY_ADD, ui::EF_CONTROL_DOWN, IDC_ZOOM_PLUS },
and several other places in the code suggest that VKEY_OEM_PLUS is "=".
Similarly, VKEY_OEM_MINUS is "_".
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1624381
Title:
add additional shortcut support for zoom/unzoom in US keyboards
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1624381/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs