MacBookのUKキーボードの option + 3
の #
を shift + 3
にする設定です。
karabiner-elementsのcomplex modificationに貼り付けます。
{
"description": "Remap Left Option + 3 to Left Shift + 3",
"manipulators": [
{
"from": {
"key_code": "3",
"modifiers": { "mandatory": ["left_shift"] }
},
"to": [
{
"key_code": "3",
"modifiers": ["left_option"]
}
],
"type": "basic"
}
]
}