Skip to content
Snippets Groups Projects
Commit 5b3aa3f2 authored by Albert Gräf's avatar Albert Gräf
Browse files

Add a commented-out binding for zoomout on AZERTY keyboards.

parent 2806b5b8
No related branches found
No related tags found
3 merge requests!424Feature autosubpatching,!399Autosubpatching feature, final stage,!367Dropdown fixes
...@@ -34,6 +34,8 @@ exports.menu = { ...@@ -34,6 +34,8 @@ exports.menu = {
"zoomin": { key: "=", modifiers: cmd_or_ctrl }, "zoomin": { key: "=", modifiers: cmd_or_ctrl },
"zoomout": { key: "-", modifiers: cmd_or_ctrl }, "zoomout": { key: "-", modifiers: cmd_or_ctrl },
// uncomment this for AZERTY keyboards:
//"zoomout": { key: "6", modifiers: cmd_or_ctrl },
"zoomreset": { key: "0", modifiers: cmd_or_ctrl }, "zoomreset": { key: "0", modifiers: cmd_or_ctrl },
"zoomoptimal": { key: "9", modifiers: cmd_or_ctrl }, "zoomoptimal": { key: "9", modifiers: cmd_or_ctrl },
"zoomhoriz": { key: "9", modifiers: cmd_or_ctrl + "+alt" }, "zoomhoriz": { key: "9", modifiers: cmd_or_ctrl + "+alt" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment