fixes of the new CopyWithoutFormatting

This commit is contained in:
zadam
2020-01-19 09:25:35 +01:00
parent 1876664dfb
commit ab535bf147
3 changed files with 5 additions and 6 deletions
+2 -2
View File
@@ -308,8 +308,8 @@ const DEFAULT_KEYBOARD_ACTIONS = [
defaultShortcuts: ["CommandOrControl+="]
},
{
actionName: "CopyWithoutFormating",
defaultShortcuts: ["Alt+Ctrl+C"]
actionName: "CopyWithoutFormatting",
defaultShortcuts: ["CommandOrControl+Alt+C"]
}
];