Skip to content

Instantly share code, notes, and snippets.

@chimerast
Last active February 14, 2018 15:00
Show Gist options
  • Save chimerast/166d61c1849de2db25c585a786a427cc to your computer and use it in GitHub Desktop.
Save chimerast/166d61c1849de2db25c585a786a427cc to your computer and use it in GitHub Desktop.
{
"title": "chimerast's custom bindings",
"rules": [
{
"description": "Input backslash(\\) if pressed Yen-mark",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "international3",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "international3",
"modifiers": [
"option"
]
}
]
}
]
}
]
}
#/bin/bash
cd $HOME/.config/karabiner/assets/complex_modifications/
wget https://gist.githubusercontent.com/chimerast/166d61c1849de2db25c585a786a427cc/raw/chimerast.json
wget https://raw.githubusercontent.com/pqrs-org/KE-complex_modifications/master/docs/json/emacs_key_bindings.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment