Skip to content

Instantly share code, notes, and snippets.

View zalt50's full-sized avatar

Takahiro SATOH zalt50

View GitHub Profile
@zalt50
zalt50 / aquaskk_workaround.json
Last active January 16, 2021 22:31
Workaround for AquaSKK and Microsoft PowerPoint
{
"title": "AquaSKK workaround",
"rules": [
{
"description": "Change control+j to 英数 & かな in Terminal.",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "j",
@zalt50
zalt50 / osx-karabiner-private.xml
Last active November 28, 2015 13:28
Disable all settings in Karabiner while you are using Atom.
<?xml version="1.0"?>
<root>
<item>
<name>Private</name>
<item>
<name>Disable all settings while you are using Atom.</name>
<identifier>ignore_apps.atom</identifier>
<only>Atom</only>
<autogen>__PassThrough__</autogen>
</item>