Skip to content

Commit

Permalink
karabiner: fix MacHangul
Browse files Browse the repository at this point in the history
Karabiner 14.13.0 (Mac Sonoma 14.4.1)
  • Loading branch information
ujinyng committed Jul 11, 2024
1 parent 8d6b57d commit 3a6d97a
Show file tree
Hide file tree
Showing 9 changed files with 3,235 additions and 776 deletions.
Binary file added _karabiner/.config/karabiner/.DS_Store~
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,7 @@
{
"description": "맥북키보드 R_Command를 한영키로 사용",
"manipulators": [
{
"type": "basic",
"conditions": [
{
"type": "frontmost_application_if",
"bundle_identifiers": [
"com.parallels.desktop",
"com.parallels.vm",
"com.parallels.desktop.console",
"com.parallels.winapp.",
"com.microsoft.rdc.macos"
]
},
{
"type": "device_if",
"identifiers": [ { "vendor_id": 1452 }]
}
],
"from": {
"key_code": "right_command",
"modifiers": { "optional": [ "caps_lock" ] }
},
"to": [ { "key_code": "right_option" } ]
},

{
"type": "basic",
"conditions": [
Expand Down
Loading

0 comments on commit 3a6d97a

Please sign in to comment.