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

Change the c-6 keybinding for dropdown, which collides with c-(dash) on azerty keyboards, to c-s-m.

parent 242306e8
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ exports.menu = {
"number": { key: "3", modifiers: cmd_or_ctrl },
"symbol": { key: "4", modifiers: cmd_or_ctrl },
"comment": { key: "5", modifiers: cmd_or_ctrl },
"dropdown": { key: "6", modifiers: cmd_or_ctrl },
"dropdown": { key: "m", modifiers: cmd_or_ctrl + "+shift" },
"bang": { key: "b", modifiers: cmd_or_ctrl + "+shift" },
"toggle": { key: "t", modifiers: cmd_or_ctrl + "+shift" },
"number2": { key: "n", modifiers: cmd_or_ctrl + "+shift" },
......
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