Mac で Karabiner-Elements を使う場合。
{ "title": "Vivaldi Apps", "rules": [ { "description": "vivaldi apps : copy - Ctrl+C", "manipulators": [ { "type": "basic", "from": { "key_code": "c", "modifiers": { "mandatory": ["control"] } }, "to": [ { "key_code": "c", "modifiers": ["command"] } ], "conditions": [ { "type": "frontmost_application_if", "bundle_identifiers": ["^com\\.vivaldi\\.Vivaldi\\.app.*"] } ] } ] }, { "description": "vivaldi apps : paste - Ctrl+V", "manipulators": [ { "type": "basic", "from": { "key_code": "v", "modifiers": { "mandatory": ["control"] } }, "to": [ { "key_code": "v", "modifiers": ["command"] } ], "conditions": [ { "type": "frontmost_application_if", "bundle_identifiers": ["^com\\.vivaldi\\.Vivaldi\\.app.*"] } ] } ] } ] }