Merge pull request #432 from picospuch/master
Refine alt(meta) and ctrl behaviour for emacs on macos
This commit is contained in:
@@ -103,12 +103,12 @@ ApplicationWindow{
|
||||
Action{
|
||||
id: copyAction
|
||||
text: qsTr("Copy")
|
||||
shortcut: Qt.platform.os === "osx" ? StandardKey.Copy : "Ctrl+Shift+C"
|
||||
shortcut: "Ctrl+Shift+C"
|
||||
}
|
||||
Action{
|
||||
id: pasteAction
|
||||
text: qsTr("Paste")
|
||||
shortcut: Qt.platform.os === "osx" ? StandardKey.Paste : "Ctrl+Shift+V"
|
||||
shortcut: "Ctrl+Shift+V"
|
||||
}
|
||||
Action{
|
||||
id: zoomIn
|
||||
|
||||
Reference in New Issue
Block a user