Skip to content

Instantly share code, notes, and snippets.

@kakkun61
Created July 3, 2011 12:31
Show Gist options
  • Save kakkun61/1062200 to your computer and use it in GitHub Desktop.
Save kakkun61/1062200 to your computer and use it in GitHub Desktop.
My ibus-skk configuration file
// ~/.config/ibus-skk.json
{
"custom_rom_kana_rule": {
"!": [null, "!"],
"\"": [null, "”"],
"z\"": [null, "“"],
"#": [null, "#"],
"$": [null, "$"],
"%": [null, "%"],
"&": [null, "&"],
"(": [null, "("],
")": [null, ")"],
"=": [null, "="],
"~": [null, "~"],
"^": [null, "^"],
"|": [null, "|"],
"@": [null, "@"],
"{": [null, "{"],
"+": [null, "+"],
"*": [null, "*"],
"}": [null, "}"],
"<": [null, "<"],
">": [null, ">"],
"_": [null, "_"],
"z ": [null, " "]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment