Karabiner-Elements
νμ©ν ν€ ν λΉ λ³κ²½
νκΈ μν μ μν β©
μΆλ ₯ λ°©μ§
μμ€ν
μ μμΌλ‘ μ μ©νκ² λλ©΄ μ ν리μΌμ΄μ
λ΄ μ°½ μ νμ΄ μλλ λ¬Έμ κ° μμ΄μ IntelliJμμλ§ μ μ©λλλ‘ μ€μ
(DefaultkeyBinding.dict
νμΌμ ν΅ν `ν€ λ³κ²½μ νκ² λλ©΄ IntelliJ λ΄λΆμμλ νκΈ μνμμ κ·Έλλ‘ β©
κ° μΆλ ₯)
{
"title": "Change Won (β©) to grave accent (`)",
"rules": [
{
"description": "Change Won (β©) to grave accent (`) in Korean layout.",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "grave_accent_and_tilde",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "grave_accent_and_tilde",
"modifiers": [
"option"
]
}
],
"conditions": [
{
"type": "frontmost_application_if",
"bundle_identifiers": [
"^com\\.jetbrains\\.intellij$"
]
},
{
"type": "input_source_if",
"input_sources": [
{
"language": "ko"
}
]
}
]
}
]
}
]
}
COMMAND-H / COMMAND-M λΉνμ±ν
{
"title": "Disable Key",
"rules": [
{
"description": "Disable COMMAND-M(Minimize)",
"manipulators": [
{
"type": "basic",
"description": "",
"from": {
"key_code": "m",
"modifiers": {
"mandatory": [
"command"
]
}
}
}
]
},
{
"description": "Disable COMMAND-H(Hide Window)",
"manipulators": [
{
"type": "basic",
"description": "",
"from": {
"key_code": "h",
"modifiers": {
"mandatory": [
"command"
]
}
}
}
]
}
]
}