Skip to content

Instantly share code, notes, and snippets.

@fantaneo
fantaneo / settings.json
Created October 26, 2025 13:28
Karabiner-elements setting.json
{
"description": "HJKLキーでマウス移動",
"manipulators": [
{
"from": {
"key_code": "n",
"modifiers": { "mandatory": ["option", "shift"] }
},
"to": [{ "mouse_key": { "vertical_wheel": 100 } }],
"type": "basic"
@fantaneo
fantaneo / karabiner.json
Last active December 3, 2024 14:22
cmd + spaceをprefixにして aキーの押下でArcを起動する。
{
"description": "Cmd+Space prefix + a でArcを起動",
"manipulators": [
{
"conditions": [
{
"name": "prefix_mode",
"type": "variable_if",
"value": 1
}
@fantaneo
fantaneo / karabiner.json
Created November 13, 2024 13:12
Karabinerの設定。press spacebar to option + command + control
{
"description": "Post space is pressed alone, left_ctrl otherwise",
"manipulators": [
{
"from": {
"key_code": "spacebar",
"modifiers": {
"optional": [
"any"
]