Skip to content

Instantly share code, notes, and snippets.

@kasecato
Created March 2, 2019 03:05
Show Gist options
  • Save kasecato/cd3d77b0e5ab679f8ff3db99263d955d to your computer and use it in GitHub Desktop.
Save kasecato/cd3d77b0e5ab679f8ff3db99263d955d to your computer and use it in GitHub Desktop.
{
"title": "Japanese",
"rules": [
{
"description": "Shift + Space to next input method",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "spacebar",
"modifiers": {
"mandatory": [
"shift"
]
}
},
"to": [
{
"key_code": "open_bracket",
"modifiers": [
"option"
]
}
]
}
]
}
]
}
@kasecato
Copy link
Author

$ touch ~/.config/karabiner/assets/complex_modifications/spacejap.json
$ vi ~/.config/karabiner/assets/complex_modifications/spacejap.json

@kasecato
Copy link
Author

kasecato commented Mar 19, 2020

# tab75
# reset all
$ left alt + right alt

# bluetooth
$ pn + left alt 3 sec
$ pn + j

# win bind
$ pn + q

# switch layer 1
$ pn + m

# switch fn
$ fn + left shift 3 sec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment