Skip to content

Instantly share code, notes, and snippets.

@ise
Last active February 1, 2025 11:24
Show Gist options
  • Save ise/b20539bf8b7901b853e5c61b61d8081e to your computer and use it in GitHub Desktop.
Save ise/b20539bf8b7901b853e5c61b61d8081e to your computer and use it in GitHub Desktop.
realforce rc1 karabiner elements settings

realforce rc1 日本語配列

  • product_id: 794
  • vendor_id: 2131
キー key_code 表記
スペースキー左横 japanese_pc_nfer PCキーボードの無変換キー
スペースキー右横 japanese_pc_xfer PCキーボードの変換キー
kana japanese_pc_katakana PCキーボードのかなキー
{
"profiles": [
{
"devices": [
{
"identifiers": {
"is_keyboard": true,
"product_id": 13,
"vendor_id": 1278
},
"simple_modifications": [
{
"from": { "key_code": "international2" },
"to": [{ "key_code": "japanese_eisuu" }]
},
{
"from": { "key_code": "international4" },
"to": [{ "key_code": "japanese_kana" }]
},
{
"from": { "key_code": "international5" },
"to": [{ "key_code": "left_control" }]
}
]
},
{
"identifiers": {
"is_keyboard": true,
"product_id": 794,
"vendor_id": 2131
},
"simple_modifications": [
{
"from": { "key_code": "japanese_pc_nfer" },
"to": [{ "key_code": "left_control" }]
},
{
"from": { "key_code": "caps_lock" },
"to": [{ "key_code": "left_command" }]
},
{
"from": { "key_code": "japanese_pc_xfer" },
"to": [{ "key_code": "japanese_kana" }]
},
{
"from": { "key_code": "japanese_pc_katakana" },
"to": [{ "key_code": "japanese_eisuu" }]
}
]
}
],
"name": "Default profile",
"selected": true,
"simple_modifications": [
{
"from": { "key_code": "lang2" },
"to": [{ "key_code": "left_control" }]
},
{
"from": { "key_code": "left_command" },
"to": [{ "key_code": "left_option" }]
},
{
"from": { "key_code": "left_control" },
"to": [{ "key_code": "left_command" }]
},
{
"from": { "key_code": "right_command" },
"to": [{ "key_code": "lang2" }]
}
],
"virtual_hid_keyboard": { "keyboard_type_v2": "jis" }
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment